pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/boost-libs Fix packaging. Fiber module is not bu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/65b61fe58707
branches:  trunk
changeset: 356587:65b61fe58707
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Mon Jan 02 07:33:11 2017 +0000

description:
Fix packaging. Fiber module is not built for NetBSD-current anymore.

diffstat:

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

diffs (20 lines):

diff -r d6e4abcbf348 -r 65b61fe58707 devel/boost-libs/Makefile
--- a/devel/boost-libs/Makefile Mon Jan 02 07:26:35 2017 +0000
+++ b/devel/boost-libs/Makefile Mon Jan 02 07:33:11 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2017/01/01 15:32:47 adam Exp $
+# $NetBSD: Makefile,v 1.51 2017/01/02 07:33:11 ryoon Exp $
 
 BOOST_PACKAGE=         libs
 BOOST_COMMENT=         (binary libraries)
@@ -35,8 +35,9 @@
 # (old darwin, netbsd <6). if fiber becomes necessary, set GCC_REQD
 # on other boost-* packages, too.
 # fiber requires context, so also disable it where context cannot be built
+# Additionally fiber checks std::timed_mutex.
 .if ((${OPSYS} == "Darwin" && ${OS_VERSION:R} < 14) || \
-    !empty(MACHINE_PLATFORM:MNetBSD-[0-6]*-*)) || \
+    !empty(MACHINE_PLATFORM:MNetBSD-[0-7]*-*)) || \
     !empty(MACHINE_ARCH:Malpha) || !empty(MACHINE_ARCH:Mm68k) || \
     !empty(MACHINE_ARCH:Msparc64) || \
     (${OPSYS} == "NetBSD" && !empty(PKGSRC_COMPILER:Mclang))



Home | Main Index | Thread Index | Old Index