pkgsrc-Changes archive

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

CVS commit: pkgsrc/www



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Jan  5 17:57:58 UTC 2020

Modified Files:
        pkgsrc/www/firefox: options.mk
        pkgsrc/www/firefox68: options.mk

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

Tested with Jitsi Meet.


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/www/firefox/options.mk
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/firefox68/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/options.mk
diff -u pkgsrc/www/firefox/options.mk:1.52 pkgsrc/www/firefox/options.mk:1.53
--- pkgsrc/www/firefox/options.mk:1.52  Sun Jan  5 17:55:22 2020
+++ pkgsrc/www/firefox/options.mk       Sun Jan  5 17:57:58 2020
@@ -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 @@ PKG_SUGGESTED_OPTIONS+= wayland
 .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"
 

Index: pkgsrc/www/firefox68/options.mk
diff -u pkgsrc/www/firefox68/options.mk:1.5 pkgsrc/www/firefox68/options.mk:1.6
--- pkgsrc/www/firefox68/options.mk:1.5 Sun Jan  5 17:55:22 2020
+++ pkgsrc/www/firefox68/options.mk     Sun Jan  5 17:57:58 2020
@@ -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 @@ PKG_SUGGESTED_OPTIONS+= wayland
 .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