pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/firefox
Module Name: pkgsrc
Committed By: ryoon
Date: Sat Dec 3 11:30:28 UTC 2016
Modified Files:
pkgsrc/www/firefox: Makefile options.mk
Log Message:
Bump PKGREVISION. On NetBSD use alsa by default.
To generate a diff of this commit:
cvs rdiff -u -r1.271 -r1.272 pkgsrc/www/firefox/Makefile
cvs rdiff -u -r1.32 -r1.33 pkgsrc/www/firefox/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/firefox/Makefile
diff -u pkgsrc/www/firefox/Makefile:1.271 pkgsrc/www/firefox/Makefile:1.272
--- pkgsrc/www/firefox/Makefile:1.271 Sat Dec 3 09:58:25 2016
+++ pkgsrc/www/firefox/Makefile Sat Dec 3 11:30:28 2016
@@ -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 @@ MOZ_BRANCH_MINOR= .2
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/}
Index: pkgsrc/www/firefox/options.mk
diff -u pkgsrc/www/firefox/options.mk:1.32 pkgsrc/www/firefox/options.mk:1.33
--- pkgsrc/www/firefox/options.mk:1.32 Sat Aug 20 11:17:32 2016
+++ pkgsrc/www/firefox/options.mk Sat Dec 3 11:30:28 2016
@@ -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 @@ PLIST_VARS+= gnome jemalloc debug
.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