Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Apr 2014 21:42:28 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r1582 - in trunk: mail/linux-thunderbird mail/thunderbird www/firefox www/firefox-esr www/firefox-nightly www/libxul www/linux-firefox www/linux-seamonkey www/seamonkey
Message-ID:  <201404292142.s3TLgSic091305@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: beat
Date: Tue Apr 29 21:42:28 2014
New Revision: 1582

Log:
Switch to USES=tar:bzip2

Reminded by:	nox

Modified:
   trunk/mail/linux-thunderbird/Makefile
   trunk/mail/thunderbird/Makefile
   trunk/www/firefox-esr/Makefile
   trunk/www/firefox-nightly/Makefile
   trunk/www/firefox/Makefile
   trunk/www/libxul/Makefile
   trunk/www/linux-firefox/Makefile
   trunk/www/linux-seamonkey/Makefile
   trunk/www/seamonkey/Makefile

Modified: trunk/mail/linux-thunderbird/Makefile
==============================================================================
--- trunk/mail/linux-thunderbird/Makefile	Tue Apr 29 07:51:23 2014	(r1581)
+++ trunk/mail/linux-thunderbird/Makefile	Tue Apr 29 21:42:28 2014	(r1582)
@@ -10,7 +10,8 @@
 MAINTAINER=	gecko@FreeBSD.org
 COMMENT=	Mozilla Thunderbird is standalone mail and news that stands above
 
-USE_BZIP2=	yes
+USES=		tar:bzip2
+
 WANT_GTK218=	yes
 
 USE_LINUX_APPS=	dbusglib dbuslibs alsalib alsa-plugins-oss

Modified: trunk/mail/thunderbird/Makefile
==============================================================================
--- trunk/mail/thunderbird/Makefile	Tue Apr 29 07:51:23 2014	(r1581)
+++ trunk/mail/thunderbird/Makefile	Tue Apr 29 21:42:28 2014	(r1582)
@@ -41,9 +41,8 @@
 USE_QT4=	# empty
 QT_NONSTANDARD=	yes
 ALL_TARGET=	default
-USE_BZIP2=	yes
 USE_GL=		gl
-USES=		dos2unix
+USES=		dos2unix tar:bzip2
 DOS2UNIX_FILES=	mozilla/media/webrtc/trunk/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp
 
 MOZ_PROTOCOLS=	http,ftp,file,viewsource,res,data,wyciwyg,websocket

Modified: trunk/www/firefox-esr/Makefile
==============================================================================
--- trunk/www/firefox-esr/Makefile	Tue Apr 29 07:51:23 2014	(r1581)
+++ trunk/www/firefox-esr/Makefile	Tue Apr 29 21:42:28 2014	(r1582)
@@ -41,9 +41,8 @@
 QT_NONSTANDARD=	yes
 ALL_TARGET=	default
 GNU_CONFIGURE=	yes
-USE_BZIP2=	yes
 USE_GL=		gl
-USES=		dos2unix
+USES=		dos2unix tar:bzip2
 DOS2UNIX_FILES=	media/webrtc/trunk/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp
 NO_MOZPKGINSTALL=yes
 

Modified: trunk/www/firefox-nightly/Makefile
==============================================================================
--- trunk/www/firefox-nightly/Makefile	Tue Apr 29 07:51:23 2014	(r1581)
+++ trunk/www/firefox-nightly/Makefile	Tue Apr 29 21:42:28 2014	(r1582)
@@ -48,9 +48,8 @@
 USE_QT5=	# empty
 QT_NONSTANDARD=	yes
 ALL_TARGET=	default
-USE_BZIP2=	yes
 USE_GL=		gl
-USES=		dos2unix
+USES=		dos2unix tar:bzip2
 DOS2UNIX_FILES=	media/webrtc/trunk/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp
 NO_MOZPKGINSTALL=yes
 

