1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

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>
This commit is contained in:
Ade Lovett 2002-03-12 01:16:07 +00:00
parent 049d3daf0f
commit b1a8647776
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=55911
4 changed files with 17 additions and 6 deletions

View File

@ -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

View File

@ -1 +1 @@
MD5 (tclcl-src-1.0b10.tar.gz) = be6bb472263a631ca12fbcdf873b008e
MD5 (tclcl-src-1.0b11.tar.gz) = 05c024761b57c8c9a41ec1b9487db3ca

View File

@ -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

View File

@ -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@