Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Sep 2012 16:04:14 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r1020 - in trunk/www: firefox firefox-nightly libxul seamonkey
Message-ID:  <201209211604.q8LG4Ela069494@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Fri Sep 21 16:04:14 2012
New Revision: 1020

Log:
switch to ALSA, it's better maintained upstream

Thunderbird left as is. Its primary function is email/news client, not
a podcast/youtube viewer. And for trivial sound notifications OSS
should be enough.

Depends on:	ports/170473

Modified:
   trunk/www/firefox-nightly/Makefile
   trunk/www/firefox/Makefile
   trunk/www/libxul/Makefile
   trunk/www/seamonkey/Makefile

Modified: trunk/www/firefox-nightly/Makefile
==============================================================================
--- trunk/www/firefox-nightly/Makefile	Sun Sep 16 10:25:07 2012	(r1019)
+++ trunk/www/firefox-nightly/Makefile	Fri Sep 21 16:04:14 2012	(r1020)
@@ -59,6 +59,9 @@
 .endif
 
 .include "${.CURDIR}/../../www/firefox/Makefile.options"
+
+OPTIONS_DEFAULT:=${OPTIONS_DEFAULT:S/OSS/ALSA/}
+
 .include <bsd.port.pre.mk>
 
 WRKSRC:=	${WRKSRC}-central-${HGREV:C/.*://}

Modified: trunk/www/firefox/Makefile
==============================================================================
--- trunk/www/firefox/Makefile	Sun Sep 16 10:25:07 2012	(r1019)
+++ trunk/www/firefox/Makefile	Fri Sep 21 16:04:14 2012	(r1020)
@@ -51,6 +51,9 @@
 OPTIONS_DEFINE=	GSTREAMER PGO
 
 .include "${.CURDIR}/../../www/firefox/Makefile.options"
+
+OPTIONS_DEFAULT:=${OPTIONS_DEFAULT:S/OSS/ALSA/}
+
 .include <bsd.port.pre.mk>
 
 WRKSRC:=	${WRKDIR}/mozilla-beta

Modified: trunk/www/libxul/Makefile
==============================================================================
--- trunk/www/libxul/Makefile	Sun Sep 16 10:25:07 2012	(r1019)
+++ trunk/www/libxul/Makefile	Fri Sep 21 16:04:14 2012	(r1020)
@@ -54,6 +54,9 @@
 OPTIONS_DEFINE=	GSTREAMER
 
 .include "${.CURDIR}/../../www/firefox/Makefile.options"
+
+OPTIONS_DEFAULT:=${OPTIONS_DEFAULT:S/OSS/ALSA/}
+
 .include <bsd.port.pre.mk>
 
 .if ${USE_MOZILLA:M-nss}

Modified: trunk/www/seamonkey/Makefile
==============================================================================
--- trunk/www/seamonkey/Makefile	Sun Sep 16 10:25:07 2012	(r1019)
+++ trunk/www/seamonkey/Makefile	Fri Sep 21 16:04:14 2012	(r1020)
@@ -54,6 +54,9 @@
 MAILNEWS_DESC?=	Mail and News modules
 
 .include "${.CURDIR}/../../www/firefox/Makefile.options"
+
+OPTIONS_DEFAULT:=${OPTIONS_DEFAULT:S/OSS/ALSA/}
+
 .include <bsd.port.pre.mk>
 
 WRKSRC=		${WRKDIR}/comm-beta



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