summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2017-01-03 19:10:47 +0000
committersunpoet <sunpoet@FreeBSD.org>2017-01-03 19:10:47 +0000
commitcb768d1279005d8567517b36c45a57c8d5426727 (patch)
treeac922a69f6c5742e97cf9ce8870384280995bf51
parent132fe95246380028710c011ccd938c1d7b077785 (diff)
downloadFreeBSD-ports-cb768d1279005d8567517b36c45a57c8d5426727.zip
FreeBSD-ports-cb768d1279005d8567517b36c45a57c8d5426727.tar.gz
Remove OPTIONS_EXCLUDE_FreeBSD_9
Approved by: portmgr (blanket)
-rw-r--r--databases/memcached/Makefile1
-rw-r--r--lang/php70/Makefile1
-rw-r--r--lang/tcl86/Makefile1
-rw-r--r--lang/tcl87/Makefile1
-rw-r--r--www/firefox/Makefile1
-rw-r--r--www/firefox/Makefile.options3
-rw-r--r--www/node/Makefile1
-rw-r--r--www/node6/Makefile1
8 files changed, 0 insertions, 10 deletions
diff --git a/databases/memcached/Makefile b/databases/memcached/Makefile
index de0306c..6352cfc 100644
--- a/databases/memcached/Makefile
+++ b/databases/memcached/Makefile
@@ -26,7 +26,6 @@ OPTIONS_DEFAULT= SASL DTRACE
OPTIONS_EXCLUDE+= DTRACE
.endif
-OPTIONS_EXCLUDE_FreeBSD_9+= DTRACE
OPTIONS_EXCLUDE_FreeBSD_10+= DTRACE
OPTIONS_EXCLUDE_i386= DTRACE
diff --git a/lang/php70/Makefile b/lang/php70/Makefile
index 2d99d0c..12f4f89 100644
--- a/lang/php70/Makefile
+++ b/lang/php70/Makefile
@@ -44,7 +44,6 @@ OPTIONS_EXCLUDE_mips64=FPM
OPTIONS_SUB= yes
OPTIONS_EXCLUDE_DragonFly= DTRACE
-OPTIONS_EXCLUDE_FreeBSD_9= DTRACE
CLI_DESC= Build CLI version
CGI_DESC= Build CGI version
diff --git a/lang/tcl86/Makefile b/lang/tcl86/Makefile
index 053a928..8fe6470 100644
--- a/lang/tcl86/Makefile
+++ b/lang/tcl86/Makefile
@@ -31,7 +31,6 @@ OPTIONS_SUB= yes
OPTIONS_EXCLUDE+= DTRACE
.endif
-OPTIONS_EXCLUDE_FreeBSD_9= DTRACE
OPTIONS_EXCLUDE_FreeBSD_10= DTRACE
PATCH_WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION}
diff --git a/lang/tcl87/Makefile b/lang/tcl87/Makefile
index 6d5a541a..f37502c 100644
--- a/lang/tcl87/Makefile
+++ b/lang/tcl87/Makefile
@@ -30,7 +30,6 @@ OPTIONS_SUB= yes
OPTIONS_EXCLUDE+= DTRACE
.endif
-OPTIONS_EXCLUDE_FreeBSD_9= DTRACE
OPTIONS_EXCLUDE_FreeBSD_10= DTRACE
FOSSIL_CHECKIN= 24d90770030948ca
diff --git a/www/firefox/Makefile b/www/firefox/Makefile
index 5806c31..93f8821 100644
--- a/www/firefox/Makefile
+++ b/www/firefox/Makefile
@@ -47,7 +47,6 @@ MOZ_OPTIONS= --enable-application=browser \
OPTIONS_DEFINE= RUST
OPTIONS_DEFAULT= BUNDLED_CAIRO GTK3
-OPTIONS_EXCLUDE_FreeBSD_9= RUST
# XXX lang/rust currently builds only on these platforms
OPTIONS_DEFAULT_amd64= RUST
OPTIONS_DEFAULT_i386= RUST
diff --git a/www/firefox/Makefile.options b/www/firefox/Makefile.options
index 8a2d158..ddaef7a 100644
--- a/www/firefox/Makefile.options
+++ b/www/firefox/Makefile.options
@@ -22,9 +22,6 @@ OPTIONS_EXCLUDE+= DTRACE
# ld(1) fails to link probes: Relocations in generic ELF (EM: 0)
OPTIONS_EXCLUDE_aarch64= DTRACE
-# dtrace(1) crashes during build or fails to allocate space for probe
-OPTIONS_EXCLUDE_FreeBSD_9= DTRACE
-
BUNDLED_CAIRO_DESC?= Use bundled fork of cairo-1.9.5
CANBERRA_DESC?= Sound theme alerts
GNOMEUI_DESC?= libgnomeui support module
diff --git a/www/node/Makefile b/www/node/Makefile
index 94f58f7..ad8b8c4 100644
--- a/www/node/Makefile
+++ b/www/node/Makefile
@@ -20,7 +20,6 @@ OPTIONS_SUB= yes
OPTIONS_EXCLUDE+= DTRACE
.endif
-OPTIONS_EXCLUDE_FreeBSD_9= DTRACE
OPTIONS_EXCLUDE_FreeBSD_10= DTRACE
BUNDLED_SSL_DESC= Use node.js's bundled OpenSSL implementation
diff --git a/www/node6/Makefile b/www/node6/Makefile
index 7e90dc0..1d283db 100644
--- a/www/node6/Makefile
+++ b/www/node6/Makefile
@@ -21,7 +21,6 @@ OPTIONS_SUB= yes
OPTIONS_EXCLUDE+= DTRACE
.endif
-OPTIONS_EXCLUDE_FreeBSD_9= DTRACE
OPTIONS_EXCLUDE_FreeBSD_10= DTRACE
BUNDLED_SSL_DESC= Use node.js's bundled OpenSSL implementation
OpenPOWER on IntegriCloud