svn commit: r429444 - head/cad/openscad
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sun Dec 25 17:26:29 UTC 2016
Author: amdmi3
Date: Sun Dec 25 17:26:28 2016
New Revision: 429444
URL: https://svnweb.freebsd.org/changeset/ports/429444
Log:
- Mark broken in FreeBSD 11.x+ i386: this port can't build while cgal is built with gcc and boost is built with clang
Approved by: portmgr blanket
Modified:
head/cad/openscad/Makefile
Modified: head/cad/openscad/Makefile
==============================================================================
--- head/cad/openscad/Makefile Sun Dec 25 17:19:32 2016 (r429443)
+++ head/cad/openscad/Makefile Sun Dec 25 17:26:28 2016 (r429444)
@@ -36,7 +36,13 @@ QMAKE_ARGS+= VERSION=${PORTVERSION} \
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
post-patch:
- ${REINPLACE_CMD} -e 's,share/man,man,' \
+ @${REINPLACE_CMD} -e 's,share/man,man,' \
${WRKSRC}/openscad.pro
+.include <bsd.port.options.mk>
+
+.if ${ARCH} == i386 && ${OPSYS} == FreeBSD && ${OSVERSION} >= 1100000
+BROKEN= does not build (libstdc++/libc++ incompatibility in cgal/boost)
+.endif
+
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list