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: nia
Date: Mon Mar 16 11:17:22 UTC 2020
Modified Files:
pkgsrc/devel/boehm-gc: Makefile options.mk
Log Message:
boehm-gc: Enable threads. Needed for neko-vm.
To generate a diff of this commit:
cvs rdiff -u -r1.100 -r1.101 pkgsrc/devel/boehm-gc/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/boehm-gc/options.mk
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.100 pkgsrc/devel/boehm-gc/Makefile:1.101
--- pkgsrc/devel/boehm-gc/Makefile:1.100 Sun Jan 26 17:30:55 2020
+++ pkgsrc/devel/boehm-gc/Makefile Mon Mar 16 11:17:22 2020
@@ -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/
Index: pkgsrc/devel/boehm-gc/options.mk
diff -u pkgsrc/devel/boehm-gc/options.mk:1.5 pkgsrc/devel/boehm-gc/options.mk:1.6
--- pkgsrc/devel/boehm-gc/options.mk:1.5 Fri Jul 27 10:23:12 2018
+++ pkgsrc/devel/boehm-gc/options.mk Mon Mar 16 11:17:22 2020
@@ -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