From owner-svn-ports-all@freebsd.org Tue Jan 3 19:10:49 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 86FA8C9DFC6; Tue, 3 Jan 2017 19:10:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 61A4C14D1; Tue, 3 Jan 2017 19:10:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v03JAmWM047683; Tue, 3 Jan 2017 19:10:48 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v03JAlQY047675; Tue, 3 Jan 2017 19:10:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201701031910.v03JAlQY047675@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 3 Jan 2017 19:10:47 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jan 2017 19:10:49 -0000 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