View | Details | Raw Unified | Return to bug 35804
Collapse All | Expand All

(-)Makefile (-4 / +4 lines)
Lines 6-23 Link Here
6
#
6
#
7
7
8
PORTNAME=	tclcl
8
PORTNAME=	tclcl
9
PORTVERSION=	1.0b10
9
PORTVERSION=	1.0b11
10
CATEGORIES=	devel
10
CATEGORIES=	devel tcl83 tk83
11
MASTER_SITES=	http://www.isi.edu/nsnam/dist/
11
MASTER_SITES=	http://www.isi.edu/nsnam/dist/
12
DISTFILES=	tclcl-src-${PORTVERSION}.tar.gz
12
DISTFILES=	tclcl-src-${PORTVERSION}.tar.gz
13
13
14
MAINTAINER=	obonilla@fisicc-ufm.edu
14
MAINTAINER=	obonilla@fisicc-ufm.edu
15
15
16
LIB_DEPENDS=	tk82.1:${PORTSDIR}/x11-toolkits/tk82 \
16
LIB_DEPENDS=	tk83.1:${PORTSDIR}/x11-toolkits/tk83 \
17
		otcl.1:${PORTSDIR}/lang/otcl
17
		otcl.1:${PORTSDIR}/lang/otcl
18
18
19
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
20
CONFIGURE_ARGS=	--with-tcl-ver=8.2 --with-tk-ver=8.2
20
CONFIGURE_ARGS=	--with-tcl-ver=8.3 --with-tk-ver=8.3
21
21
22
do-install:
22
do-install:
23
	${INSTALL_PROGRAM} ${WRKSRC}/tcl2c++ ${PREFIX}/bin
23
	${INSTALL_PROGRAM} ${WRKSRC}/tcl2c++ ${PREFIX}/bin
(-)distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (tclcl-src-1.0b10.tar.gz) = be6bb472263a631ca12fbcdf873b008e
1
MD5 (tclcl-src-1.0b11.tar.gz) = 05c024761b57c8c9a41ec1b9487db3ca
(-)files/patch-aa (-1 / +1 lines)
Lines 5-11 Link Here
5
 # the exec restarts using tclsh which in turn ignores
5
 # the exec restarts using tclsh which in turn ignores
6
 # the command because of this backslash: \
6
 # the command because of this backslash: \
7
-exec tclsh "$0" "$@"
7
-exec tclsh "$0" "$@"
8
+exec tclsh8.2 "$0" "$@"
8
+exec tclsh8.3 "$0" "$@"
9
 
9
 
10
 #
10
 #
11
 # otcldoc - a simple script for translating otcl classes into
11
 # otcldoc - a simple script for translating otcl classes into
(-)files/patch-ab (+11 lines)
Added Link Here
1
--- Makefile.in.orig	Mon Mar 11 15:31:08 2002
2
+++ Makefile.in	Mon Mar 11 15:31:21 2002
3
@@ -103,7 +103,7 @@
4
 	$(LIBRARY_TCL)/http2.1/http.tcl
5
 TCL_83_LIBRARY_FILES = \
6
 	$(TCL_BASE_LIBRARY_FILES) \
7
-	$(LIBRARY_TCL)/http2.3/http.tcl
8
+	$(LIBRARY_TCL)/http2.4/http.tcl
9
 
10
 TCL_LIBRARY_FILES = \
11
 	@V_TCL_LIBRARY_FILES@

Return to bug 35804