pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [pkgsrc-2020Q4] pkgsrc/www
Module Name: pkgsrc
Committed By: bsiegert
Date: Fri Jan 22 18:12:00 UTC 2021
Modified Files:
pkgsrc/www/firefox [pkgsrc-2020Q4]: mozilla-common.mk
pkgsrc/www/firefox78 [pkgsrc-2020Q4]: mozilla-common.mk
Log Message:
Pullup ticket #6407 - requested by nia
www/firefox: build fix
www/firefox78: build fix
Revisions pulled up:
- www/firefox/mozilla-common.mk 1.196
- www/firefox78/mozilla-common.mk 1.8
---
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.191 -r1.191.2.1 pkgsrc/www/firefox/mozilla-common.mk
cvs rdiff -u -r1.6 -r1.6.2.1 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.191 pkgsrc/www/firefox/mozilla-common.mk:1.191.2.1
--- pkgsrc/www/firefox/mozilla-common.mk:1.191 Thu Dec 17 09:53:15 2020
+++ pkgsrc/www/firefox/mozilla-common.mk Fri Jan 22 18:12:00 2021
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.191 2020/12/17 09:53:15 ryoon Exp $
+# $NetBSD: mozilla-common.mk,v 1.191.2.1 2021/01/22 18:12:00 bsiegert 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.6 pkgsrc/www/firefox78/mozilla-common.mk:1.6.2.1
--- pkgsrc/www/firefox78/mozilla-common.mk:1.6 Mon Nov 16 20:21:29 2020
+++ pkgsrc/www/firefox78/mozilla-common.mk Fri Jan 22 18:12:00 2021
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.6 2020/11/16 20:21:29 nia Exp $
+# $NetBSD: mozilla-common.mk,v 1.6.2.1 2021/01/22 18:12:00 bsiegert 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