pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/firefox Bump PKGREVISION. On NetBSD use alsa by de...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9be3013eeb53
branches:  trunk
changeset: 355485:9be3013eeb53
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sat Dec 03 11:30:28 2016 +0000

description:
Bump PKGREVISION. On NetBSD use alsa by default.

diffstat:

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

diffs (38 lines):

diff -r 19ec597bcfe8 -r 9be3013eeb53 www/firefox/Makefile
--- a/www/firefox/Makefile      Sat Dec 03 11:24:09 2016 +0000
+++ b/www/firefox/Makefile      Sat Dec 03 11:30:28 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.271 2016/12/03 09:58:25 ryoon Exp $
+# $NetBSD: Makefile,v 1.272 2016/12/03 11:30:28 ryoon Exp $
 
 FIREFOX_VER=           ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
 MOZ_BRANCH=            50.0
@@ -6,6 +6,7 @@
 
 DISTNAME=      firefox-${FIREFOX_VER}.source
 PKGNAME=       firefox-${MOZ_BRANCH}${MOZ_BRANCH_MINOR:S/b/beta/:S/esr//}
+PKGREVISION=   1
 CATEGORIES=    www
 MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/}
 MASTER_SITES+= ${MASTER_SITE_MOZILLA_ALL:=firefox/releases/${FIREFOX_VER}/source/}
diff -r 19ec597bcfe8 -r 9be3013eeb53 www/firefox/options.mk
--- a/www/firefox/options.mk    Sat Dec 03 11:24:09 2016 +0000
+++ b/www/firefox/options.mk    Sat Dec 03 11:30:28 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.32 2016/08/20 11:17:32 ryoon Exp $
+# $NetBSD: options.mk,v 1.33 2016/12/03 11:30:28 ryoon Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.firefox
 PKG_SUPPORTED_OPTIONS= official-mozilla-branding
@@ -8,8 +8,10 @@
 
 .if ${OPSYS} == "Linux"
 PKG_SUGGESTED_OPTIONS+=        alsa mozilla-jemalloc dbus
+.elif ${OPSYS} == "NetBSD"
+PKG_SUGGESTED_OPTIONS+=        alsa dbus
 .else
-PKG_SUGGESTED_OPTIONS+= pulseaudio dbus
+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