From owner-freebsd-gecko@FreeBSD.ORG Thu Dec 26 18:07:41 2013 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 405895A9 for ; Thu, 26 Dec 2013 18:07:41 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BCF0F1575 for ; Thu, 26 Dec 2013 18:07:40 +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 rBQI7VNw069419 for ; Thu, 26 Dec 2013 18:07:31 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id rBQI7Qav067785 for freebsd-gecko@freebsd.org; Thu, 26 Dec 2013 18:07:26 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Thu, 26 Dec 2013 18:07:26 GMT Message-Id: <201312261807.rBQI7Qav067785@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] r1464 - in trunk: mail/thunderbird www/firefox www/firefox-esr www/firefox-nightly www/libxul www/linux-tor-browser 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: Thu, 26 Dec 2013 18:07:41 -0000 Author: jbeich Date: Thu Dec 26 18:07:26 2013 New Revision: 1464 Log: chase USE_DOS2UNIX deprecation in ports@337333 Modified: 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-tor-browser/Makefile trunk/www/seamonkey/Makefile Modified: trunk/mail/thunderbird/Makefile ============================================================================== --- trunk/mail/thunderbird/Makefile Mon Dec 23 23:08:28 2013 (r1463) +++ trunk/mail/thunderbird/Makefile Thu Dec 26 18:07:26 2013 (r1464) @@ -37,7 +37,8 @@ ALL_TARGET= default USE_BZIP2= yes USE_GL= gl -USE_DOS2UNIX= mozilla/media/webrtc/trunk/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp +USES= dos2unix +DOS2UNIX_FILES= mozilla/media/webrtc/trunk/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp MOZ_PROTOCOLS= http,ftp,file,viewsource,res,data,wyciwyg,websocket MOZ_OPTIONS= --program-transform-name='s/thunderbird/${MOZILLA}/' \ Modified: trunk/www/firefox-esr/Makefile ============================================================================== --- trunk/www/firefox-esr/Makefile Mon Dec 23 23:08:28 2013 (r1463) +++ trunk/www/firefox-esr/Makefile Thu Dec 26 18:07:26 2013 (r1464) @@ -37,7 +37,8 @@ GNU_CONFIGURE= yes USE_BZIP2= yes USE_GL= gl -USE_DOS2UNIX= media/webrtc/trunk/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp +USES= dos2unix +DOS2UNIX_FILES= media/webrtc/trunk/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp NO_MOZPKGINSTALL=yes FIREFOX_ICON= ${MOZILLA}.png Modified: trunk/www/firefox-nightly/Makefile ============================================================================== --- trunk/www/firefox-nightly/Makefile Mon Dec 23 23:08:28 2013 (r1463) +++ trunk/www/firefox-nightly/Makefile Thu Dec 26 18:07:26 2013 (r1464) @@ -45,7 +45,8 @@ GNU_CONFIGURE= yes USE_BZIP2= yes USE_GL= gl -USE_DOS2UNIX= media/webrtc/trunk/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp +USES= dos2unix +DOS2UNIX_FILES= media/webrtc/trunk/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp NO_MOZPKGINSTALL=yes FIREFOX_ICON= ${MOZILLA}.png Modified: trunk/www/firefox/Makefile ============================================================================== --- trunk/www/firefox/Makefile Mon Dec 23 23:08:28 2013 (r1463) +++ trunk/www/firefox/Makefile Thu Dec 26 18:07:26 2013 (r1464) @@ -38,7 +38,8 @@ GNU_CONFIGURE= yes USE_BZIP2= yes USE_GL= gl -USE_DOS2UNIX= media/webrtc/trunk/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp +USES= dos2unix +DOS2UNIX_FILES= media/webrtc/trunk/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp NO_MOZPKGINSTALL=yes FIREFOX_ICON= ${MOZILLA}.png Modified: trunk/www/libxul/Makefile ============================================================================== --- trunk/www/libxul/Makefile Mon Dec 23 23:08:28 2013 (r1463) +++ trunk/www/libxul/Makefile Thu Dec 26 18:07:26 2013 (r1464) @@ -33,7 +33,8 @@ GNU_CONFIGURE= yes USE_BZIP2= yes USE_GL= gl -USE_DOS2UNIX= media/webrtc/trunk/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp +USES= dos2unix +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} USE_LDCONFIG= ${PREFIX}/lib/${MOZILLA} Modified: trunk/www/linux-tor-browser/Makefile ============================================================================== --- trunk/www/linux-tor-browser/Makefile Mon Dec 23 23:08:28 2013 (r1463) +++ trunk/www/linux-tor-browser/Makefile Thu Dec 26 18:07:26 2013 (r1464) @@ -61,8 +61,8 @@ CONFLICTS= tor-browser-[0-9]* USE_XZ= yes -USE_DOS2UNIX= yes -DOS2UNIX_REGEX= .*/torrc-defaults +USES= dos2unix +DOS2UNIX_FILES= Skel/Tor/torrc-defaults USE_LINUX= c6 USE_LINUX_APPS= atk fontconfig gtk2 pango \ dbusglib dbuslibs alsalib alsa-plugins-oss Modified: trunk/www/seamonkey/Makefile ============================================================================== --- trunk/www/seamonkey/Makefile Mon Dec 23 23:08:28 2013 (r1463) +++ trunk/www/seamonkey/Makefile Thu Dec 26 18:07:26 2013 (r1464) @@ -35,7 +35,8 @@ WANT_PERL= yes ALL_TARGET= default USE_GL= gl -USE_DOS2UNIX= mozilla/media/webrtc/trunk/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp +USES= dos2unix +DOS2UNIX_FILES= mozilla/media/webrtc/trunk/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp MOZ_PIS_SCRIPTS= moz_pis_S50cleanhome MOZ_EXTENSIONS= default