Date: Tue, 3 Jan 2017 19:10:47 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r430513 - in head: databases/memcached lang/php70 lang/tcl86 lang/tcl87 www/firefox www/node www/node6 Message-ID: <201701031910.v03JAlQY047675@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Jan 3 19:10:47 2017 New Revision: 430513 URL: https://svnweb.freebsd.org/changeset/ports/430513 Log: Remove OPTIONS_EXCLUDE_FreeBSD_9 Approved by: portmgr (blanket) Modified: head/databases/memcached/Makefile head/lang/php70/Makefile head/lang/tcl86/Makefile head/lang/tcl87/Makefile head/www/firefox/Makefile head/www/firefox/Makefile.options head/www/node/Makefile head/www/node6/Makefile Modified: head/databases/memcached/Makefile ============================================================================== --- head/databases/memcached/Makefile Tue Jan 3 19:09:59 2017 (r430512) +++ head/databases/memcached/Makefile Tue Jan 3 19:10:47 2017 (r430513) @@ -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 Modified: head/lang/php70/Makefile ============================================================================== --- head/lang/php70/Makefile Tue Jan 3 19:09:59 2017 (r430512) +++ head/lang/php70/Makefile Tue Jan 3 19:10:47 2017 (r430513) @@ -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 Modified: head/lang/tcl86/Makefile ============================================================================== --- head/lang/tcl86/Makefile Tue Jan 3 19:09:59 2017 (r430512) +++ head/lang/tcl86/Makefile Tue Jan 3 19:10:47 2017 (r430513) @@ -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} Modified: head/lang/tcl87/Makefile ============================================================================== --- head/lang/tcl87/Makefile Tue Jan 3 19:09:59 2017 (r430512) +++ head/lang/tcl87/Makefile Tue Jan 3 19:10:47 2017 (r430513) @@ -30,7 +30,6 @@ OPTIONS_SUB= yes OPTIONS_EXCLUDE+= DTRACE .endif -OPTIONS_EXCLUDE_FreeBSD_9= DTRACE OPTIONS_EXCLUDE_FreeBSD_10= DTRACE FOSSIL_CHECKIN= 24d90770030948ca Modified: head/www/firefox/Makefile ============================================================================== --- head/www/firefox/Makefile Tue Jan 3 19:09:59 2017 (r430512) +++ head/www/firefox/Makefile Tue Jan 3 19:10:47 2017 (r430513) @@ -47,7 +47,6 @@ MOZ_OPTIONS= --enable-application=browse 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 Modified: head/www/firefox/Makefile.options ============================================================================== --- head/www/firefox/Makefile.options Tue Jan 3 19:09:59 2017 (r430512) +++ head/www/firefox/Makefile.options Tue Jan 3 19:10:47 2017 (r430513) @@ -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 Modified: head/www/node/Makefile ============================================================================== --- head/www/node/Makefile Tue Jan 3 19:09:59 2017 (r430512) +++ head/www/node/Makefile Tue Jan 3 19:10:47 2017 (r430513) @@ -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 Modified: head/www/node6/Makefile ============================================================================== --- head/www/node6/Makefile Tue Jan 3 19:09:59 2017 (r430512) +++ head/www/node6/Makefile Tue Jan 3 19:10:47 2017 (r430513) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701031910.v03JAlQY047675>