diff options
author | maya <maya@pkgsrc.org> | 2017-05-15 15:49:27 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2017-05-15 15:49:27 +0000 |
commit | 28c327722bfb4f575e5b4ab124c4fae0bb38e793 (patch) | |
tree | ab60f77e08ae66d46e733175833d144fda39c654 /www/firefox | |
parent | 8ac8552400c8b8184eb0d94ea9a1129c57fa23dd (diff) | |
download | pkgsrc-28c327722bfb4f575e5b4ab124c4fae0bb38e793.tar.gz |
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 (limited to 'www/firefox')
-rw-r--r-- | www/firefox/Makefile | 3 | ||||
-rw-r--r-- | www/firefox/options.mk | 12 |
2 files changed, 5 insertions, 10 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 07d8107288f..668447a31cb 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -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 --git a/www/firefox/options.mk b/www/firefox/options.mk index 51d4766edea..5417fa50d5e 100644 --- a/www/firefox/options.mk +++ b/www/firefox/options.mk @@ -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 @@ PKG_SUPPORTED_OPTIONS+= alsa oss pulseaudio dbus 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+= oss dbus -.elif ${OPSYS} == "DragonFly" -PKG_SUGGESTED_OPTIONS+= oss dbus +PKG_SUGGESTED_OPTIONS+= pulseaudio mozilla-jemalloc dbus .else -PKG_SUGGESTED_OPTIONS+= dbus pulseaudio +PKG_SUGGESTED_OPTIONS+= oss dbus .endif # On NetBSD/amd64 6.99.21 libxul.so is invalid when --enable-webrtc is set. |