pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www firefox[68]: Enable WebRTC by default on NetBSD 9+.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/01a5f496bde5
branches:  trunk
changeset: 420632:01a5f496bde5
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Jan 05 17:57:58 2020 +0000

description:
firefox[68]: Enable WebRTC by default on NetBSD 9+.

Tested with Jitsi Meet.

diffstat:

 www/firefox/options.mk   |  8 +++++---
 www/firefox68/options.mk |  8 +++++---
 2 files changed, 10 insertions(+), 6 deletions(-)

diffs (52 lines):

diff -r be75ca97ec2e -r 01a5f496bde5 www/firefox/options.mk
--- a/www/firefox/options.mk    Sun Jan 05 17:55:21 2020 +0000
+++ b/www/firefox/options.mk    Sun Jan 05 17:57:58 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.52 2020/01/05 17:55:22 nia Exp $
+# $NetBSD: options.mk,v 1.53 2020/01/05 17:57:58 nia Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.firefox
 
@@ -13,12 +13,14 @@
 .endif
 
 .if ${OPSYS} == "Linux"
-PKG_SUGGESTED_OPTIONS+=        pulseaudio mozilla-jemalloc dbus
+PKG_SUGGESTED_OPTIONS+=        pulseaudio mozilla-jemalloc dbus webrtc
 .else
 PKG_SUGGESTED_OPTIONS+=        dbus
 .endif
 
-PKG_SUGGESTED_OPTIONS.Linux+=  webrtc
+.if ${OPSYS} == "NetBSD" && empty(OS_VERSION:M[0-8].*)
+PKG_SUGGESTED_OPTIONS+=        webrtc
+.endif
 
 .include "../../mk/bsd.options.mk"
 
diff -r be75ca97ec2e -r 01a5f496bde5 www/firefox68/options.mk
--- a/www/firefox68/options.mk  Sun Jan 05 17:55:21 2020 +0000
+++ b/www/firefox68/options.mk  Sun Jan 05 17:57:58 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.5 2020/01/05 17:55:22 nia Exp $
+# $NetBSD: options.mk,v 1.6 2020/01/05 17:57:58 nia Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.firefox
 
@@ -13,12 +13,14 @@
 .endif
 
 .if ${OPSYS} == "Linux"
-PKG_SUGGESTED_OPTIONS+=        pulseaudio mozilla-jemalloc dbus
+PKG_SUGGESTED_OPTIONS+=        pulseaudio mozilla-jemalloc dbus webrtc
 .else
 PKG_SUGGESTED_OPTIONS+=        oss dbus
 .endif
 
-PKG_SUGGESTED_OPTIONS.Linux+=  webrtc
+.if ${OPSYS} == "NetBSD" && empty(OS_VERSION:M[0-8].*)
+PKG_SUGGESTED_OPTIONS+= webrtc
+.endif
 
 .include "../../mk/bsd.options.mk"
 



Home | Main Index | Thread Index | Old Index