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 /www | |
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 'www')
-rw-r--r-- | www/chromium/Makefile | 2 | ||||
-rw-r--r-- | www/cppcms/Makefile | 2 | ||||
-rw-r--r-- | www/kcgi/Makefile | 2 | ||||
-rw-r--r-- | www/nostromo/Makefile | 2 | ||||
-rw-r--r-- | www/p5-Gtk2-WebKit/Makefile | 2 | ||||
-rw-r--r-- | www/trafficserver/Makefile | 2 | ||||
-rw-r--r-- | www/xombrero/Makefile | 1 | ||||
-rw-r--r-- | www/xpi-u2f4moz/Makefile | 2 |
8 files changed, 0 insertions, 15 deletions
diff --git a/www/chromium/Makefile b/www/chromium/Makefile index d4f0f6b3eec5..5e89055f87d2 100644 --- a/www/chromium/Makefile +++ b/www/chromium/Makefile @@ -14,8 +14,6 @@ COMMENT= Google web browser based on WebKit LICENSE= BSD3CLAUSE LGPL21 MPL LICENSE_COMB= multi -BROKEN_FreeBSD_9=does not configure - BUILD_DEPENDS= ${LOCALBASE}/bin/gperf:devel/gperf \ bash:shells/bash \ python:lang/python \ diff --git a/www/cppcms/Makefile b/www/cppcms/Makefile index 2e24d56de4dd..342a6b1607d1 100644 --- a/www/cppcms/Makefile +++ b/www/cppcms/Makefile @@ -13,8 +13,6 @@ LICENSE= LGPL3 BROKEN_powerpc64= Does not build -BROKEN_FreeBSD_9= does not build on 9.x - LIB_DEPENDS= libpcre.so:devel/pcre USES= cmake python:2 tar:bzip2 diff --git a/www/kcgi/Makefile b/www/kcgi/Makefile index 7498b1ef8cc3..be742ed8cab5 100644 --- a/www/kcgi/Makefile +++ b/www/kcgi/Makefile @@ -14,8 +14,6 @@ USES= tar:tgz gmake OPTIONS_DEFINE= EXAMPLES -BROKEN_FreeBSD_9= Requires capsicum - HAS_CONFIGURE= yes MAKE_ARGS= DATADIR=${EXAMPLESDIR} MAKEFILE= GNUmakefile diff --git a/www/nostromo/Makefile b/www/nostromo/Makefile index 28effa296536..aa3979cd1945 100644 --- a/www/nostromo/Makefile +++ b/www/nostromo/Makefile @@ -11,8 +11,6 @@ COMMENT= Fast, secure HTTP/1.1 CGI/1.1 SSL IPv4/IPv6 webserver LICENSE= ISCL -BROKEN_FreeBSD_9= does not build - NOSTROMO_DIR?= nostromo NOSTROMO_LOGDIR?= ${NOSTROMO_DIR}/logs NOSTROMO_LOGDIR_PERMS?= 0775 diff --git a/www/p5-Gtk2-WebKit/Makefile b/www/p5-Gtk2-WebKit/Makefile index 5f3f8a4ee0ac..1ed49b7fb3d8 100644 --- a/www/p5-Gtk2-WebKit/Makefile +++ b/www/p5-Gtk2-WebKit/Makefile @@ -30,6 +30,4 @@ USE_PERL5= configure CONFIGURE_ARGS= LDFLAGS="${LDFLAGS}" LD=${CC} MAKE_ARGS= OTHERLDFLAGS="${LDFLAGS}" -BROKEN_FreeBSD_9= Perl messes up the linking - .include <bsd.port.mk> diff --git a/www/trafficserver/Makefile b/www/trafficserver/Makefile index e7673f96b351..b075664fb687 100644 --- a/www/trafficserver/Makefile +++ b/www/trafficserver/Makefile @@ -52,8 +52,6 @@ WCCP_CONFIGURE_ENABLE= wccp SPDY_CONFIGURE_ENABLE= spdy SPDY_LIB_DEPENDS= libspdylay.so:www/spdylay -BROKEN_FreeBSD_9= Trafficserver is only supported on FreeBSD 10.1 or newer - .if ! exists(/var/cache) # FreeBSD 8.x PLIST_DIRS+= /var/cache diff --git a/www/xombrero/Makefile b/www/xombrero/Makefile index e79eb609731b..599aa71bd65d 100644 --- a/www/xombrero/Makefile +++ b/www/xombrero/Makefile @@ -14,7 +14,6 @@ LICENSE= ISCL LIB_DEPENDS= libgnutls.so:security/gnutls \ libsoup-2.4.so:devel/libsoup -BROKEN_FreeBSD_9= does not build BROKEN_FreeBSD_10= does not build USES= desktop-file-utils pkgconfig perl5 tar:tgz diff --git a/www/xpi-u2f4moz/Makefile b/www/xpi-u2f4moz/Makefile index d0ff68506849..794a114ed469 100644 --- a/www/xpi-u2f4moz/Makefile +++ b/www/xpi-u2f4moz/Makefile @@ -11,8 +11,6 @@ COMMENT= U2F support extension for Firefox LICENSE= LGPL21 -BROKEN_FreeBSD_9= does not build - CMAKE_SOURCE_PATH= c_src FIREFOX_EXTENSIONS_DIR= lib/firefox/browser/extensions |