pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/firefox52 firefox52: switch netbsd to oss and linu...
details: https://anonhg.NetBSD.org/pkgsrc/rev/31a98f05e16d
branches: trunk
changeset: 383126:31a98f05e16d
user: maya <maya%pkgsrc.org@localhost>
date: Mon Jul 23 04:56:12 2018 +0000
description:
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:
www/firefox52/Makefile | 4 ++--
www/firefox52/options.mk | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (39 lines):
diff -r 776b4adc241a -r 31a98f05e16d www/firefox52/Makefile
--- a/www/firefox52/Makefile Mon Jul 23 01:38:42 2018 +0000
+++ b/www/firefox52/Makefile Mon Jul 23 04:56:12 2018 +0000
@@ -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 @@
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 -r 776b4adc241a -r 31a98f05e16d www/firefox52/options.mk
--- a/www/firefox52/options.mk Mon Jul 23 01:38:42 2018 +0000
+++ b/www/firefox52/options.mk Mon Jul 23 04:56:12 2018 +0000
@@ -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 @@
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"
Home |
Main Index |
Thread Index |
Old Index