pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/boost-libs



Module Name:    pkgsrc
Committed By:   gdt
Date:           Mon Sep 24 00:04:53 UTC 2018

Modified Files:
        pkgsrc/devel/boost-libs: Makefile

Log Message:
boost-libs: Expect fiber to work on Darmin 15

fiber used to fail on Darwin 15, but as of 15.5 with Apple LLVM
>=8.0.0 (clang 8), it works.  Because we expect pkgsrc users to be up
to date with respect to minor versions of their (perhaps not
upgradable from) major version, change the regexp to expect fiber on
this platform.

ok minskin@ on tech-pkg


To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 pkgsrc/devel/boost-libs/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/boost-libs/Makefile
diff -u pkgsrc/devel/boost-libs/Makefile:1.71 pkgsrc/devel/boost-libs/Makefile:1.72
--- pkgsrc/devel/boost-libs/Makefile:1.71       Thu Aug 16 15:58:32 2018
+++ pkgsrc/devel/boost-libs/Makefile    Mon Sep 24 00:04:53 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.71 2018/08/16 15:58:32 adam Exp $
+# $NetBSD: Makefile,v 1.72 2018/09/24 00:04:53 gdt Exp $
 
 BOOST_PACKAGE=         libs
 BOOST_COMMENT=         (binary libraries)
@@ -23,7 +23,7 @@ BJAM_ARGS+=           --without-fiber
 .else
 PLIST.context=         yes
 .if !(${OPSYS} == "NetBSD" && !empty(PKGSRC_COMPILER:Mgcc)) && \
-    empty(MACHINE_PLATFORM:MDarwin-1[0-5].*-*)
+    empty(MACHINE_PLATFORM:MDarwin-1[0-4].*-*)
 PLIST.fiber=           yes
 .endif
 .endif



Home | Main Index | Thread Index | Old Index