- Update to 1.0b9

- Add the patch-ad to make this port is suitable for tcl/tk 8.3
- Add @comment to PLIST
This commit is contained in:
kevlo 2000-07-14 06:11:05 +00:00
parent 96e7549bce
commit f7217796e5
5 changed files with 26 additions and 13 deletions

View File

@ -1,15 +1,14 @@
# #
# $FreeBSD: ports/devel/tclcl/Makefile,v 1.4 1999/11/28 18:31:57 steve Exp $ # $FreeBSD: ports/devel/tclcl/Makefile,v 1.4 1999/11/28 18:31:57 steve Exp $
# $OpenBSD: Makefile,v 1.8 2000/04/18 07:13:06 angelos Exp $ # $OpenBSD: Makefile,v 1.9 2000/07/14 06:11:05 kevlo Exp $
# #
DISTNAME= tclcl-src-1.0b8 DISTNAME= tclcl-src-1.0b9
PKGNAME= tclcl-1.0b8 PKGNAME= tclcl-1.0b9
CATEGORIES= devel CATEGORIES= devel
NEED_VERSION= 1.230 NEED_VERSION= 1.314
MASTER_SITES= http://www-mash.cs.berkeley.edu/dist/ MASTER_SITES= http://www-mash.cs.berkeley.edu/dist/
LICENSE_TYPE= BSD
PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_CDROM= Yes
@ -22,9 +21,8 @@ LIB_DEPENDS= tk83.1::x11/tk/8.3 \
WRKDIST= ${WRKDIR}/${PKGNAME} WRKDIST= ${WRKDIR}/${PKGNAME}
GNU_CONFIGURE= Yes CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --with-tcl-ver=8.3 --with-tk-ver=8.3 CONFIGURE_ARGS= --with-tcl-ver=8.3 --with-tk-ver=8.3
FAKE= Yes
do-install: do-install:
${INSTALL_PROGRAM} ${WRKSRC}/tcl2c++ ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/tcl2c++ ${PREFIX}/bin

View File

@ -1,3 +1,3 @@
MD5 (tclcl-src-1.0b8.tar.gz) = aadb4de88d19749123be156b06d79156 MD5 (tclcl-src-1.0b9.tar.gz) = a6237761c2a973a52d8b02ecac5ce47f
RMD160 (tclcl-src-1.0b8.tar.gz) = 2cdb6e0010dc78b2614fa1e3639270432f8dfe07 RMD160 (tclcl-src-1.0b9.tar.gz) = 3a239853d4381672eeb425d4f7f561ac96e8da7a
SHA1 (tclcl-src-1.0b8.tar.gz) = 0ef59d26203673e68c4893f086ad414b5159d9e3 SHA1 (tclcl-src-1.0b9.tar.gz) = 24c9f17f1b822aec27dc62b84e894e403954ec72

View File

@ -1,11 +1,11 @@
--- tclcl-1.0b8/otcldoc.orig Mon Apr 26 10:53:34 1999 --- otcldoc.orig Fri Jul 14 06:21:20 2000
+++ otcldoc Mon Apr 26 10:53:43 1999 +++ otcldoc Fri Jul 14 06:21:34 2000
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
# the exec restarts using tclsh which in turn ignores # the exec restarts using tclsh which in turn ignores
# the command because of this backslash: \ # the command because of this backslash: \
-exec tclsh "$0" "$@" -exec tclsh "$0" "$@"
+exec tclsh8.2 "$0" "$@" +exec tclsh8.3 "$0" "$@"
# #
# otcldoc - a simple script for translating otcl classes into # otcldoc - a simple script for translating otcl classes into

View File

@ -0,0 +1,14 @@
--- Makefile.in.orig Fri Jul 14 06:47:54 2000
+++ Makefile.in Fri Jul 14 06:52:19 2000
@@ -99,6 +99,11 @@
$(LIBRARY_TCL)/history.tcl \
$(LIBRARY_TCL)/word.tcl \
$(LIBRARY_TCL)/http2.1/http.tcl
+TCL_83_LIBRARY_FILES = \
+ $(LIBRARY_TCL)/init.tcl \
+ $(LIBRARY_TCL)/history.tcl \
+ $(LIBRARY_TCL)/word.tcl \
+ $(LIBRARY_TCL)/http2.3/http.tcl
TCL_76_LIBRARY_FILES = \
$(LIBRARY_TCL)/init.tcl

View File

@ -1,3 +1,4 @@
@comment $OpenBSD: PLIST,v 1.2 2000/07/14 06:11:31 kevlo Exp $
bin/tcl2c++ bin/tcl2c++
bin/otcldoc bin/otcldoc
include/Tcl.h include/Tcl.h