From f7217796e569516c432a02522c612d7523d1ca1d Mon Sep 17 00:00:00 2001 From: kevlo Date: Fri, 14 Jul 2000 06:11:05 +0000 Subject: [PATCH] - Update to 1.0b9 - Add the patch-ad to make this port is suitable for tcl/tk 8.3 - Add @comment to PLIST --- devel/tclcl/Makefile | 12 +++++------- devel/tclcl/files/md5 | 6 +++--- devel/tclcl/patches/patch-aa | 6 +++--- devel/tclcl/patches/patch-ad | 14 ++++++++++++++ devel/tclcl/pkg/PLIST | 1 + 5 files changed, 26 insertions(+), 13 deletions(-) create mode 100644 devel/tclcl/patches/patch-ad diff --git a/devel/tclcl/Makefile b/devel/tclcl/Makefile index cf84a841307..7a145a9d080 100644 --- a/devel/tclcl/Makefile +++ b/devel/tclcl/Makefile @@ -1,15 +1,14 @@ # # $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 -PKGNAME= tclcl-1.0b8 +DISTNAME= tclcl-src-1.0b9 +PKGNAME= tclcl-1.0b9 CATEGORIES= devel -NEED_VERSION= 1.230 +NEED_VERSION= 1.314 MASTER_SITES= http://www-mash.cs.berkeley.edu/dist/ -LICENSE_TYPE= BSD PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes @@ -22,9 +21,8 @@ LIB_DEPENDS= tk83.1::x11/tk/8.3 \ WRKDIST= ${WRKDIR}/${PKGNAME} -GNU_CONFIGURE= Yes +CONFIGURE_STYLE= gnu CONFIGURE_ARGS= --with-tcl-ver=8.3 --with-tk-ver=8.3 -FAKE= Yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tcl2c++ ${PREFIX}/bin diff --git a/devel/tclcl/files/md5 b/devel/tclcl/files/md5 index 6e4b73933cd..d078c6a40ae 100644 --- a/devel/tclcl/files/md5 +++ b/devel/tclcl/files/md5 @@ -1,3 +1,3 @@ -MD5 (tclcl-src-1.0b8.tar.gz) = aadb4de88d19749123be156b06d79156 -RMD160 (tclcl-src-1.0b8.tar.gz) = 2cdb6e0010dc78b2614fa1e3639270432f8dfe07 -SHA1 (tclcl-src-1.0b8.tar.gz) = 0ef59d26203673e68c4893f086ad414b5159d9e3 +MD5 (tclcl-src-1.0b9.tar.gz) = a6237761c2a973a52d8b02ecac5ce47f +RMD160 (tclcl-src-1.0b9.tar.gz) = 3a239853d4381672eeb425d4f7f561ac96e8da7a +SHA1 (tclcl-src-1.0b9.tar.gz) = 24c9f17f1b822aec27dc62b84e894e403954ec72 diff --git a/devel/tclcl/patches/patch-aa b/devel/tclcl/patches/patch-aa index 6a72d98a93c..998811693e5 100644 --- a/devel/tclcl/patches/patch-aa +++ b/devel/tclcl/patches/patch-aa @@ -1,11 +1,11 @@ ---- tclcl-1.0b8/otcldoc.orig Mon Apr 26 10:53:34 1999 -+++ otcldoc Mon Apr 26 10:53:43 1999 +--- otcldoc.orig Fri Jul 14 06:21:20 2000 ++++ otcldoc Fri Jul 14 06:21:34 2000 @@ -1,7 +1,7 @@ #!/bin/sh # 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/patches/patch-ad b/devel/tclcl/patches/patch-ad new file mode 100644 index 00000000000..f1d8aa13cb8 --- /dev/null +++ b/devel/tclcl/patches/patch-ad @@ -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 + diff --git a/devel/tclcl/pkg/PLIST b/devel/tclcl/pkg/PLIST index 8545458cd4c..87464fe4589 100644 --- a/devel/tclcl/pkg/PLIST +++ b/devel/tclcl/pkg/PLIST @@ -1,3 +1,4 @@ +@comment $OpenBSD: PLIST,v 1.2 2000/07/14 06:11:31 kevlo Exp $ bin/tcl2c++ bin/otcldoc include/Tcl.h