diff options
-rw-r--r-- | databases/memcached/Makefile | 1 | ||||
-rw-r--r-- | lang/php70/Makefile | 1 | ||||
-rw-r--r-- | lang/tcl86/Makefile | 1 | ||||
-rw-r--r-- | lang/tcl87/Makefile | 1 | ||||
-rw-r--r-- | www/firefox/Makefile | 1 | ||||
-rw-r--r-- | www/firefox/Makefile.options | 3 | ||||
-rw-r--r-- | www/node/Makefile | 1 | ||||
-rw-r--r-- | www/node6/Makefile | 1 |
8 files changed, 0 insertions, 10 deletions
diff --git a/databases/memcached/Makefile b/databases/memcached/Makefile index de0306cd49bb..6352cfcfc60c 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 2d99d0c6c6dd..12f4f89282f0 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 053a928f093a..8fe64709e0fc 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 6d5a541afdbe..f37502c83fa2 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 5806c3155f3c..93f88216927b 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 8a2d15827e5b..ddaef7a3355d 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 94f58f787525..ad8b8c430525 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 7e90dc09737c..1d283db1ab87 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 |