pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/guile22 guile22: update to 2.2.7nb1.
details: https://anonhg.NetBSD.org/pkgsrc/rev/c9c587758cf1
branches: trunk
changeset: 425132:c9c587758cf1
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Mar 19 14:15:17 2020 +0000
description:
guile22: update to 2.2.7nb1.
Enable threads support, now that boehm-gc is threaded.
diffstat:
lang/guile22/Makefile | 11 +++++------
1 files changed, 5 insertions(+), 6 deletions(-)
diffs (36 lines):
diff -r 5e3138c7cb16 -r c9c587758cf1 lang/guile22/Makefile
--- a/lang/guile22/Makefile Thu Mar 19 14:05:12 2020 +0000
+++ b/lang/guile22/Makefile Thu Mar 19 14:15:17 2020 +0000
@@ -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 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 @@
.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