pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/boehm-gc boehm-gc: update to 8.0.0nb1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c9e755029d94
branches:  trunk
changeset: 326698:c9e755029d94
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Dec 12 21:43:28 2018 +0000

description:
boehm-gc: update to 8.0.0nb1.

Disable munmap'ping to work around the regression in 8.0.0 on
NetBSD.

diffstat:

 devel/boehm-gc/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r b1af10395004 -r c9e755029d94 devel/boehm-gc/Makefile
--- a/devel/boehm-gc/Makefile   Wed Dec 12 19:14:09 2018 +0000
+++ b/devel/boehm-gc/Makefile   Wed Dec 12 21:43:28 2018 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.94 2018/12/10 08:55:45 wiz Exp $
+# $NetBSD: Makefile,v 1.95 2018/12/12 21:43:28 wiz Exp $
 
 DISTNAME=      gc-8.0.0
 PKGNAME=       ${DISTNAME:S/gc/boehm-gc/}
+PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  http://www.hboehm.info/gc/gc_source/
 
@@ -14,6 +15,8 @@
 USE_LIBTOOL=           YES
 GNU_CONFIGURE=         YES
 CONFIGURE_ARGS+=       --enable-cplusplus
+# https://github.com/ivmai/bdwgc/issues/255
+CONFIGURE_ARGS+=       --disable-munmap
 CONFIGURE_ARGS+=       --datadir=${PREFIX}/share/doc
 PKGCONFIG_OVERRIDE=    bdw-gc.pc.in
 INSTALLATION_DIRS=     ${PKGMANDIR}/man3



Home | Main Index | Thread Index | Old Index