pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/boost-libs boost-libs: Expect fiber to work on D...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bca6ed5723ca
branches:  trunk
changeset: 313246:bca6ed5723ca
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Mon Sep 24 00:04:53 2018 +0000

description:
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

diffstat:

 devel/boost-libs/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 4a1e17419ea1 -r bca6ed5723ca devel/boost-libs/Makefile
--- a/devel/boost-libs/Makefile Sun Sep 23 23:14:45 2018 +0000
+++ b/devel/boost-libs/Makefile Mon Sep 24 00:04:53 2018 +0000
@@ -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 @@
 .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