Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Aug 2014 19:27:18 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r1680 - in trunk: Mk mail/thunderbird www/firefox www/firefox-esr www/firefox-nightly www/libxul www/seamonkey
Message-ID:  <201408301927.s7UJRIHg013654@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sat Aug 30 19:27:17 2014
New Revision: 1680

Log:
convert to USES=python

Modified:
   trunk/Mk/bsd.gecko.mk
   trunk/mail/thunderbird/Makefile
   trunk/www/firefox-esr/Makefile
   trunk/www/firefox-nightly/Makefile
   trunk/www/firefox/Makefile
   trunk/www/libxul/Makefile
   trunk/www/seamonkey/Makefile

Modified: trunk/Mk/bsd.gecko.mk
==============================================================================
--- trunk/Mk/bsd.gecko.mk	Sat Aug 30 09:25:15 2014	(r1679)
+++ trunk/Mk/bsd.gecko.mk	Sat Aug 30 19:27:17 2014	(r1680)
@@ -85,7 +85,8 @@
 MOZILLA_BIN?=	${PORTNAME}-bin
 MOZILLA_EXEC_NAME?=${MOZILLA}
 MOZ_RPATH?=	${MOZILLA}
-USES+=		cpe compiler:c++11-lib gmake iconv perl5 pkgconfig desktop-file-utils
+USES+=		cpe compiler:c++11-lib gmake iconv perl5 pkgconfig \
+			python:2,build desktop-file-utils
 CPE_VENDOR?=mozilla
 USE_PERL5=	build
 USE_XORG=	xext xrender xt

Modified: trunk/mail/thunderbird/Makefile
==============================================================================
--- trunk/mail/thunderbird/Makefile	Sat Aug 30 09:25:15 2014	(r1679)
+++ trunk/mail/thunderbird/Makefile	Sat Aug 30 19:27:17 2014	(r1680)
@@ -34,7 +34,6 @@
 
 SSP_UNSAFE=	yes
 USE_AUTOTOOLS=	autoconf213:env
-USE_PYTHON_BUILD=2
 OBJDIR_BUILD=	# in-tree build broken after bug 789837
 USE_GECKO=	gecko
 USE_MOZILLA=	-cairo

Modified: trunk/www/firefox-esr/Makefile
==============================================================================
--- trunk/www/firefox-esr/Makefile	Sat Aug 30 09:25:15 2014	(r1679)
+++ trunk/www/firefox-esr/Makefile	Sat Aug 30 19:27:17 2014	(r1680)
@@ -30,7 +30,6 @@
 LIB_DEPENDS=	libv4l2.so:${PORTSDIR}/multimedia/libv4l
 
 USE_AUTOTOOLS=	autoconf213:env
-USE_PYTHON_BUILD=2
 OBJDIR_BUILD=	# in-tree build broken after bug 789837
 USE_GECKO=	gecko
 CPE_PRODUCT=	${PORTNAME}_esr

Modified: trunk/www/firefox-nightly/Makefile
==============================================================================
--- trunk/www/firefox-nightly/Makefile	Sat Aug 30 09:25:15 2014	(r1679)
+++ trunk/www/firefox-nightly/Makefile	Sat Aug 30 19:27:17 2014	(r1680)
@@ -34,7 +34,6 @@
 
 FETCH_ENV=	SSL_CA_CERT_FILE=${LOCALBASE}/share/certs/ca-root-nss.crt
 USE_AUTOTOOLS=	autoconf213:env
-USE_PYTHON_BUILD=2
 OBJDIR_BUILD=	# in-tree build broken after bug 789837
 USE_GECKO=	gecko
 CPE_VERSION=	${PORTVERSION:R}

Modified: trunk/www/firefox/Makefile
==============================================================================
--- trunk/www/firefox/Makefile	Sat Aug 30 09:25:15 2014	(r1679)
+++ trunk/www/firefox/Makefile	Sat Aug 30 19:27:17 2014	(r1680)
@@ -30,7 +30,6 @@
 LIB_DEPENDS=	libv4l2.so:${PORTSDIR}/multimedia/libv4l
 
 USE_AUTOTOOLS=	autoconf213:env
-USE_PYTHON_BUILD=2
 OBJDIR_BUILD=	# in-tree build broken after bug 789837
 USE_GECKO=	gecko
 CONFLICTS=	firefox-esr-31.* firefox-esr-24.* firefox-esr-17.*

Modified: trunk/www/libxul/Makefile
==============================================================================
--- trunk/www/libxul/Makefile	Sat Aug 30 09:25:15 2014	(r1679)
+++ trunk/www/libxul/Makefile	Sat Aug 30 19:27:17 2014	(r1680)
@@ -31,7 +31,6 @@
 CONFLICTS=	libxul-1.9.*
 
 USE_AUTOTOOLS=	autoconf213:env
-USE_PYTHON_BUILD=2
 WANT_GNOME=	yes
 USE_QT5=	# empty
 QT_NONSTANDARD=	yes

Modified: trunk/www/seamonkey/Makefile
==============================================================================
--- trunk/www/seamonkey/Makefile	Sat Aug 30 09:25:15 2014	(r1679)
+++ trunk/www/seamonkey/Makefile	Sat Aug 30 19:27:17 2014	(r1680)
@@ -34,7 +34,6 @@
 
 SSP_UNSAFE=	yes
 USE_AUTOTOOLS=	autoconf213:env
-USE_PYTHON_BUILD=2
 OBJDIR_BUILD=	# in-tree build broken after bug 789837
 USE_GECKO=	gecko
 WANT_GNOME=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408301927.s7UJRIHg013654>