svn commit: r468046 - in head/cad: . openscad

Michael Reifenberger mr at FreeBSD.org
Sun Apr 22 18:16:03 UTC 2018


Author: mr
Date: Sun Apr 22 18:16:02 2018
New Revision: 468046
URL: https://svnweb.freebsd.org/changeset/ports/468046

Log:
  Add openscad-devel to the build and register conflict.

Modified:
  head/cad/Makefile
  head/cad/openscad/Makefile

Modified: head/cad/Makefile
==============================================================================
--- head/cad/Makefile	Sun Apr 22 18:14:40 2018	(r468045)
+++ head/cad/Makefile	Sun Apr 22 18:16:02 2018	(r468046)
@@ -64,6 +64,7 @@
     SUBDIR += ngspice_rework
     SUBDIR += opencascade
     SUBDIR += openscad
+    SUBDIR += openscad-devel
     SUBDIR += openvsp
     SUBDIR += p5-GDS2
     SUBDIR += p5-Verilog-Perl

Modified: head/cad/openscad/Makefile
==============================================================================
--- head/cad/openscad/Makefile	Sun Apr 22 18:14:40 2018	(r468045)
+++ head/cad/openscad/Makefile	Sun Apr 22 18:16:02 2018	(r468046)
@@ -23,6 +23,8 @@ LIB_DEPENDS=	libgmp.so:math/gmp \
 		libharfbuzz.so:print/harfbuzz \
 		libopencsg.so:graphics/opencsg
 
+CONFLICTS=      openscad-devel
+
 USES=		bison compiler:c++11-lang desktop-file-utils eigen:3 gettext-tools \
 		pkgconfig python:run qmake shebangfix
 SHEBANG_FILES=	libraries/MCAD/get_submodules.py
@@ -38,5 +40,11 @@ WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 post-patch:
 	@${REINPLACE_CMD} -e 's,share/man,man,' \
 		${WRKSRC}/openscad.pro
+
+#.include <bsd.port.options.mk>
+#
+#.if ${ARCH} == i386 && ${OSVERSION} >= 1100000
+#USE_GCC=        yes
+#.endif
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list