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:   maya
Date:           Thu Apr  9 19:25:39 UTC 2020

Modified Files:
        pkgsrc/www/firefox: Makefile PLIST.Linux

Log Message:
firefox: GC now unused "notlinux", remove duplicate entries in PLIST.Linux

>From Michael Forney on tech-pkg, thanks!


To generate a diff of this commit:
cvs rdiff -u -r1.418 -r1.419 pkgsrc/www/firefox/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/firefox/PLIST.Linux

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.418 pkgsrc/www/firefox/Makefile:1.419
--- pkgsrc/www/firefox/Makefile:1.418   Thu Apr  9 14:01:26 2020
+++ pkgsrc/www/firefox/Makefile Thu Apr  9 19:25:39 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.418 2020/04/09 14:01:26 ryoon Exp $
+# $NetBSD: Makefile,v 1.419 2020/04/09 19:25:39 maya Exp $
 
 FIREFOX_VER=           ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
 MOZ_BRANCH=            75.0
@@ -69,11 +69,6 @@ MOZILLA_NAME=        Firefox
 MOZILLA_NAME=  Browser
 .endif
 
-PLIST_VARS+=   notlinux
-.if ${OPSYS} != "Linux"
-PLIST.notlinux=        yes
-.endif
-
 post-extract:
        mv ${WRKSRC}/gfx/ycbcr/yuv_row_arm.s ${WRKSRC}/gfx/ycbcr/yuv_row_arm.S
 # XXX Hack taken from lang/rust.

Index: pkgsrc/www/firefox/PLIST.Linux
diff -u pkgsrc/www/firefox/PLIST.Linux:1.1 pkgsrc/www/firefox/PLIST.Linux:1.2
--- pkgsrc/www/firefox/PLIST.Linux:1.1  Wed Feb 26 20:55:43 2020
+++ pkgsrc/www/firefox/PLIST.Linux      Thu Apr  9 19:25:39 2020
@@ -1,5 +1,2 @@
-@comment $NetBSD: PLIST.Linux,v 1.1 2020/02/26 20:55:43 maya Exp $
-lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/res/autocomplete-item.css
-lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/res/editDialog.css
-lib/firefox/fonts/TwemojiMozilla.ttf
+@comment $NetBSD: PLIST.Linux,v 1.2 2020/04/09 19:25:39 maya Exp $
 lib/firefox/libmozsandbox.so



Home | Main Index | Thread Index | Old Index