summaryrefslogtreecommitdiff
path: root/devel/tcl-tclcl
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2005-02-14 04:40:49 +0000
committerminskim <minskim@pkgsrc.org>2005-02-14 04:40:49 +0000
commitc7fe5cfb5c0ddbf37395121f557518cf5035279b (patch)
treea3866e4fb5f32056db5de764244e19139c4e53d8 /devel/tcl-tclcl
parentb24eb99218848a5ee6e2d5c65148da9cf3708a4f (diff)
downloadpkgsrc-c7fe5cfb5c0ddbf37395121f557518cf5035279b.tar.gz
Update tcl-tclcl to 1.6.
Changes: - tclcl.h modified to build under gcc-3.4. - autoconf now finds http.tcl automatically. - Change the default versions in conf/configure.in.*. - Configure changes to support tcl-8.3.5 on Fedora.
Diffstat (limited to 'devel/tcl-tclcl')
-rw-r--r--devel/tcl-tclcl/Makefile5
-rw-r--r--devel/tcl-tclcl/distinfo8
-rw-r--r--devel/tcl-tclcl/patches/patch-aa22
3 files changed, 15 insertions, 20 deletions
diff --git a/devel/tcl-tclcl/Makefile b/devel/tcl-tclcl/Makefile
index 3e82fadb1f8..9157f292869 100644
--- a/devel/tcl-tclcl/Makefile
+++ b/devel/tcl-tclcl/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2004/10/03 00:13:33 tv Exp $
+# $NetBSD: Makefile,v 1.10 2005/02/14 04:40:49 minskim Exp $
-DISTNAME= tclcl-src-1.15
+DISTNAME= tclcl-src-1.16
PKGNAME= tcl-${DISTNAME:S/-src//}
-PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=otcl-tclcl/}
diff --git a/devel/tcl-tclcl/distinfo b/devel/tcl-tclcl/distinfo
index 7dfc47699b2..05c7e7dab15 100644
--- a/devel/tcl-tclcl/distinfo
+++ b/devel/tcl-tclcl/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2004/12/02 17:25:05 seb Exp $
+$NetBSD: distinfo,v 1.5 2005/02/14 04:40:49 minskim Exp $
-SHA1 (tclcl-src-1.15.tar.gz) = 5b927893d4d3b3f49e86f4ee43266668595d34e3
-Size (tclcl-src-1.15.tar.gz) = 143000 bytes
-SHA1 (patch-aa) = 4b9b5dfd52c039ba2fdae36bd9f455111fc4e643
+SHA1 (tclcl-src-1.16.tar.gz) = b7eea104131b0472c79a2d7ad2b8763c087fe731
+Size (tclcl-src-1.16.tar.gz) = 203269 bytes
+SHA1 (patch-aa) = 624c6dccac5b41205f58bb89e7498e4bce10f04a
diff --git a/devel/tcl-tclcl/patches/patch-aa b/devel/tcl-tclcl/patches/patch-aa
index 54f89d80397..f13dc8021ad 100644
--- a/devel/tcl-tclcl/patches/patch-aa
+++ b/devel/tcl-tclcl/patches/patch-aa
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.3 2004/12/02 17:25:05 seb Exp $
+$NetBSD: patch-aa,v 1.4 2005/02/14 04:40:49 minskim Exp $
---- Makefile.in.orig 2004-01-09 22:38:18.000000000 +0000
+--- Makefile.in.orig 2005-01-19 13:21:21.000000000 -0600
+++ Makefile.in
@@ -52,6 +52,9 @@ TEST = test
RM = rm -f
@@ -26,22 +26,18 @@ $NetBSD: patch-aa,v 1.3 2004/12/02 17:25:05 seb Exp $
GEN_DIR = gen/
-@@ -105,8 +108,12 @@ TCL_83_LIBRARY_FILES = \
+@@ -108,8 +111,8 @@ TCL_835_LIBRARY_FILES = \
$(TCL_BASE_LIBRARY_FILES) \
- $(LIBRARY_TCL)/http2.3/http.tcl
+ $(LIBRARY_TCL)/http2.4/http.tcl
TCL_84_LIBRARY_FILES = \
- $(TCL_BASE_LIBRARY_FILES) \
-- $(LIBRARY_TCL)/http/http.tcl
-+ $(TCL_BASE_LIBRARY_FILES)
-+.if exists($(LIBRARY_TCL)/http2.5/http.tcl)
-+TCL_84_LIBRARY_FILES+= $(LIBRARY_TCL)/http2.5/http.tcl
-+.else
-+TCL_84_LIBRARY_FILES+= $(LIBRARY_TCL)/http2.4/http.tcl
-+.endif
+- $(LIBRARY_TCL)/http2.4/http.tcl
++ $(TCL_BASE_LIBRARY_FILES) \
++ $(LIBRARY_TCL)/http2.5/http.tcl
TCL_LIBRARY_FILES = \
@V_TCL_LIBRARY_FILES@
-@@ -152,13 +159,12 @@ all: $(TCL2C) $(LIB_TCLCL)
+@@ -155,13 +158,12 @@ all: $(TCL2C) $(LIB_TCLCL)
$(TCL2C): tcl2c++.o
$(RM) $@
@@ -57,7 +53,7 @@ $NetBSD: patch-aa,v 1.3 2004/12/02 17:25:05 seb Exp $
#
# pass-1 embedded tcl files
-@@ -183,9 +189,12 @@ embedded-console.cc: $(CONSOLE_FILES) $(
+@@ -186,9 +188,12 @@ embedded-console.cc: $(CONSOLE_FILES) $(
$(TCL2C) et_console $(CONSOLE_FILES) > embedded-console.cc
install: force