diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1999-11-22 12:51:31 +0800 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1999-11-22 12:51:31 +0800 |
commit | 8c842f559510deed5b94e45a4350046596a82873 (patch) | |
tree | 9a004174507049c28a1fa760d5f64e91592f503e /x11-toolkits/tk83 | |
parent | 6201dd10fd2d1fd93a717bcebdb3949ab174efdb (diff) | |
download | freebsd-ports-gnome-8c842f559510deed5b94e45a4350046596a82873.tar.gz freebsd-ports-gnome-8c842f559510deed5b94e45a4350046596a82873.tar.zst freebsd-ports-gnome-8c842f559510deed5b94e45a4350046596a82873.zip |
Upgrade to tk-8.2.2
Diffstat (limited to 'x11-toolkits/tk83')
-rw-r--r-- | x11-toolkits/tk83/Makefile | 6 | ||||
-rw-r--r-- | x11-toolkits/tk83/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/tk83/files/patch-aa | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/x11-toolkits/tk83/Makefile b/x11-toolkits/tk83/Makefile index 97b5bd60cf80..96095c1e88f7 100644 --- a/x11-toolkits/tk83/Makefile +++ b/x11-toolkits/tk83/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: tk -# Version required: 8.2.0 +# Version required: 8.2.2 # Date created: 19 August 1997 # Whom: jkh # # $FreeBSD$ # -DISTNAME= tk8.2.0 -PKGNAME= tk-8.2.0 +DISTNAME= tk8.2.2 +PKGNAME= tk-8.2.2 CATEGORIES= x11-toolkits tk82 MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/tcl8_2/ diff --git a/x11-toolkits/tk83/distinfo b/x11-toolkits/tk83/distinfo index bf1630df20e2..c6354e7c7c12 100644 --- a/x11-toolkits/tk83/distinfo +++ b/x11-toolkits/tk83/distinfo @@ -1 +1 @@ -MD5 (tk8.2.0.tar.gz) = 574e112ddca4330eea01b0e26d3ed6eb +MD5 (tk8.2.2.tar.gz) = ab5e0f5701b99ba679b556cfac436168 diff --git a/x11-toolkits/tk83/files/patch-aa b/x11-toolkits/tk83/files/patch-aa index 1f33895446d2..53582dfa763b 100644 --- a/x11-toolkits/tk83/files/patch-aa +++ b/x11-toolkits/tk83/files/patch-aa @@ -1,10 +1,10 @@ ---- configure.orig Fri Aug 13 18:06:14 1999 -+++ configure Sat Sep 4 15:22:21 1999 +--- configure.orig Wed Nov 3 21:38:44 1999 ++++ configure Sun Nov 21 15:55:12 1999 @@ -1756,7 +1756,7 @@ LDFLAGS="-Wl,-Bexport" LD_SEARCH_FLAGS="" ;; -- NetBSD-*|FreeBSD-[12].*|OpenBSD-*) +- NetBSD-*|FreeBSD-[1-2].*|OpenBSD-*) + NetBSD-*|FreeBSD-*|OpenBSD-*) # Not available on all versions: check for include file. ac_safe=`echo "dlfcn.h" | sed 'y%./+-%__p_%'` |