From 186438d146a394b729a7b139b9ec68187245cbf3 Mon Sep 17 00:00:00 2001 From: sunpoet Date: Sun, 1 Jan 2017 03:45:12 +0000 Subject: Remove BROKEN_FreeBSD_9 Approved by: portmgr (blanket) --- cad/freecad/Makefile | 2 -- cad/kicad/Makefile | 3 --- cad/libopencad/Makefile | 2 -- cad/linuxcnc-devel/Makefile | 1 - cad/openvsp/Makefile | 2 -- cad/solvespace/Makefile | 2 -- 6 files changed, 12 deletions(-) (limited to 'cad') 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 -- cgit