Date: Sun, 25 Dec 2016 17:26:28 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429444 - head/cad/openscad Message-ID: <201612251726.uBPHQS7t023501@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612251726.uBPHQS7t023501>