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) --- math/cadabra2/Makefile | 2 -- math/clblas/Makefile | 2 -- math/clfft/Makefile | 1 - math/clp/Makefile | 1 - math/clrng/Makefile | 2 -- math/mathmod/Makefile | 3 --- math/mosesdecoder/Makefile | 2 -- math/vowpal_wabbit/Makefile | 1 - math/wxMaxima/Makefile | 2 -- 9 files changed, 16 deletions(-) (limited to 'math') 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 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} -- cgit