aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-01-01 03:45:12 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-01-01 03:45:12 +0000
commite0b379fa6f3d155233755f07a2c1262bcdb4faa8 (patch)
tree47a0ecc20682a7a4895cc432843a845b1c7f6905 /graphics
parent411a42077f495f437d1991bb81e508d52f3cd6ea (diff)
downloadports-e0b379fa6f3d155233755f07a2c1262bcdb4faa8.tar.gz
ports-e0b379fa6f3d155233755f07a2c1262bcdb4faa8.zip
Remove BROKEN_FreeBSD_9
Approved by: portmgr (blanket)
Notes
Notes: svn path=/head/; revision=430235
Diffstat (limited to 'graphics')
-rw-r--r--graphics/alembic/Makefile2
-rw-r--r--graphics/cimg/Makefile2
-rw-r--r--graphics/code-eli/Makefile5
-rw-r--r--graphics/copperspice/Makefile1
-rw-r--r--graphics/dilay/Makefile2
-rw-r--r--graphics/embree/Makefile2
-rw-r--r--graphics/gnash/Makefile2
-rw-r--r--graphics/hugin/Makefile2
-rw-r--r--graphics/mapnik/Makefile1
-rw-r--r--graphics/oyranos/Makefile2
-rw-r--r--graphics/piglit/Makefile2
-rw-r--r--graphics/synfigstudio/Makefile2
-rw-r--r--graphics/tulip/Makefile3
13 files changed, 0 insertions, 28 deletions
diff --git a/graphics/alembic/Makefile b/graphics/alembic/Makefile
index 34cba5b3e044..9eaca99149d4 100644
--- a/graphics/alembic/Makefile
+++ b/graphics/alembic/Makefile
@@ -15,8 +15,6 @@ LIB_DEPENDS= libboost_thread.so:devel/boost-libs \
libImath-2_2.so:graphics/ilmbase \
libhdf5.so:science/hdf5
-BROKEN_FreeBSD_9= does not build (insufficient C++11 support)
-
USE_GITHUB= yes
USES= cmake compiler:c++11-lang
diff --git a/graphics/cimg/Makefile b/graphics/cimg/Makefile
index b6548d64a2fc..f377a1247b32 100644
--- a/graphics/cimg/Makefile
+++ b/graphics/cimg/Makefile
@@ -23,8 +23,6 @@ LICENSE_PERMS_CeCILL= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
ONLY_FOR_ARCHS= i386 amd64
ONLY_FOR_ARCHS_REASON= invokes i386 asm
-BROKEN_FreeBSD_9_i386= does not build (error: integer constant is too large for 'long' type)
-
USE_GITHUB= yes
GH_ACCOUNT= dtschump
GH_PROJECT= CImg
diff --git a/graphics/code-eli/Makefile b/graphics/code-eli/Makefile
index 9cd719094a23..93ff1b0624fe 100644
--- a/graphics/code-eli/Makefile
+++ b/graphics/code-eli/Makefile
@@ -33,11 +33,6 @@ DOXYGEN_BUILD_DEPENDS= ${LOCALBASE}/bin/doxygen:devel/doxygen
DOXYGEN_ALL_TARGET= doc
DOXYGEN_PORTDOCS= html latex
-# The code uses std::cbrt(). Even if one passes some additional macros for
-# libstdc++ to enable additional math functions in math.h some of them, such as
-# acoshl() are not defined and linking fails.
-BROKEN_FreeBSD_9= Needs additional math functions
-
post-patch-EXAMPLES-off:
${REINPLACE_CMD} \
-e 's/add_subdirectory(example)//g' \
diff --git a/graphics/copperspice/Makefile b/graphics/copperspice/Makefile
index 235bd500bd0f..644790cd8bd9 100644
--- a/graphics/copperspice/Makefile
+++ b/graphics/copperspice/Makefile
@@ -45,7 +45,6 @@ CONFIGURE_ARGS= ${OVERRIDE_INS}
MAKE_ARGS= ${OVERRIDE_INS}
PLIST_SUB= LONG_VER=1.3
-BROKEN_FreeBSD_9= PR 193528 (c++11 support is broken)
BROKEN_aarch64= Fails to build: Unable to detect architecture, please update
BROKEN_i386= qx11embed_x11.cpp:470:20: non-constant-expression\
cannot be narrowed from type 'unsigned int' to 'long'\
diff --git a/graphics/dilay/Makefile b/graphics/dilay/Makefile
index 20cb51cb33d6..f6484da21c43 100644
--- a/graphics/dilay/Makefile
+++ b/graphics/dilay/Makefile
@@ -28,6 +28,4 @@ QMAKE_ARGS+= QMAKE_CXXFLAGS_CXX11=
PLIST_FILES= bin/dilay
-BROKEN_FreeBSD_9= does not build on FreeBSD < 10: "unordered_set" not found
-
.include <bsd.port.mk>
diff --git a/graphics/embree/Makefile b/graphics/embree/Makefile
index d22111eaf1d6..5c11f8131071 100644
--- a/graphics/embree/Makefile
+++ b/graphics/embree/Makefile
@@ -14,8 +14,6 @@ LICENSE= APACHE20
ONLY_FOR_ARCHS= i386 amd64
ONLY_FOR_ARCHS_REASON= heavy use of SSE instructions
-BROKEN_FreeBSD_9= does not build (insufficient C++11 support)
-
USE_GITHUB= yes
USES= cmake
diff --git a/graphics/gnash/Makefile b/graphics/gnash/Makefile
index ad890095302b..f3c67bca7db9 100644
--- a/graphics/gnash/Makefile
+++ b/graphics/gnash/Makefile
@@ -25,8 +25,6 @@ LIB_DEPENDS= libltdl.so:devel/libltdl \
libfreetype.so:print/freetype2 \
libfontconfig.so:x11-fonts/fontconfig
-BROKEN_FreeBSD_9= does not build (Syntax error: ";" unexpected)
-
CONFLICTS= gnash-devel-[0-9]*
USES= cpe tar:bzip2 compiler:features autoreconf pkgconfig gmake libtool jpeg desktop-file-utils
diff --git a/graphics/hugin/Makefile b/graphics/hugin/Makefile
index 0f25ce42fef2..15a9e217086c 100644
--- a/graphics/hugin/Makefile
+++ b/graphics/hugin/Makefile
@@ -28,8 +28,6 @@ RUN_DEPENDS= enblend>=4.1.4:graphics/enblend \
exiftool:graphics/p5-Image-ExifTool \
gmake:devel/gmake
-BROKEN_FreeBSD_9= does not build
-
USES= cmake compiler:c++11-lib desktop-file-utils \
gettext jpeg pkgconfig shared-mime-info tar:bzip2
CMAKE_ARGS= -DwxWidgets_CONFIG_EXECUTABLE=${WX_CONFIG}
diff --git a/graphics/mapnik/Makefile b/graphics/mapnik/Makefile
index 48ab92d239f6..e1f30585bf81 100644
--- a/graphics/mapnik/Makefile
+++ b/graphics/mapnik/Makefile
@@ -20,7 +20,6 @@ LIB_DEPENDS= libicuuc.so:devel/icu \
libharfbuzz.so:print/harfbuzz
BROKEN_powerpc= does not install: runs out of virtual memory
-BROKEN_FreeBSD_9= does not build: lack of c++11 support
USES= compiler:c++11-lib pkgconfig python scons tar:bzip2
USE_GNOME= libxml2
diff --git a/graphics/oyranos/Makefile b/graphics/oyranos/Makefile
index 6936d3761e8b..4107e5fd52e9 100644
--- a/graphics/oyranos/Makefile
+++ b/graphics/oyranos/Makefile
@@ -23,8 +23,6 @@ LIB_DEPENDS= libraw.so:graphics/libraw \
liblcms2.so:graphics/lcms2 \
libXcm.so:x11/libXcm
-BROKEN_FreeBSD_9= does not build
-
USES= cmake gettext iconv pkgconfig tar:bzip2
USE_GL= yes
USE_LDCONFIG= yes
diff --git a/graphics/piglit/Makefile b/graphics/piglit/Makefile
index c4bcc3a6d32e..762547fbb727 100644
--- a/graphics/piglit/Makefile
+++ b/graphics/piglit/Makefile
@@ -24,8 +24,6 @@ RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}mako>0:textproc/py-mako \
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six
-BROKEN_FreeBSD_9= does not build
-
USE_GITHUB= yes
GH_ACCOUNT= dumbbell
GH_PROJECT= piglit
diff --git a/graphics/synfigstudio/Makefile b/graphics/synfigstudio/Makefile
index 02cc20775274..66828b440004 100644
--- a/graphics/synfigstudio/Makefile
+++ b/graphics/synfigstudio/Makefile
@@ -35,8 +35,6 @@ JACK_CONFIGURE_ENABLE= jack
NLS_USES= gettext
NLS_CONFIGURE_ENABLE= nls
-BROKEN_FreeBSD_9= Does not build on FreeBSD < 10.x
-
post-patch:
@${REINPLACE_CMD} -e \
'/optimization_flags/s|CXXFLAGS=|#CXXFLAGS=| ; \
diff --git a/graphics/tulip/Makefile b/graphics/tulip/Makefile
index 59667655b6ed..3cfb4d2627b2 100644
--- a/graphics/tulip/Makefile
+++ b/graphics/tulip/Makefile
@@ -52,9 +52,6 @@ QT5_USE= qt5=core,gui,network,opengl,webkit,widgets \
qt5=buildtools_build,qmake_build
QT5_CMAKE_BOOL= USE_QT5_IF_INSTALLED
-# Upstream contacted regarding build failures on FreeBSD 9: https://sourceforge.net/p/auber/discussion/206283/thread/489d80e8/
-BROKEN_FreeBSD_9= /usr/local/include/bfd.h:1610:38: error: expected ',' or '...' before 'ATTRIBUTE_UNUSED'
-
post-build:
@${LN} -sf logo32x32.png \
${WRKSRC}/library/tulip-gui/resources/icons/tulip.png