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

This commit is contained in:
jwise 2004-03-22 16:14:02 +00:00
parent 723468ade7
commit 73345802b3
2 changed files with 6 additions and 4 deletions

View file

@ -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 @@ PLIST_SUBST+= SHLIB_SUFX="${SHLIB_SUFX}"
# 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"

View file

@ -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 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
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