pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/boehm-gc



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Dec 12 21:43:28 UTC 2018

Modified Files:
        pkgsrc/devel/boehm-gc: Makefile

Log Message:
boehm-gc: update to 8.0.0nb1.

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


To generate a diff of this commit:
cvs rdiff -u -r1.94 -r1.95 pkgsrc/devel/boehm-gc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/boehm-gc/Makefile
diff -u pkgsrc/devel/boehm-gc/Makefile:1.94 pkgsrc/devel/boehm-gc/Makefile:1.95
--- pkgsrc/devel/boehm-gc/Makefile:1.94 Mon Dec 10 08:55:45 2018
+++ pkgsrc/devel/boehm-gc/Makefile      Wed Dec 12 21:43:28 2018
@@ -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_LANGUAGES=                c c++
 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