pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/firefox firefox: default to oss everywhere but lin...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ff57e1ddd730
branches:  trunk
changeset: 362462:ff57e1ddd730
user:      maya <maya%pkgsrc.org@localhost>
date:      Mon May 15 15:49:27 2017 +0000

description:
firefox: default to oss everywhere but linux, which defaults to pulseaudio.

alsa is not supported upstream, and checks for failures by calling assert,
which means the default setup crashes whenever audio is played.

bump pkgrevision

diffstat:

 www/firefox/Makefile   |   3 ++-
 www/firefox/options.mk |  12 +++---------
 2 files changed, 5 insertions(+), 10 deletions(-)

diffs (41 lines):

diff -r 10f7e02b1a41 -r ff57e1ddd730 www/firefox/Makefile
--- a/www/firefox/Makefile      Mon May 15 15:34:12 2017 +0000
+++ b/www/firefox/Makefile      Mon May 15 15:49:27 2017 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.294 2017/05/08 15:33:43 ryoon Exp $
+# $NetBSD: Makefile,v 1.295 2017/05/15 15:49:27 maya Exp $
 
 FIREFOX_VER=           ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
 MOZ_BRANCH=            53.0
 MOZ_BRANCH_MINOR=      .2
+PKGREVISION=           1
 
 DISTNAME=      firefox-${FIREFOX_VER}.source
 PKGNAME=       firefox-${MOZ_BRANCH}${MOZ_BRANCH_MINOR:S/b/beta/:S/esr//}
diff -r 10f7e02b1a41 -r ff57e1ddd730 www/firefox/options.mk
--- a/www/firefox/options.mk    Mon May 15 15:34:12 2017 +0000
+++ b/www/firefox/options.mk    Mon May 15 15:49:27 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.40 2017/03/20 13:39:33 ryoon Exp $
+# $NetBSD: options.mk,v 1.41 2017/05/15 15:49:27 maya Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.firefox
 
@@ -12,15 +12,9 @@
 PLIST_VARS+=           gnome jemalloc debug
 
 .if ${OPSYS} == "Linux"
-PKG_SUGGESTED_OPTIONS+=        alsa mozilla-jemalloc dbus
-.elif ${OPSYS} == "NetBSD"
-PKG_SUGGESTED_OPTIONS+=        alsa dbus
-.elif ${OPSYS} == "FreeBSD"
+PKG_SUGGESTED_OPTIONS+=        pulseaudio mozilla-jemalloc dbus
+.else
 PKG_SUGGESTED_OPTIONS+=        oss dbus
-.elif ${OPSYS} == "DragonFly"
-PKG_SUGGESTED_OPTIONS+=        oss dbus
-.else
-PKG_SUGGESTED_OPTIONS+= dbus pulseaudio
 .endif
 
 # On NetBSD/amd64 6.99.21 libxul.so is invalid when --enable-webrtc is set.



Home | Main Index | Thread Index | Old Index