[SVN-Commit] r1020 - in trunk/www: firefox firefox-nightly libxul
seamonkey
svn-freebsd-gecko at chruetertee.ch
svn-freebsd-gecko at chruetertee.ch
Fri Sep 21 16:04:28 UTC 2012
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
More information about the freebsd-gecko
mailing list