Hi! This diff brings OpenSCAD to the latest release (2014.03). It also bumps eigen dep to eigen3 and regens the WANTLIBs.
This update requires the math/cgal update I posted earlier. OK? Index: Makefile =================================================================== RCS file: /cvs/ports/cad/openscad/Makefile,v retrieving revision 1.7 diff -u -p -r1.7 Makefile --- Makefile 9 Jan 2014 00:37:45 -0000 1.7 +++ Makefile 15 Aug 2014 13:46:31 -0000 @@ -2,7 +2,7 @@ COMMENT = the programmer's solid 3D CAD modeller -V = 2013.06 +V = 2014.03 DISTNAME = openscad-${V} CATEGORIES = cad @@ -12,19 +12,18 @@ HOMEPAGE = http://www.openscad.org/ # GPLv2+ with CGAL exception PERMIT_PACKAGE_CDROM = Yes -WANTLIB += c m pthread stdc++ -WANTLIB += CGAL GL GLEW GLU ICE lib/qt4/QtGui lib/qt4/QtOpenGL -WANTLIB += SM X11 Xext Xi Xinerama Xrender boost_filesystem-mt -WANTLIB += boost_program_options-mt boost_regex-mt boost_system-mt -WANTLIB += boost_thread-mt fontconfig freetype gmp mpfr opencsg +WANTLIB += CGAL GL GLEW GLU ICE QtGui QtOpenGL SM X11 Xext Xi +WANTLIB += Xinerama Xrender boost_filesystem-mt boost_program_options-mt +WANTLIB += boost_regex-mt boost_system-mt boost_thread-mt c fontconfig +WANTLIB += freetype glib-2.0 gmp intl m mpfr opencsg pthread stdc++ -MASTER_SITES = https://openscad.googlecode.com/files/ +MASTER_SITES = http://files.openscad.org/ DISTFILES = openscad-${V}.src.tar.gz MODULES = x11/qt4 BUILD_DEPENDS = devel/bison \ devel/flex \ - math/eigen2 + math/eigen3 LIB_DEPENDS = devel/boost \ devel/gmp \ devel/mpfr \ @@ -34,7 +33,7 @@ LIB_DEPENDS = devel/boost \ RUN_DEPENDS = devel/desktop-file-utils -QMAKE_ENV = EIGEN2DIR=${LOCALBASE}/include/eigen2 +QMAKE_ENV = EIGEN2DIR=${LOCALBASE}/include/eigen3 QMAKE_FLAGS = VERSION=${V} MAKE_ENV = INSTALL_ROOT=${DESTDIR} Index: distinfo =================================================================== RCS file: /cvs/ports/cad/openscad/distinfo,v retrieving revision 1.4 diff -u -p -r1.4 distinfo --- distinfo 9 Jan 2014 00:37:45 -0000 1.4 +++ distinfo 15 Aug 2014 13:46:31 -0000 @@ -1,2 +1,2 @@ -SHA256 (openscad-2013.06.src.tar.gz) = 8neow+alSCcvlSeeUN5tSm1zVSd1q3ozx/g3yOWRc98= -SIZE (openscad-2013.06.src.tar.gz) = 4083085 +SHA256 (openscad-2014.03.src.tar.gz) = hl/cY3o86wZ4016ImVQR2OcOink3Yl1+3hR6FXClYcM= +SIZE (openscad-2014.03.src.tar.gz) = 4417283 Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/cad/openscad/pkg/PLIST,v retrieving revision 1.3 diff -u -p -r1.3 PLIST --- pkg/PLIST 9 Jan 2014 00:37:45 -0000 1.3 +++ pkg/PLIST 15 Aug 2014 13:46:31 -0000 @@ -1,6 +1,11 @@ @comment $OpenBSD: PLIST,v 1.3 2014/01/09 00:37:45 sthen Exp $ @bin bin/openscad +share/appdata/ +share/appdata/openscad.appdata.xml share/applications/openscad.desktop +share/man/ +share/man/man1/ +@man share/man/man1/openscad.1 share/openscad/ share/openscad/examples/ share/openscad/examples/example001.scad