pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www
Module Name: pkgsrc
Committed By: nia
Date: Tue Jan 19 22:40:26 UTC 2021
Modified Files:
pkgsrc/www/firefox: mozilla-common.mk
pkgsrc/www/firefox78: mozilla-common.mk
Log Message:
firefox(78): set GCC_REQD
To generate a diff of this commit:
cvs rdiff -u -r1.195 -r1.196 pkgsrc/www/firefox/mozilla-common.mk
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/firefox78/mozilla-common.mk
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/mozilla-common.mk
diff -u pkgsrc/www/firefox/mozilla-common.mk:1.195 pkgsrc/www/firefox/mozilla-common.mk:1.196
--- pkgsrc/www/firefox/mozilla-common.mk:1.195 Thu Jan 14 13:06:11 2021
+++ pkgsrc/www/firefox/mozilla-common.mk Tue Jan 19 22:40:26 2021
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.195 2021/01/14 13:06:11 ryoon Exp $
+# $NetBSD: mozilla-common.mk,v 1.196 2021/01/19 22:40:26 nia Exp $
#
# common Makefile fragment for mozilla packages based on gecko 2.0.
#
@@ -17,6 +17,9 @@ UNLIMIT_RESOURCES+= datasize virtualsize
USE_LANGUAGES+= c c++
+# ERROR: Only GCC 7.1 or newer is supported (found version 5.5.0).
+GCC_REQD+= 7
+
TOOL_DEPENDS+= cbindgen>=0.15.0:../../devel/cbindgen
.if ${MACHINE_ARCH} == "sparc64"
CONFIGURE_ARGS+= --disable-nodejs
Index: pkgsrc/www/firefox78/mozilla-common.mk
diff -u pkgsrc/www/firefox78/mozilla-common.mk:1.7 pkgsrc/www/firefox78/mozilla-common.mk:1.8
--- pkgsrc/www/firefox78/mozilla-common.mk:1.7 Thu Dec 31 20:04:14 2020
+++ pkgsrc/www/firefox78/mozilla-common.mk Tue Jan 19 22:40:26 2021
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.7 2020/12/31 20:04:14 nia Exp $
+# $NetBSD: mozilla-common.mk,v 1.8 2021/01/19 22:40:26 nia Exp $
#
# common Makefile fragment for mozilla packages based on gecko 2.0.
#
@@ -17,6 +17,9 @@ UNLIMIT_RESOURCES+= datasize virtualsize
USE_LANGUAGES+= c c++
+# ERROR: Only GCC 7.1 or newer is supported (found version 5.5.0).
+GCC_REQD+= 7
+
TOOL_DEPENDS+= cbindgen>=0.14.2:../../devel/cbindgen
.if ${MACHINE_ARCH} == "sparc64"
CONFIGURE_ARGS+= --disable-nodejs
Home |
Main Index |
Thread Index |
Old Index