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: Enable threads. Needed for ne...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9a050213c931
branches:  trunk
changeset: 424922:9a050213c931
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon Mar 16 11:17:22 2020 +0000

description:
boehm-gc: Enable threads. Needed for neko-vm.

diffstat:

 devel/boehm-gc/Makefile   |  3 ++-
 devel/boehm-gc/options.mk |  6 ++----
 2 files changed, 4 insertions(+), 5 deletions(-)

diffs (29 lines):

diff -r ce180a96b27d -r 9a050213c931 devel/boehm-gc/Makefile
--- a/devel/boehm-gc/Makefile   Mon Mar 16 10:38:09 2020 +0000
+++ b/devel/boehm-gc/Makefile   Mon Mar 16 11:17:22 2020 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.100 2020/01/26 17:30:55 rillig Exp $
+# $NetBSD: Makefile,v 1.101 2020/03/16 11:17:22 nia Exp $
 
 DISTNAME=      gc-8.0.4
 PKGNAME=       ${DISTNAME:S/gc/boehm-gc/}
+PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  http://www.hboehm.info/gc/gc_source/
 
diff -r ce180a96b27d -r 9a050213c931 devel/boehm-gc/options.mk
--- a/devel/boehm-gc/options.mk Mon Mar 16 10:38:09 2020 +0000
+++ b/devel/boehm-gc/options.mk Mon Mar 16 11:17:22 2020 +0000
@@ -1,10 +1,8 @@
-# $NetBSD: options.mk,v 1.5 2018/07/27 10:23:12 jperkin Exp $
+# $NetBSD: options.mk,v 1.6 2020/03/16 11:17:22 nia Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.boehm-gc
 PKG_SUPPORTED_OPTIONS= threads
-
-PKG_SUGGESTED_OPTIONS.Darwin+= threads
-PKG_SUGGESTED_OPTIONS.SunOS+=  threads
+PKG_SUGGESTED_OPTIONS= threads
 
 .include "../../mk/bsd.options.mk"
 



Home | Main Index | Thread Index | Old Index