aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2021-06-09 05:38:36 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2021-06-09 05:38:36 +0000
commit19dfb88623ab11b2d1d08fcf54e92f5eb6183aa2 (patch)
tree2b3919691c1b46add6c1f4764ae18dcdabff863b /lang
parentb29228324b11422e56981e05c430b31ec4d55401 (diff)
downloadports-19dfb88623ab11b2d1d08fcf54e92f5eb6183aa2.tar.gz
ports-19dfb88623ab11b2d1d08fcf54e92f5eb6183aa2.zip
lang/gcc9: Update to the GCC 9.4 release
This fixes more than 190 bugs compared to GCC 9.3. files/patch-gcc_dumpfile.c has made it upstream in the meantime, so remove it on our end.
Diffstat (limited to 'lang')
-rw-r--r--lang/gcc9/Makefile3
-rw-r--r--lang/gcc9/distinfo6
-rw-r--r--lang/gcc9/files/patch-gcc_dumpfile.c11
3 files changed, 4 insertions, 16 deletions
diff --git a/lang/gcc9/Makefile b/lang/gcc9/Makefile
index 7273227631af..bbf434c0b83c 100644
--- a/lang/gcc9/Makefile
+++ b/lang/gcc9/Makefile
@@ -1,8 +1,7 @@
# Created by: Gerald Pfeifer <gerald@FreeBSD.org>
PORTNAME= gcc
-PORTVERSION= 9.3.0
-PORTREVISION= 3
+PORTVERSION= 9.4.0
CATEGORIES= lang
MASTER_SITES= GCC
PKGNAMESUFFIX= ${SUFFIX}
diff --git a/lang/gcc9/distinfo b/lang/gcc9/distinfo
index c8bcb388c6df..df1dc57a8142 100644
--- a/lang/gcc9/distinfo
+++ b/lang/gcc9/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1584289638
-SHA256 (gcc-9.3.0.tar.xz) = 71e197867611f6054aa1119b13a0c0abac12834765fe2d81f35ac57f84f742d1
-SIZE (gcc-9.3.0.tar.xz) = 70533868
+TIMESTAMP = 1622967410
+SHA256 (gcc-9.4.0.tar.xz) = c95da32f440378d7751dd95533186f7fc05ceb4fb65eb5b85234e6299eb9838e
+SIZE (gcc-9.4.0.tar.xz) = 72411232
diff --git a/lang/gcc9/files/patch-gcc_dumpfile.c b/lang/gcc9/files/patch-gcc_dumpfile.c
deleted file mode 100644
index 1c3547d399f2..000000000000
--- a/lang/gcc9/files/patch-gcc_dumpfile.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- gcc/dumpfile.c.orig 2020-04-07 14:09:14 UTC
-+++ gcc/dumpfile.c
-@@ -2055,7 +2055,7 @@ temp_dump_context::temp_dump_context (bool forcibly_en
- bool forcibly_enable_dumping,
- dump_flags_t test_pp_flags)
- : m_context (),
-- m_saved (&dump_context ().get ())
-+ m_saved(&dump_context::get())
- {
- dump_context::s_current = &m_context;
- if (forcibly_enable_optinfo)