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: gutteridge
Date: Sat Sep 7 03:41:42 UTC 2019
Modified Files:
pkgsrc/www/firefox: Makefile PLIST
Log Message:
firefox: fix build when webrtc option is not enabled
PeerConnectionIdp.jsm is installed universally, not just when webrtc is
an enabled option.
To generate a diff of this commit:
cvs rdiff -u -r1.393 -r1.394 pkgsrc/www/firefox/Makefile
cvs rdiff -u -r1.143 -r1.144 pkgsrc/www/firefox/PLIST
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.393 pkgsrc/www/firefox/Makefile:1.394
--- pkgsrc/www/firefox/Makefile:1.393 Fri Sep 6 03:00:23 2019
+++ pkgsrc/www/firefox/Makefile Sat Sep 7 03:41:42 2019
@@ -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 @@ MOZ_BRANCH_MINOR=
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
Index: pkgsrc/www/firefox/PLIST
diff -u pkgsrc/www/firefox/PLIST:1.143 pkgsrc/www/firefox/PLIST:1.144
--- pkgsrc/www/firefox/PLIST:1.143 Fri Sep 6 03:00:23 2019
+++ pkgsrc/www/firefox/PLIST Sat Sep 7 03:41:42 2019
@@ -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.js
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