mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +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:
parent
049d3daf0f
commit
b1a8647776
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=55911
@ -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
|
||||
|
@ -1 +1 @@
|
||||
MD5 (tclcl-src-1.0b10.tar.gz) = be6bb472263a631ca12fbcdf873b008e
|
||||
MD5 (tclcl-src-1.0b11.tar.gz) = 05c024761b57c8c9a41ec1b9487db3ca
|
||||
|
@ -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
|
||||
|
11
devel/tclcl/files/patch-ab
Normal file
11
devel/tclcl/files/patch-ab
Normal 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@
|
Loading…
x
Reference in New Issue
Block a user