svn commit: r429808 - head/cad/openscad

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Dec 28 17:55:51 UTC 2016


Author: amdmi3
Date: Wed Dec 28 17:55:50 2016
New Revision: 429808
URL: https://svnweb.freebsd.org/changeset/ports/429808

Log:
  - No more broken after removing gcc requirement from math/cgal
  
  Approved by:	portmgr blanket

Modified:
  head/cad/openscad/Makefile

Modified: head/cad/openscad/Makefile
==============================================================================
--- head/cad/openscad/Makefile	Wed Dec 28 17:55:46 2016	(r429807)
+++ head/cad/openscad/Makefile	Wed Dec 28 17:55:50 2016	(r429808)
@@ -39,10 +39,4 @@ post-patch:
 	@${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