diff options
author | seb <seb> | 2004-12-02 17:25:05 +0000 |
---|---|---|
committer | seb <seb> | 2004-12-02 17:25:05 +0000 |
commit | 7d3239da94ab0fcd2cd6599b42316dcc4fdef325 (patch) | |
tree | cbacaa92e5d9e83ce3e4565c95e7eb901bd1b818 /devel | |
parent | 3cf133ad9207cbf6ef93ebd1fe14b2459da4d50e (diff) | |
download | pkgsrc-7d3239da94ab0fcd2cd6599b42316dcc4fdef325.tar.gz |
Fix build with latest lang/tcl package.
Approved by maintainer.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/tcl-tclcl/distinfo | 4 | ||||
-rw-r--r-- | devel/tcl-tclcl/patches/patch-aa | 20 |
2 files changed, 15 insertions, 9 deletions
diff --git a/devel/tcl-tclcl/distinfo b/devel/tcl-tclcl/distinfo index f6146e807a5..7dfc47699b2 100644 --- a/devel/tcl-tclcl/distinfo +++ b/devel/tcl-tclcl/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2004/03/08 23:49:41 minskim Exp $ +$NetBSD: distinfo,v 1.4 2004/12/02 17:25:05 seb Exp $ SHA1 (tclcl-src-1.15.tar.gz) = 5b927893d4d3b3f49e86f4ee43266668595d34e3 Size (tclcl-src-1.15.tar.gz) = 143000 bytes -SHA1 (patch-aa) = b86e9d208e131b142a5ee81ebd2247718c2e1773 +SHA1 (patch-aa) = 4b9b5dfd52c039ba2fdae36bd9f455111fc4e643 diff --git a/devel/tcl-tclcl/patches/patch-aa b/devel/tcl-tclcl/patches/patch-aa index a9b31d8f034..54f89d80397 100644 --- a/devel/tcl-tclcl/patches/patch-aa +++ b/devel/tcl-tclcl/patches/patch-aa @@ -1,6 +1,6 @@ -$NetBSD: patch-aa,v 1.2 2004/03/08 23:49:41 minskim Exp $ +$NetBSD: patch-aa,v 1.3 2004/12/02 17:25:05 seb Exp $ ---- Makefile.in.orig Fri Jan 9 16:38:18 2004 +--- Makefile.in.orig 2004-01-09 22:38:18.000000000 +0000 +++ Makefile.in @@ -52,6 +52,9 @@ TEST = test RM = rm -f @@ -26,16 +26,22 @@ $NetBSD: patch-aa,v 1.2 2004/03/08 23:49:41 minskim Exp $ GEN_DIR = gen/ -@@ -106,7 +109,7 @@ TCL_83_LIBRARY_FILES = \ +@@ -105,8 +108,12 @@ TCL_83_LIBRARY_FILES = \ + $(TCL_BASE_LIBRARY_FILES) \ $(LIBRARY_TCL)/http2.3/http.tcl TCL_84_LIBRARY_FILES = \ - $(TCL_BASE_LIBRARY_FILES) \ +- $(TCL_BASE_LIBRARY_FILES) \ - $(LIBRARY_TCL)/http/http.tcl -+ $(LIBRARY_TCL)/http2.4/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 TCL_LIBRARY_FILES = \ @V_TCL_LIBRARY_FILES@ -@@ -152,13 +155,12 @@ all: $(TCL2C) $(LIB_TCLCL) +@@ -152,13 +159,12 @@ all: $(TCL2C) $(LIB_TCLCL) $(TCL2C): tcl2c++.o $(RM) $@ @@ -51,7 +57,7 @@ $NetBSD: patch-aa,v 1.2 2004/03/08 23:49:41 minskim Exp $ # # pass-1 embedded tcl files -@@ -183,9 +185,12 @@ embedded-console.cc: $(CONSOLE_FILES) $( +@@ -183,9 +189,12 @@ embedded-console.cc: $(CONSOLE_FILES) $( $(TCL2C) et_console $(CONSOLE_FILES) > embedded-console.cc install: force |