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:   joerg
Date:           Sun Mar 29 01:01:20 UTC 2020

Modified Files:
        pkgsrc/www/firefox: Makefile
Removed Files:
        pkgsrc/www/firefox/patches: patch-config__make_system_wrappers.py

Log Message:
Don't hack __isinf for libc++, it makes things worse.


To generate a diff of this commit:
cvs rdiff -u -r1.415 -r1.416 pkgsrc/www/firefox/Makefile
cvs rdiff -u -r1.3 -r0 \
    pkgsrc/www/firefox/patches/patch-config__make_system_wrappers.py

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.415 pkgsrc/www/firefox/Makefile:1.416
--- pkgsrc/www/firefox/Makefile:1.415   Sat Mar 14 04:49:16 2020
+++ pkgsrc/www/firefox/Makefile Sun Mar 29 01:01:19 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.415 2020/03/14 04:49:16 ryoon Exp $
+# $NetBSD: Makefile,v 1.416 2020/03/29 01:01:19 joerg Exp $
 
 FIREFOX_VER=           ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
 MOZ_BRANCH=            74.0
@@ -15,6 +15,8 @@ HOMEPAGE=     https://www.mozilla.org/en-US/
 COMMENT=       Web browser with support for extensions (version ${FIREFOX_VER:C/\..*//})
 LICENSE=       mpl-1.1
 
+UNLIMIT_RESOURCES+=    datasize virtualsize
+
 WRKSRC=                ${WRKDIR}/firefox-${FIREFOX_VER:C/b.*//}
 
 MOZILLA_DIR=   # empty



Home | Main Index | Thread Index | Old Index