pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/firefox firefox: amend PLIST to reflect option "de...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c8fd5a9d9f72
branches:  trunk
changeset: 334406:c8fd5a9d9f72
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Mon May 27 05:57:40 2019 +0000

description:
firefox: amend PLIST to reflect option "debug"

Fix packaging when the "debug" option is enabled, which generates nine
extra files.

diffstat:

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

diffs (44 lines):

diff -r ca68b7478f85 -r c8fd5a9d9f72 www/firefox/PLIST
--- a/www/firefox/PLIST Mon May 27 03:53:37 2019 +0000
+++ b/www/firefox/PLIST Mon May 27 05:57:40 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.139 2019/05/22 13:32:51 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.140 2019/05/27 05:57:40 gutteridge Exp $
 bin/firefox
 lib/firefox/actors/AudioPlaybackChild.jsm
 lib/firefox/actors/AutoplayChild.jsm
@@ -2734,11 +2734,16 @@
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/jsol.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/jszip.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/lodash.js
+${PLIST.debug}lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/react-dev.js
+${PLIST.debug}lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/react-dom-dev.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/react-dom-factories.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/react-dom-server.js
+${PLIST.debug}lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/react-dom-server-dev.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/react-dom-test-utils.js
+${PLIST.debug}lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/react-dom-test-utils-dev.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/react-dom.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/react-prop-types.js
+${PLIST.debug}lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/react-prop-types-dev.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/react-redux.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/react-router-dom.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/react-test-renderer-shallow.js
@@ -3819,6 +3824,7 @@
 lib/firefox/browser/components/EnterprisePolicies.js
 lib/firefox/browser/components/EnterprisePoliciesContent.js
 lib/firefox/browser/components/components.manifest
+${PLIST.debug}lib/firefox/browser/components/startupRecorder.js
 lib/firefox/browser/defaults/permissions
 lib/firefox/browser/defaults/preferences/debugger.js
 lib/firefox/browser/defaults/preferences/devtools-client.js
@@ -4360,6 +4366,9 @@
 lib/firefox/chrome/en-US/locale/en-US/places/places.properties
 lib/firefox/chrome/en-US/locale/en-US/pluginproblem/pluginproblem.dtd
 lib/firefox/chrome/en-US/locale/en-US/services/sync.properties
+${PLIST.debug}lib/firefox/chrome/layoutdebug/content/layoutdebug/layoutdebug.js
+${PLIST.debug}lib/firefox/chrome/layoutdebug/content/layoutdebug/layoutdebug.xul
+${PLIST.debug}lib/firefox/chrome/layoutdebug/locale/en-US/layoutdebug/layoutdebug.dtd
 lib/firefox/chrome/marionette/content/accessibility.js
 lib/firefox/chrome/marionette/content/action.js
 lib/firefox/chrome/marionette/content/addon.js



Home | Main Index | Thread Index | Old Index