diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/tcl-tclcl/Makefile | 5 | ||||
-rw-r--r-- | devel/tcl-tclcl/distinfo | 8 | ||||
-rw-r--r-- | devel/tcl-tclcl/patches/patch-aa | 22 |
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 |