Modified: trunk/www/firefox/Makefile
==============================================================================
--- trunk/www/firefox/Makefile	Tue Apr 29 07:51:23 2014	(r1581)
+++ trunk/www/firefox/Makefile	Tue Apr 29 21:42:28 2014	(r1582)
@@ -43,9 +43,8 @@
 QT_NONSTANDARD=	yes
 ALL_TARGET=	default
 GNU_CONFIGURE=	yes
-USE_BZIP2=	yes
 USE_GL=		gl
-USES=		dos2unix
+USES=		dos2unix tar:bzip2
 DOS2UNIX_FILES=	media/webrtc/trunk/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp
 NO_MOZPKGINSTALL=yes
 

Modified: trunk/www/libxul/Makefile
==============================================================================
--- trunk/www/libxul/Makefile	Tue Apr 29 07:51:23 2014	(r1581)
+++ trunk/www/libxul/Makefile	Tue Apr 29 21:42:28 2014	(r1582)
@@ -37,9 +37,8 @@
 WANT_PERL=	yes
 ALL_TARGET=	default
 GNU_CONFIGURE=	yes
-USE_BZIP2=	yes
 USE_GL=		gl
-USES=		dos2unix
+USES=		dos2unix tar:bzip2
 DOS2UNIX_FILES=	media/webrtc/trunk/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp
 MAKE_ENV=	SKIP_GRE_REGISTRATION=1 mozappdir=${PREFIX}/lib/${MOZILLA}
 LDFLAGS+=	-Wl,-rpath,${PREFIX}/lib/${MOZ_RPATH}

Modified: trunk/www/linux-firefox/Makefile
==============================================================================
--- trunk/www/linux-firefox/Makefile	Tue Apr 29 07:51:23 2014	(r1581)
+++ trunk/www/linux-firefox/Makefile	Tue Apr 29 21:42:28 2014	(r1582)
@@ -11,7 +11,8 @@
 MAINTAINER=	gecko@FreeBSD.org
 COMMENT=	Web browser based on the browser portion of Mozilla
 
-USE_BZIP2=	yes
+USES=		tar:bzip2
+
 WANT_GTK218=	yes
 
 USE_LINUX_APPS=	dbusglib dbuslibs alsalib alsa-plugins-oss

Modified: trunk/www/linux-seamonkey/Makefile
==============================================================================
--- trunk/www/linux-seamonkey/Makefile	Tue Apr 29 07:51:23 2014	(r1581)
+++ trunk/www/linux-seamonkey/Makefile	Tue Apr 29 21:42:28 2014	(r1582)
@@ -9,7 +9,7 @@
 MAINTAINER=	gecko@FreeBSD.org
 COMMENT=	The open source, standards compliant web browser
 
-USE_BZIP2=	yes
+USES=		tar:bzip2
 
 USE_LINUX_APPS=	dbusglib dbuslibs alsalib alsa-plugins-oss
 

Modified: trunk/www/seamonkey/Makefile
==============================================================================
--- trunk/www/seamonkey/Makefile	Tue Apr 29 07:51:23 2014	(r1581)
+++ trunk/www/seamonkey/Makefile	Tue Apr 29 21:42:28 2014	(r1582)
@@ -36,7 +36,6 @@
 USE_AUTOTOOLS=	autoconf213:env
 USE_PYTHON_BUILD=2
 OBJDIR_BUILD=	# in-tree build broken after bug 789837
-USE_BZIP2=	yes
 USE_GECKO=	gecko
 WANT_GNOME=	yes
 USE_QT4=	# empty
@@ -44,7 +43,7 @@
 WANT_PERL=	yes
 ALL_TARGET=	default
 USE_GL=		gl
-USES=		dos2unix
+USES=		dos2unix tar:bzip2
 DOS2UNIX_FILES=	mozilla/media/webrtc/trunk/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp
 MOZ_PIS_SCRIPTS=	moz_pis_S50cleanhome
 



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