From owner-freebsd-gecko@FreeBSD.ORG Tue Apr 16 12:55:23 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 105199AC for ; Tue, 16 Apr 2013 12:55:23 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id A92D095B for ; Tue, 16 Apr 2013 12:55:22 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id r3GCtLt0030804 for ; Tue, 16 Apr 2013 12:55:21 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id r3GCtF2A028730 for freebsd-gecko@freebsd.org; Tue, 16 Apr 2013 12:55:15 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Tue, 16 Apr 2013 12:55:15 GMT Message-Id: <201304161255.r3GCtF2A028730@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] r1239 - in trunk: mail/thunderbird www/firefox www/firefox-esr www/firefox-nightly www/libxul www/libxul19 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.14 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, 16 Apr 2013 12:55:23 -0000 Author: jbeich Date: Tue Apr 16 12:55:15 2013 New Revision: 1239 Log: swap default audio backend in Makefile.options Modified: trunk/mail/thunderbird/Makefile trunk/www/firefox-esr/Makefile trunk/www/firefox-nightly/Makefile trunk/www/firefox/Makefile trunk/www/firefox/Makefile.options trunk/www/libxul/Makefile trunk/www/libxul19/Makefile trunk/www/seamonkey/Makefile Modified: trunk/mail/thunderbird/Makefile ============================================================================== --- trunk/mail/thunderbird/Makefile Mon Apr 15 21:04:21 2013 (r1238) +++ trunk/mail/thunderbird/Makefile Tue Apr 16 12:55:15 2013 (r1239) @@ -55,6 +55,9 @@ OPTIONS_DEFAULT=ENIGMAIL LIGHTNING .include "${.CURDIR}/../../www/firefox/Makefile.options" + +OPTIONS_DEFAULT:=${OPTIONS_DEFAULT:S/ALSA/OSS/} + .include WRKSRC= ${WRKDIR}/comm-esr17 Modified: trunk/www/firefox-esr/Makefile ============================================================================== --- trunk/www/firefox-esr/Makefile Mon Apr 15 21:04:21 2013 (r1238) +++ trunk/www/firefox-esr/Makefile Tue Apr 16 12:55:15 2013 (r1239) @@ -49,9 +49,6 @@ OPTIONS_DEFAULT=GIO .include "${.CURDIR}/../../www/firefox/Makefile.options" - -OPTIONS_DEFAULT:=${OPTIONS_DEFAULT:S/OSS/ALSA/} - .include WRKSRC:= ${WRKDIR}/mozilla-esr17 Modified: trunk/www/firefox-nightly/Makefile ============================================================================== --- trunk/www/firefox-nightly/Makefile Mon Apr 15 21:04:21 2013 (r1238) +++ trunk/www/firefox-nightly/Makefile Tue Apr 16 12:55:15 2013 (r1239) @@ -54,7 +54,6 @@ .include "${.CURDIR}/../../www/firefox/Makefile.options" # OSS is gone after bug 852401 -OPTIONS_DEFAULT:=${OPTIONS_DEFAULT:S/OSS/ALSA/} OPTIONS_SINGLE_AUDIO:=${OPTIONS_SINGLE_AUDIO:S/OSS//} .include Modified: trunk/www/firefox/Makefile ============================================================================== --- trunk/www/firefox/Makefile Mon Apr 15 21:04:21 2013 (r1238) +++ trunk/www/firefox/Makefile Tue Apr 16 12:55:15 2013 (r1239) @@ -50,9 +50,6 @@ OPTIONS_DEFAULT=GIO WEBRTC .include "${.CURDIR}/../../www/firefox/Makefile.options" - -OPTIONS_DEFAULT:=${OPTIONS_DEFAULT:S/OSS/ALSA/} - .include WRKSRC:= ${WRKDIR}/mozilla-beta Modified: trunk/www/firefox/Makefile.options ============================================================================== --- trunk/www/firefox/Makefile.options Mon Apr 15 21:04:21 2013 (r1238) +++ trunk/www/firefox/Makefile.options Tue Apr 16 12:55:15 2013 (r1239) @@ -2,7 +2,7 @@ OPTIONS_DEFINE+= DBUS DEBUG GCONF GIO GNOMEUI GNOMEVFS2 LIBPROXY \ LOGGING OPTIMIZED_CFLAGS -OPTIONS_DEFAULT+= DBUS LOGGING OSS +OPTIONS_DEFAULT+= ALSA DBUS LOGGING OPTIONS_SINGLE+= AUDIO OPTIONS_SINGLE_AUDIO= ALSA OSS PULSEAUDIO Modified: trunk/www/libxul/Makefile ============================================================================== --- trunk/www/libxul/Makefile Mon Apr 15 21:04:21 2013 (r1238) +++ trunk/www/libxul/Makefile Tue Apr 16 12:55:15 2013 (r1239) @@ -51,9 +51,6 @@ OPTIONS_DEFAULT=GIO .include "${.CURDIR}/../../www/firefox/Makefile.options" - -OPTIONS_DEFAULT:=${OPTIONS_DEFAULT:S/OSS/ALSA/} - .include .if ${USE_MOZILLA:M-nss} Modified: trunk/www/libxul19/Makefile ============================================================================== --- trunk/www/libxul19/Makefile Mon Apr 15 21:04:21 2013 (r1238) +++ trunk/www/libxul19/Makefile Tue Apr 16 12:55:15 2013 (r1239) @@ -54,6 +54,7 @@ .include "${.CURDIR}/../../www/firefox/Makefile.options" +OPTIONS_DEFAULT:=${OPTIONS_DEFAULT:S/ALSA/OSS/} OPTIONS_DEFINE:=${OPTIONS_DEFINE:NLIBPROXY:NGIO} OPTIONS_SINGLE:=${OPTIONS_SINGLE:NTOOLKIT} Modified: trunk/www/seamonkey/Makefile ============================================================================== --- trunk/www/seamonkey/Makefile Mon Apr 15 21:04:21 2013 (r1238) +++ trunk/www/seamonkey/Makefile Tue Apr 16 12:55:15 2013 (r1239) @@ -56,9 +56,6 @@ MAILNEWS_DESC?= Mail and News modules .include "${.CURDIR}/../../www/firefox/Makefile.options" - -OPTIONS_DEFAULT:=${OPTIONS_DEFAULT:S/OSS/ALSA/} - .include .if ${PORT_OPTIONS:MCHATZILLA}