pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/tk Marked pthread as required for NetBSD-1.6.2. Fi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6bc36f4b7b67
branches:  trunk
changeset: 492470:6bc36f4b7b67
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Apr 13 16:47:10 2005 +0000

description:
Marked pthread as required for NetBSD-1.6.2. Fixed some quoting errors.
Approved by jlam.

diffstat:

 x11/tk/Makefile |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (29 lines):

diff -r 328461806aaa -r 6bc36f4b7b67 x11/tk/Makefile
--- a/x11/tk/Makefile   Wed Apr 13 16:47:08 2005 +0000
+++ b/x11/tk/Makefile   Wed Apr 13 16:47:10 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2005/04/11 21:48:14 tv Exp $
+# $NetBSD: Makefile,v 1.43 2005/04/13 16:47:10 rillig Exp $
 
 DISTNAME=      tk8.4.9-src
 PKGNAME=       tk-8.4.9
@@ -18,15 +18,17 @@
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --with-tcl=${BUILDLINK_PREFIX.tcl}/lib
 CONFIGURE_ARGS+=       --enable-threads
-MAKE_ENV+=             TOUCH="${TOUCH}"
+MAKE_ENV+=             TOUCH=${TOUCH:Q}
+PTHREAD_OPTS+=         require
 
 TEST_TARGET=           test
 
 # 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:Q}/man
 
 .include "../../lang/tcl/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
 
 post-build:
        ${SED} -e "s|^\(.*\)='\(.*\)'|\1=\"\2\"|"                       \



Home | Main Index | Thread Index | Old Index