pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Build thread-safe versions of tcl and tk. Bump PKG_RE...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7d62260ede38
branches:  trunk
changeset: 471244:7d62260ede38
user:      jwise <jwise%pkgsrc.org@localhost>
date:      Mon Mar 22 16:14:02 2004 +0000

description:
Build thread-safe versions of tcl and tk.  Bump PKG_REVISION to nb1 to match.

diffstat:

 lang/tcl/Makefile |  5 +++--
 x11/tk/Makefile   |  5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs (45 lines):

diff -r 0923dce41a5d -r 7d62260ede38 lang/tcl/Makefile
--- a/lang/tcl/Makefile Mon Mar 22 16:00:52 2004 +0000
+++ b/lang/tcl/Makefile Mon Mar 22 16:14:02 2004 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.27 2004/03/08 22:14:18 minskim Exp $
+# $NetBSD: Makefile,v 1.28 2004/03/22 16:14:02 jwise Exp $
 #
 
 DISTNAME=              tcl8.4.6-src
 PKGNAME=               tcl-8.4.6
+PKGREVISION=           1
 CATEGORIES=            lang
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=tcl/}
 
@@ -29,7 +30,7 @@
 # Initially install the man pages into ${WRKDIR}/man, as we need a staged
 # install to avoid overwriting existing manpages in ${PREFIX}/man.
 #
-CONFIGURE_ARGS+=       --mandir=${WRKDIR}/man
+CONFIGURE_ARGS+=       --mandir=${WRKDIR}/man --enable-threads
 
 # Add ${VIEWBASE}/lib/tcl to the list of locations for Tcl packages.
 CONFIGURE_ENV+=                TCL_PACKAGE_PATH="${VIEWBASE}/lib/tcl"
diff -r 0923dce41a5d -r 7d62260ede38 x11/tk/Makefile
--- a/x11/tk/Makefile   Mon Mar 22 16:00:52 2004 +0000
+++ b/x11/tk/Makefile   Mon Mar 22 16:14:02 2004 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.30 2004/03/08 22:14:19 minskim Exp $
+# $NetBSD: Makefile,v 1.31 2004/03/22 16:14:02 jwise Exp $
 
 DISTNAME=      tk8.4.6-src
 PKGNAME=       tk-8.4.6
+PKGREVISION=   1
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=tcl/}
 
@@ -13,7 +14,7 @@
 
 WRKSRC=                        ${WRKDIR}/${DISTNAME:C/-src//}/unix
 GNU_CONFIGURE=         yes
-CONFIGURE_ARGS+=       --with-tcl=${BUILDLINK_PREFIX.tcl}/lib
+CONFIGURE_ARGS+=       --with-tcl=${BUILDLINK_PREFIX.tcl}/lib --enable-threads
 MAKE_ENV+=             TOUCH="${TOUCH}"
 
 USE_X11=               yes



Home | Main Index | Thread Index | Old Index