pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/tcl-tclcl Update tcl-tclcl to 1.6.
details: https://anonhg.NetBSD.org/pkgsrc/rev/6af0048ac1b3
branches: trunk
changeset: 488983:6af0048ac1b3
user: minskim <minskim%pkgsrc.org@localhost>
date: Mon Feb 14 04:40:49 2005 +0000
description:
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:
devel/tcl-tclcl/Makefile | 5 ++---
devel/tcl-tclcl/distinfo | 8 ++++----
devel/tcl-tclcl/patches/patch-aa | 22 +++++++++-------------
3 files changed, 15 insertions(+), 20 deletions(-)
diffs (77 lines):
diff -r 882798aa9b58 -r 6af0048ac1b3 devel/tcl-tclcl/Makefile
--- a/devel/tcl-tclcl/Makefile Mon Feb 14 02:30:39 2005 +0000
+++ b/devel/tcl-tclcl/Makefile Mon Feb 14 04:40:49 2005 +0000
@@ -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 -r 882798aa9b58 -r 6af0048ac1b3 devel/tcl-tclcl/distinfo
--- a/devel/tcl-tclcl/distinfo Mon Feb 14 02:30:39 2005 +0000
+++ b/devel/tcl-tclcl/distinfo Mon Feb 14 04:40:49 2005 +0000
@@ -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 -r 882798aa9b58 -r 6af0048ac1b3 devel/tcl-tclcl/patches/patch-aa
--- a/devel/tcl-tclcl/patches/patch-aa Mon Feb 14 02:30:39 2005 +0000
+++ b/devel/tcl-tclcl/patches/patch-aa Mon Feb 14 04:40:49 2005 +0000
@@ -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 @@
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 @@
#
# 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
Home |
Main Index |
Thread Index |
Old Index