From owner-freebsd-gecko@FreeBSD.ORG Tue Apr 29 21:42:37 2014 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5FDB4209 for ; Tue, 29 Apr 2014 21:42:37 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DBF2D1D17 for ; Tue, 29 Apr 2014 21:42:36 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id s3TLgXei093090 for ; Tue, 29 Apr 2014 21:42:33 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id s3TLgSic091305 for freebsd-gecko@freebsd.org; Tue, 29 Apr 2014 21:42:28 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Tue, 29 Apr 2014 21:42:28 GMT Message-Id: <201404292142.s3TLgSic091305@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f 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 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Apr 2014 21:42:37 -0000 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