From df0a0c70487193f88469e04c0c9fe080e6c5dde5 Mon Sep 17 00:00:00 2001 From: minskim Date: Mon, 4 Oct 2004 02:15:52 +0000 Subject: In Tcl 8.4.7, there's no need to use LD_FLAGS, which was introduced to fix building the threaded versions of tcl and tk in 8.4.6nb2. This closes PR pkg/27130. Bump PKGREVISION because lib/tclConfig.sh is changed. --- lang/tcl/Makefile | 4 ++-- lang/tcl/distinfo | 4 ++-- lang/tcl/patches/patch-ag | 7 +------ 3 files changed, 5 insertions(+), 10 deletions(-) (limited to 'lang') diff --git a/lang/tcl/Makefile b/lang/tcl/Makefile index d0bc861b823..384842e3b66 100644 --- a/lang/tcl/Makefile +++ b/lang/tcl/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.38 2004/10/03 00:15:03 tv Exp $ +# $NetBSD: Makefile,v 1.39 2004/10/04 02:15:52 minskim Exp $ DISTNAME= tcl8.4.7-src PKGNAME= tcl-8.4.7 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tcl/} diff --git a/lang/tcl/distinfo b/lang/tcl/distinfo index bce3ce70fc4..a9d8f2aba3a 100644 --- a/lang/tcl/distinfo +++ b/lang/tcl/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.25 2004/10/01 13:35:37 adam Exp $ +$NetBSD: distinfo,v 1.26 2004/10/04 02:15:52 minskim Exp $ SHA1 (tcl8.4.7-src.tar.gz) = 1529d8473bde5ba3430a93047d546697fe6dee7b Size (tcl8.4.7-src.tar.gz) = 3472974 bytes @@ -7,5 +7,5 @@ SHA1 (patch-ab) = 7981c3ec9c4aaa1fb81755705478a996adcdf967 SHA1 (patch-ac) = ca2409270eee18ca2c8ddf9a002d9fff95053e4d SHA1 (patch-ae) = 1a5d12dc602dcde257e6b3e139f0d975ece74983 SHA1 (patch-af) = e28694b1dcd5ffd423469b3c15a7786398c187d1 -SHA1 (patch-ag) = 24d047f68140b15ebb7823426ae06d83204b1da9 +SHA1 (patch-ag) = 0a11bfc878d43b15f6444923fac18b4876b62398 SHA1 (patch-ah) = 0aaa349fcf9ce736e1f7d3dad377ee355f549ecb diff --git a/lang/tcl/patches/patch-ag b/lang/tcl/patches/patch-ag index 4564c2983dc..380a0e84c37 100644 --- a/lang/tcl/patches/patch-ag +++ b/lang/tcl/patches/patch-ag @@ -1,4 +1,4 @@ -$NetBSD: patch-ag,v 1.2 2004/06/22 18:34:09 drochner Exp $ +$NetBSD: patch-ag,v 1.3 2004/10/04 02:15:52 minskim Exp $ --- tclConfig.sh.in.orig 2004-03-02 00:58:59.000000000 +0100 +++ tclConfig.sh.in @@ -7,11 +7,6 @@ $NetBSD: patch-ag,v 1.2 2004/06/22 18:34:09 drochner Exp $ +if [ -z "${_TCL_NOTHREAD}" ]; then + # Tcl's version number. -@@ -92,3 +94,3 @@ TCL_DL_LIBS='@DL_LIBS@' - # an executable tclsh or tcltest binary. --TCL_LD_FLAGS='@LDFLAGS@' -+TCL_LD_FLAGS='@LD_FLAGS@' - @@ -180 +182,7 @@ TCL_STUB_LIB_PATH='@TCL_STUB_LIB_PATH@' TCL_THREADS=@TCL_THREADS@ + -- cgit v1.2.3