pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/firefox firefox: fix build when webrtc option is n...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a66554914edc
branches: trunk
changeset: 400890:a66554914edc
user: gutteridge <gutteridge%pkgsrc.org@localhost>
date: Sat Sep 07 03:41:42 2019 +0000
description:
firefox: fix build when webrtc option is not enabled
PeerConnectionIdp.jsm is installed universally, not just when webrtc is
an enabled option.
diffstat:
www/firefox/Makefile | 3 ++-
www/firefox/PLIST | 4 ++--
2 files changed, 4 insertions(+), 3 deletions(-)
diffs (35 lines):
diff -r 5422af6c9a47 -r a66554914edc www/firefox/Makefile
--- a/www/firefox/Makefile Sat Sep 07 00:39:12 2019 +0000
+++ b/www/firefox/Makefile Sat Sep 07 03:41:42 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.393 2019/09/06 03:00:23 ryoon Exp $
+# $NetBSD: Makefile,v 1.394 2019/09/07 03:41:42 gutteridge Exp $
FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
MOZ_BRANCH= 69.0
@@ -6,6 +6,7 @@
DISTNAME= firefox-${FIREFOX_VER}.source
PKGNAME= ${DISTNAME:S/.source//:S/b/beta/:S/esr//}
+PKGREVISION= 1
CATEGORIES= www
MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/}
EXTRACT_SUFX= .tar.xz
diff -r 5422af6c9a47 -r a66554914edc www/firefox/PLIST
--- a/www/firefox/PLIST Sat Sep 07 00:39:12 2019 +0000
+++ b/www/firefox/PLIST Sat Sep 07 03:41:42 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.143 2019/09/06 03:00:23 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.144 2019/09/07 03:41:42 gutteridge Exp $
bin/firefox
lib/firefox/actors/AudioPlaybackChild.jsm
lib/firefox/actors/AutoplayChild.jsm
@@ -5241,7 +5241,7 @@
lib/firefox/modules/lz4_internal.js
lib/firefox/modules/media/IdpSandbox.jsm
${PLIST.webrtc}lib/firefox/modules/media/PeerConnection.jsm
-${PLIST.webrtc}lib/firefox/modules/media/PeerConnectionIdp.jsm
+lib/firefox/modules/media/PeerConnectionIdp.jsm
lib/firefox/modules/media/RTCStatsReport.jsm
lib/firefox/modules/mozIntl.jsm
lib/firefox/modules/narrate/NarrateControls.jsm
Home |
Main Index |
Thread Index |
Old Index