pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/gauche Enable pthread support; bump revision to 1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/482c52ef727c
branches:  trunk
changeset: 524168:482c52ef727c
user:      uebayasi <uebayasi%pkgsrc.org@localhost>
date:      Sat Jan 20 06:35:45 2007 +0000

description:
Enable pthread support; bump revision to 1.

diffstat:

 lang/gauche/Makefile |  10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diffs (41 lines):

diff -r 2ffcdb01569c -r 482c52ef727c lang/gauche/Makefile
--- a/lang/gauche/Makefile      Sat Jan 20 05:41:24 2007 +0000
+++ b/lang/gauche/Makefile      Sat Jan 20 06:35:45 2007 +0000
@@ -1,12 +1,13 @@
-# $NetBSD: Makefile,v 1.39 2007/01/19 12:59:00 uebayasi Exp $
+# $NetBSD: Makefile,v 1.40 2007/01/20 06:35:45 uebayasi Exp $
 #
 
 DISTNAME=      Gauche-0.8.9
+PKGREVISION=   1
 CATEGORIES=    lang
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=gauche/}
 EXTRACT_SUFX=  .tgz
 
-MAINTAINER=    minoura%NetBSD.org@localhost
+MAINTAINER=    uebayasi%NetBSD.org@localhost, minoura%NetBSD.org@localhost
 HOMEPAGE=      http://www.shiro.dreamhost.com/scheme/gauche/index.html
 COMMENT=       R5RS Scheme implementation aimed to be a handy tool for daily works
 
@@ -19,7 +20,7 @@
 GNU_CONFIGURE= yes
 CONFIGURE_ARGS+=       --with-slib=${SLIB_PREFIX}/share/slib
 CONFIGURE_ARGS+=       --enable-multibyte=utf-8
-CONFIGURE_ARGS+=       --enable-threads=none   # must match w/ boehm-gc
+CONFIGURE_ARGS+=       --enable-threads=pthreads
 CONFIGURE_ENV+=                AS="${CC} -x assembler-with-cpp -c"
 
 CONFIGURE_ARGS+=       --with-iconv=${BUILDLINK_PREFIX.iconv}
@@ -27,10 +28,11 @@
 MAKE_ENV+=             ICONV_LDFLAGS=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.iconv}/lib
 
 USE_TOOLS+=            gzip makeinfo
-INFO_FILES=            # PLIST
+INFO_FILES=            yes     # PLIST
 
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../mk/dlopen.buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
 
 post-install:
        gzip -d ${PREFIX}/${PKGINFODIR}/gauche-ref*gz



Home | Main Index | Thread Index | Old Index