diff options
author | ade <ade@FreeBSD.org> | 2002-03-12 09:16:07 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2002-03-12 09:16:07 +0800 |
commit | e7a03ffeb4d3b8d00ccb7ef9178f356343cc3db8 (patch) | |
tree | 7365909e8a7563e10b5b12d9ca0613417057f3d7 /devel | |
parent | 57811d9baf0f2a46dd04928139743ef8a4f1a2e1 (diff) | |
download | freebsd-ports-gnome-e7a03ffeb4d3b8d00ccb7ef9178f356343cc3db8.tar.gz freebsd-ports-gnome-e7a03ffeb4d3b8d00ccb7ef9178f356343cc3db8.tar.zst freebsd-ports-gnome-e7a03ffeb4d3b8d00ccb7ef9178f356343cc3db8.zip |
Update to 1.0b11, depend on Tcl/Tk 8.3
MAINTAINER email bounces - reset to ports@FreeBSD.org
PR: 35804
Submitted by: Bruce A. Mah <bmah@packetdesign.com>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/tclcl/Makefile | 8 | ||||
-rw-r--r-- | devel/tclcl/distinfo | 2 | ||||
-rw-r--r-- | devel/tclcl/files/patch-aa | 2 | ||||
-rw-r--r-- | devel/tclcl/files/patch-ab | 11 |
4 files changed, 17 insertions, 6 deletions
diff --git a/devel/tclcl/Makefile b/devel/tclcl/Makefile index 3d1b3652acb3..56aab7599fd2 100644 --- a/devel/tclcl/Makefile +++ b/devel/tclcl/Makefile @@ -6,18 +6,18 @@ # PORTNAME= tclcl -PORTVERSION= 1.0b10 -CATEGORIES= devel +PORTVERSION= 1.0b11 +CATEGORIES= devel tcl83 tk83 MASTER_SITES= http://www.isi.edu/nsnam/dist/ DISTFILES= tclcl-src-${PORTVERSION}.tar.gz MAINTAINER= obonilla@fisicc-ufm.edu -LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 \ +LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83 \ otcl.1:${PORTSDIR}/lang/otcl GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-tcl-ver=8.2 --with-tk-ver=8.2 +CONFIGURE_ARGS= --with-tcl-ver=8.3 --with-tk-ver=8.3 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tcl2c++ ${PREFIX}/bin diff --git a/devel/tclcl/distinfo b/devel/tclcl/distinfo index da71c2d79e68..6f9f78649221 100644 --- a/devel/tclcl/distinfo +++ b/devel/tclcl/distinfo @@ -1 +1 @@ -MD5 (tclcl-src-1.0b10.tar.gz) = be6bb472263a631ca12fbcdf873b008e +MD5 (tclcl-src-1.0b11.tar.gz) = 05c024761b57c8c9a41ec1b9487db3ca diff --git a/devel/tclcl/files/patch-aa b/devel/tclcl/files/patch-aa index 6a72d98a93ce..16d9b77abdcd 100644 --- a/devel/tclcl/files/patch-aa +++ b/devel/tclcl/files/patch-aa @@ -5,7 +5,7 @@ # the exec restarts using tclsh which in turn ignores # the command because of this backslash: \ -exec tclsh "$0" "$@" -+exec tclsh8.2 "$0" "$@" ++exec tclsh8.3 "$0" "$@" # # otcldoc - a simple script for translating otcl classes into diff --git a/devel/tclcl/files/patch-ab b/devel/tclcl/files/patch-ab new file mode 100644 index 000000000000..9565e4bd1cdc --- /dev/null +++ b/devel/tclcl/files/patch-ab @@ -0,0 +1,11 @@ +--- Makefile.in.orig Mon Mar 11 15:31:08 2002 ++++ Makefile.in Mon Mar 11 15:31:21 2002 +@@ -103,7 +103,7 @@ + $(LIBRARY_TCL)/http2.1/http.tcl + TCL_83_LIBRARY_FILES = \ + $(TCL_BASE_LIBRARY_FILES) \ +- $(LIBRARY_TCL)/http2.3/http.tcl ++ $(LIBRARY_TCL)/http2.4/http.tcl + + TCL_LIBRARY_FILES = \ + @V_TCL_LIBRARY_FILES@ |