diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-01-01 11:45:12 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-01-01 11:45:12 +0800 |
commit | 186438d146a394b729a7b139b9ec68187245cbf3 (patch) | |
tree | 47a0ecc20682a7a4895cc432843a845b1c7f6905 /cad | |
parent | 3893119e13cf8350d8a3616ebffc77669eba37fe (diff) | |
download | freebsd-ports-gnome-186438d146a394b729a7b139b9ec68187245cbf3.tar.gz freebsd-ports-gnome-186438d146a394b729a7b139b9ec68187245cbf3.tar.zst freebsd-ports-gnome-186438d146a394b729a7b139b9ec68187245cbf3.zip |
Remove BROKEN_FreeBSD_9
Approved by: portmgr (blanket)
Diffstat (limited to 'cad')
-rw-r--r-- | cad/freecad/Makefile | 2 | ||||
-rw-r--r-- | cad/kicad/Makefile | 3 | ||||
-rw-r--r-- | cad/libopencad/Makefile | 2 | ||||
-rw-r--r-- | cad/linuxcnc-devel/Makefile | 1 | ||||
-rw-r--r-- | cad/openvsp/Makefile | 2 | ||||
-rw-r--r-- | cad/solvespace/Makefile | 2 |
6 files changed, 0 insertions, 12 deletions
diff --git a/cad/freecad/Makefile b/cad/freecad/Makefile index d57db4218def..291fa7fe6567 100644 --- a/cad/freecad/Makefile +++ b/cad/freecad/Makefile @@ -30,8 +30,6 @@ LIB_DEPENDS= libexpat.so:textproc/expat2 \ libmed.so:french/med \ libshiboken-${PYTHON_VERSION}.so:devel/shiboken -BROKEN_FreeBSD_9= does not build on FreeBSD 9.x - USE_GITHUB= yes GH_TAGNAME= 0ea7373 diff --git a/cad/kicad/Makefile b/cad/kicad/Makefile index 5dd583834507..badf1a96686e 100644 --- a/cad/kicad/Makefile +++ b/cad/kicad/Makefile @@ -52,9 +52,6 @@ BINS= cvpcb eeschema gerbview kicad pcbnew EXTRAS2RM= linux-non_unicode linux wings3d LINUX.README \ contrib_makefiles.txt running_kicad_under_W98.txt -# undefined reference to `std::chrono::_V2::steady_clock::now()@GLIBCXX_3.4.19' -BROKEN_FreeBSD_9= does not link - DOXYGEN_VARS= LICENSE+=GFDL LICENSE_COMB=multi DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen DOXYGEN_IMPLIES= DOCS diff --git a/cad/libopencad/Makefile b/cad/libopencad/Makefile index 0afeb12ae72e..8dcd3e83ebc6 100644 --- a/cad/libopencad/Makefile +++ b/cad/libopencad/Makefile @@ -11,8 +11,6 @@ COMMENT= Library which provides a way to read/write CAD (DWG/DXF/DXFB) files LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_FreeBSD_9= does not build (lack of c++11 support) - USE_GITHUB= yes GH_ACCOUNT= sandyre diff --git a/cad/linuxcnc-devel/Makefile b/cad/linuxcnc-devel/Makefile index ac6dd8dc4e4a..91642201ce2a 100644 --- a/cad/linuxcnc-devel/Makefile +++ b/cad/linuxcnc-devel/Makefile @@ -26,7 +26,6 @@ RUN_DEPENDS= bash:shells/bash \ ${LOCALBASE}/lib/Img/libtkimg1.4.6.so:graphics/libimg BUILD_DEPENDS= ${RUN_DEPENDS} -BROKEN_FreeBSD_9= requires libusb NO_PACKAGE= Licensing conflict between LinuxCNC (GPL2) and readline (GPL3) WRKSRC= ${WRKDIR}/linuxcnc-${GH_TAGNAME}/src diff --git a/cad/openvsp/Makefile b/cad/openvsp/Makefile index 5b058a198eb3..aad42d095c44 100644 --- a/cad/openvsp/Makefile +++ b/cad/openvsp/Makefile @@ -29,8 +29,6 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libopenNURBS.a:graphics/opennurbs \ ${LOCALBASE}/include/glm/glm.hpp:math/glm \ ${LOCALBASE}/include/eigen3/Eigen/Array:math/eigen3 -BROKEN_FreeBSD_9= dependency graphics/code-eli needs additional math functions - USE_GITHUB= yes GH_PROJECT= OpenVSP GH_ACCOUNT= ${GH_PROJECT} diff --git a/cad/solvespace/Makefile b/cad/solvespace/Makefile index 10b2c4a60f2c..852ab3a1c464 100644 --- a/cad/solvespace/Makefile +++ b/cad/solvespace/Makefile @@ -29,6 +29,4 @@ USE_XORG= x11 USE_LDCONFIG= yes INSTALLS_ICONS= yes -BROKEN_FreeBSD_9= Does not build on FreeBSD 9.x - .include <bsd.port.mk> |