pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkgsrc-2020Q4]: pkgsrc/www Pullup ticket #6407 - requested by nia
details: https://anonhg.NetBSD.org/pkgsrc/rev/4517a5c5624b
branches: pkgsrc-2020Q4
changeset: 445407:4517a5c5624b
user: bsiegert <bsiegert%pkgsrc.org@localhost>
date: Fri Jan 22 18:12:00 2021 +0000
description:
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
diffstat:
www/firefox/mozilla-common.mk | 5 ++++-
www/firefox78/mozilla-common.mk | 5 ++++-
2 files changed, 8 insertions(+), 2 deletions(-)
diffs (38 lines):
diff -r 51f3ee3a7467 -r 4517a5c5624b www/firefox/mozilla-common.mk
--- a/www/firefox/mozilla-common.mk Fri Jan 22 18:11:39 2021 +0000
+++ b/www/firefox/mozilla-common.mk Fri Jan 22 18:12:00 2021 +0000
@@ -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 @@
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
diff -r 51f3ee3a7467 -r 4517a5c5624b www/firefox78/mozilla-common.mk
--- a/www/firefox78/mozilla-common.mk Fri Jan 22 18:11:39 2021 +0000
+++ b/www/firefox78/mozilla-common.mk Fri Jan 22 18:12:00 2021 +0000
@@ -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 @@
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