pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/guile22
Module Name: pkgsrc
Committed By: wiz
Date: Thu Mar 19 14:15:17 UTC 2020
Modified Files:
pkgsrc/lang/guile22: Makefile
Log Message:
guile22: update to 2.2.7nb1.
Enable threads support, now that boehm-gc is threaded.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/lang/guile22/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/guile22/Makefile
diff -u pkgsrc/lang/guile22/Makefile:1.19 pkgsrc/lang/guile22/Makefile:1.20
--- pkgsrc/lang/guile22/Makefile:1.19 Tue Mar 10 22:43:27 2020
+++ pkgsrc/lang/guile22/Makefile Thu Mar 19 14:15:17 2020
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2020/03/10 22:43:27 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2020/03/19 14:15:17 wiz Exp $
DISTNAME= guile-2.2.7
PKGNAME= ${DISTNAME:S/guile/guile22/}
+PKGREVISION= 1
CATEGORIES= lang
MASTER_SITES= ftp://ftp.gnu.org/gnu/guile/
@@ -17,8 +18,6 @@ GUILE_SUBDIR= guile/2.2
# guile does not like the --build and --host triplets on NetBSD
HAS_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-shared
-# not until boehm-gc is threaded
-CONFIGURE_ARGS+= --without-threads
CONFIGURE_ARGS+= SHELL=${CONFIG_SHELL}
# Needed to work around broken configure check for accept4()
LDFLAGS.SunOS+= -lsocket -lnsl
@@ -81,10 +80,10 @@ post-configure:
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/libltdl/buildlink3.mk"
.include "../../textproc/libunistring/buildlink3.mk"
-# needs a particular bug fix on NetBSD
-BUILDLINK_API_DEPENDS.boehm-gc+= boehm-gc>=7.4.2nb1
+# needs threaded boehm-gc
+BUILDLINK_API_DEPENDS.boehm-gc+= boehm-gc>=8.0.4nb1
.include "../../devel/boehm-gc/buildlink3.mk"
.include "../../devel/libffi/buildlink3.mk"
.include "../../devel/readline/buildlink3.mk"
-#.include "../../mk/pthread.buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index