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 by default on ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/715960da78b7
branches:  trunk
changeset: 310941:715960da78b7
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Fri Jul 27 10:23:12 2018 +0000

description:
boehm-gc: Enable threads by default on SunOS.

Bump PKGREVISION.

diffstat:

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

diffs (29 lines):

diff -r d244e7e4a048 -r 715960da78b7 devel/boehm-gc/Makefile
--- a/devel/boehm-gc/Makefile   Fri Jul 27 08:47:08 2018 +0000
+++ b/devel/boehm-gc/Makefile   Fri Jul 27 10:23:12 2018 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.91 2018/06/08 20:17:43 leot Exp $
+# $NetBSD: Makefile,v 1.92 2018/07/27 10:23:12 jperkin Exp $
 
 DISTNAME=      gc-7.6.4
 PKGNAME=       ${DISTNAME:S/gc/boehm-gc/}
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    devel
 MASTER_SITES=  http://www.hboehm.info/gc/gc_source/
 
diff -r d244e7e4a048 -r 715960da78b7 devel/boehm-gc/options.mk
--- a/devel/boehm-gc/options.mk Fri Jul 27 08:47:08 2018 +0000
+++ b/devel/boehm-gc/options.mk Fri Jul 27 10:23:12 2018 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: options.mk,v 1.4 2016/02/25 12:12:47 jperkin Exp $
+# $NetBSD: options.mk,v 1.5 2018/07/27 10:23:12 jperkin Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.boehm-gc
 PKG_SUPPORTED_OPTIONS= threads
 
 PKG_SUGGESTED_OPTIONS.Darwin+= threads
+PKG_SUGGESTED_OPTIONS.SunOS+=  threads
 
 .include "../../mk/bsd.options.mk"
 



Home | Main Index | Thread Index | Old Index