pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/firefox Restore conditional PLIST



details:   https://anonhg.NetBSD.org/pkgsrc/rev/386297643f36
branches:  trunk
changeset: 384907:386297643f36
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Thu Sep 06 03:30:51 2018 +0000

description:
Restore conditional PLIST

Noticed by Marc Baudoin.

diffstat:

 www/firefox/PLIST |  10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r dc73d70b9524 -r 386297643f36 www/firefox/PLIST
--- a/www/firefox/PLIST Wed Sep 05 19:34:19 2018 +0000
+++ b/www/firefox/PLIST Thu Sep 06 03:30:51 2018 +0000
@@ -1,10 +1,11 @@
-@comment $NetBSD: PLIST,v 1.131 2018/09/05 15:29:58 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.132 2018/09/06 03:30:51 ryoon Exp $
 bin/firefox
 lib/firefox/application.ini
 lib/firefox/browser/blocklist.xml
 lib/firefox/browser/chrome.manifest
-lib/firefox/browser/chrome/browser/content/branding/about-background.png
+${PLIST.nobranding}lib/firefox/browser/chrome/browser/content/branding/about-background.png
 lib/firefox/browser/chrome/browser/content/branding/about-logo.png
+${PLIST.branding}lib/firefox/browser/chrome/browser/content/branding/about-logo%2x.png@localhost
 lib/firefox/browser/chrome/browser/content/branding/about-wordmark.svg
 lib/firefox/browser/chrome/browser/content/branding/about.png
 lib/firefox/browser/chrome/browser/content/branding/aboutDialog.css
@@ -4561,6 +4562,7 @@
 lib/firefox/components/NotificationStorage.js
 lib/firefox/components/PageIconProtocolHandler.js
 lib/firefox/components/PageThumbsStorageService.js
+${PLIST.webrtc}lib/firefox/components/PeerConnection.js
 lib/firefox/components/PlacesCategoriesStarter.js
 lib/firefox/components/PresentationControlService.js
 lib/firefox/components/PresentationDataChannelSessionTransport.js
@@ -4678,8 +4680,8 @@
 lib/firefox/hyphenation/hyph_tr.dic
 lib/firefox/hyphenation/hyph_uk.dic
 lib/firefox/liblgpllibs.so
-lib/firefox/libmozavcodec.so
-lib/firefox/libmozavutil.so
+${PLIST.avx86}lib/firefox/libmozavcodec.so
+${PLIST.avx86}lib/firefox/libmozavutil.so
 lib/firefox/libmozgtk.so
 lib/firefox/libmozsqlite3.so
 lib/firefox/libxul.so



Home | Main Index | Thread Index | Old Index