pkgsrc-Users archive

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

Re: python36, boost-libs fail packaging on netbsd-8, -current



The patch (err, [0-9] rather than [0-7]):

+Index: devel/boost-libs/Makefile
+===================================================================
+RCS file: /cvsroot/pkgsrc/devel/boost-libs/Makefile,v
+retrieving revision 1.51.2.1
+diff -u -p -r1.51.2.1 Makefile
+--- devel/boost-libs/Makefile	16 Apr 2017 14:55:01 -0000	1.51.2.1
++++ devel/boost-libs/Makefile	14 Jun 2017 19:47:05 -0000
+@@ -37,7 +37,7 @@ PLIST.log=		yes
+ # 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-7]*-*)) || \
++    !empty(MACHINE_PLATFORM:MNetBSD-[0-9]*-*)) || \
+     !empty(MACHINE_ARCH:Malpha) || !empty(MACHINE_ARCH:Mm68k) || \
+     !empty(MACHINE_ARCH:Msparc64) || \
+     (${OPSYS} == "NetBSD" && !empty(PKGSRC_COMPILER:Mclang))

-- 
|/"\ John D. Baker, KN5UKS               NetBSD     Darwin/MacOS X
|\ / jdbaker[snail]mylinuxisp[flyspeck]com    OpenBSD            FreeBSD
| X  No HTML/proprietary data in email.   BSD just sits there and works!
|/ \ GPGkeyID:  D703 4A7E 479F 63F8 D3F4  BD99 9572 8F23 E4AD 1645



Home | Main Index | Thread Index | Old Index