summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2018-07-23 04:56:12 +0000
committermaya <maya@pkgsrc.org>2018-07-23 04:56:12 +0000
commite2fd3e9cb2bd4dc69cd71695fb685499c815135d (patch)
tree90b4587469fab678c9c226d123262de6ab45d3de /www
parentb69b5f2fa14577cd058980a655ce319da9ca4313 (diff)
downloadpkgsrc-e2fd3e9cb2bd4dc69cd71695fb685499c815135d.tar.gz
firefox52: switch netbsd to oss and linux to pulse.
alsa is problematic and pulseaudio is more widely used on linux. oss works fine on netbsd, no need for extra dependencies.
Diffstat (limited to 'www')
-rw-r--r--www/firefox52/Makefile4
-rw-r--r--www/firefox52/options.mk6
2 files changed, 5 insertions, 5 deletions
diff --git a/www/firefox52/Makefile b/www/firefox52/Makefile
index b514994a87e..6ff3bf2e760 100644
--- a/www/firefox52/Makefile
+++ b/www/firefox52/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2018/07/20 03:34:31 ryoon Exp $
+# $NetBSD: Makefile,v 1.28 2018/07/23 04:56:12 maya Exp $
FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
MOZ_BRANCH= 52.9
@@ -6,7 +6,7 @@ MOZ_BRANCH_MINOR= .0esr
DISTNAME= firefox-${FIREFOX_VER}.source
PKGNAME= firefox52-${MOZ_BRANCH}${MOZ_BRANCH_MINOR:S/b/beta/:S/esr//}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= www
MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/}
MASTER_SITES+= ${MASTER_SITE_MOZILLA_ALL:=firefox/releases/${FIREFOX_VER}/source/}
diff --git a/www/firefox52/options.mk b/www/firefox52/options.mk
index 68df35856e7..8c2f9f2956e 100644
--- a/www/firefox52/options.mk
+++ b/www/firefox52/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2017/04/27 01:55:57 ryoon Exp $
+# $NetBSD: options.mk,v 1.2 2018/07/23 04:56:12 maya Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.firefox
@@ -12,9 +12,9 @@ PKG_SUPPORTED_OPTIONS+= alsa oss pulseaudio dbus
PLIST_VARS+= gnome jemalloc debug
.if ${OPSYS} == "Linux"
-PKG_SUGGESTED_OPTIONS+= alsa mozilla-jemalloc dbus
+PKG_SUGGESTED_OPTIONS+= pulseaudio mozilla-jemalloc dbus
.elif ${OPSYS} == "NetBSD"
-PKG_SUGGESTED_OPTIONS+= alsa dbus
+PKG_SUGGESTED_OPTIONS+= oss dbus
.elif ${OPSYS} == "FreeBSD"
PKG_SUGGESTED_OPTIONS+= oss dbus
.elif ${OPSYS} == "DragonFly"