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 /math | |
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 'math')
-rw-r--r-- | math/cadabra2/Makefile | 2 | ||||
-rw-r--r-- | math/clblas/Makefile | 2 | ||||
-rw-r--r-- | math/clfft/Makefile | 1 | ||||
-rw-r--r-- | math/clp/Makefile | 1 | ||||
-rw-r--r-- | math/clrng/Makefile | 2 | ||||
-rw-r--r-- | math/mathmod/Makefile | 3 | ||||
-rw-r--r-- | math/mosesdecoder/Makefile | 2 | ||||
-rw-r--r-- | math/vowpal_wabbit/Makefile | 1 | ||||
-rw-r--r-- | math/wxMaxima/Makefile | 2 |
9 files changed, 0 insertions, 16 deletions
diff --git a/math/cadabra2/Makefile b/math/cadabra2/Makefile index cb0e2e41d236..c009def635bb 100644 --- a/math/cadabra2/Makefile +++ b/math/cadabra2/Makefile @@ -28,8 +28,6 @@ USE_GITHUB= yes GH_ACCOUNT= kpeeters GH_TAGNAME= 85ac041 -BROKEN_FreeBSD_9= does not build: fatal error: 'type_traits' file not found - OPTIONS_DEFINE= GUI OPTIONS_DEFAULT=GUI diff --git a/math/clblas/Makefile b/math/clblas/Makefile index d2802420244f..7706724c8c3d 100644 --- a/math/clblas/Makefile +++ b/math/clblas/Makefile @@ -18,8 +18,6 @@ LIB_DEPENDS= libOpenCL.so:devel/ocl-icd \ libboost_program_options.so:devel/boost-libs RUN_DEPENDS= opencl>=0:devel/opencl -BROKEN_FreeBSD_9= clBLAS is only supported on FreeBSD 10.1 and newer - USE_GITHUB= yes GH_ACCOUNT= clMathLibraries GH_PROJECT= clBLAS diff --git a/math/clfft/Makefile b/math/clfft/Makefile index d17bf2214750..c53749a059f1 100644 --- a/math/clfft/Makefile +++ b/math/clfft/Makefile @@ -16,7 +16,6 @@ BUILD_DEPENDS= opencl>=0:devel/opencl LIB_DEPENDS= libOpenCL.so:devel/ocl-icd RUN_DEPENDS= opencl>=0:devel/opencl -BROKEN_FreeBSD_9= clFFT is only supported on FreeBSD 10.1 and newer ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON_amd64= only builds and is supported on amd64 diff --git a/math/clp/Makefile b/math/clp/Makefile index 180344092a8b..17fcc8308422 100644 --- a/math/clp/Makefile +++ b/math/clp/Makefile @@ -14,7 +14,6 @@ COMMENT= Linear Programming Solver LICENSE= EPL BROKEN_powerpc64= does not build -BROKEN_FreeBSD_9= does not build USES= blaslapack fortran libtool tar:tgz pathfix CXXFLAGS+= -ffast-math diff --git a/math/clrng/Makefile b/math/clrng/Makefile index 91da54cb06bd..b1cc46431c26 100644 --- a/math/clrng/Makefile +++ b/math/clrng/Makefile @@ -16,8 +16,6 @@ BUILD_DEPENDS= opencl>=0:devel/opencl LIB_DEPENDS= libOpenCL.so:devel/ocl-icd RUN_DEPENDS= opencl>=0:devel/opencl -BROKEN_FreeBSD_9= clRNG is only supported on FreeBSD 10.1 and newer - ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 ONLY_FOR_ARCHS_REASON= this code has only been tested on x86 and powerpc platforms diff --git a/math/mathmod/Makefile b/math/mathmod/Makefile index 6cd800bc21ba..64a4a32c1e05 100644 --- a/math/mathmod/Makefile +++ b/math/mathmod/Makefile @@ -21,7 +21,4 @@ WRKSRC= ${WRKDIR}/${PORTNAME:tl}-branches-${BRANCHE}-trunk PLIST_FILES= bin/MathMod -# LL / ULL suffix would be needed for integer constants -BROKEN_FreeBSD_9_i386= YES - .include <bsd.port.mk> diff --git a/math/mosesdecoder/Makefile b/math/mosesdecoder/Makefile index 0f4493172e3c..562a7db0dc0d 100644 --- a/math/mosesdecoder/Makefile +++ b/math/mosesdecoder/Makefile @@ -17,8 +17,6 @@ LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libirstlm.so:textproc/irstlm RUN_DEPENDS= lmplz:textproc/kenlm -BROKEN_FreeBSD_9= does not link - USE_GITHUB= yes GH_ACCOUNT= moses-smt diff --git a/math/vowpal_wabbit/Makefile b/math/vowpal_wabbit/Makefile index 58cc39fec56e..29017578895a 100644 --- a/math/vowpal_wabbit/Makefile +++ b/math/vowpal_wabbit/Makefile @@ -11,7 +11,6 @@ COMMENT= Fast out-of-core learning system LIB_DEPENDS= libboost_thread.so:devel/boost-libs -BROKEN_FreeBSD_9= does not build BROKEN_powerpc64= Does not build USES= compiler:c++11-lang libtool diff --git a/math/wxMaxima/Makefile b/math/wxMaxima/Makefile index 37bd67bbb9bf..d2f743d77bbe 100644 --- a/math/wxMaxima/Makefile +++ b/math/wxMaxima/Makefile @@ -13,8 +13,6 @@ LICENSE= GPLv2 RUN_DEPENDS= maxima:math/maxima -BROKEN_FreeBSD_9= does not configure - CONFIGURE_ARGS= --program-prefix= --docdir=${DOCSDIR} GH_TUPLE= andrejv:${PORTNAME:tl}:Version-${DISTVERSION} |