aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2022-02-06 09:02:12 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2022-02-25 21:59:32 +0000
commit18b2273b2b4e76dd0fcc29069df1ccb1e4a30865 (patch)
tree3b36e1e375edb268990cb72cdb88c39cd7fe814a
parent9e76f8b0159a610e68a41dc60117bbd707642525 (diff)
downloadports-18b2273b2b4e76dd0fcc29069df1ccb1e4a30865.tar.gz
ports-18b2273b2b4e76dd0fcc29069df1ccb1e4a30865.zip
lang/gcc12-devel: Update to the 20220123 snapshot of GCC 12.1.0
(In preparation of the release the version number has moved from 12.0.0 to 12.0.1.) One of the files touched by files/patch-gfortran-libgcc has been renamed from .c to .cc, so tweak our patch accordingly. No functional change there.
-rw-r--r--lang/gcc12-devel/Makefile2
-rw-r--r--lang/gcc12-devel/distinfo6
-rw-r--r--lang/gcc12-devel/files/patch-gfortran-libgcc7
3 files changed, 7 insertions, 8 deletions
diff --git a/lang/gcc12-devel/Makefile b/lang/gcc12-devel/Makefile
index e655addd65fb..8551be7873de 100644
--- a/lang/gcc12-devel/Makefile
+++ b/lang/gcc12-devel/Makefile
@@ -1,7 +1,7 @@
# Created by: Gerald Pfeifer <gerald@FreeBSD.org>
PORTNAME= gcc
-PORTVERSION= 12.0.0.s20220116
+PORTVERSION= 12.0.1.s20220123
CATEGORIES= lang
MASTER_SITES= GCC/snapshots/${DIST_VERSION}
PKGNAMESUFFIX= ${SUFFIX}-devel
diff --git a/lang/gcc12-devel/distinfo b/lang/gcc12-devel/distinfo
index 850790db8bc8..571427684d0c 100644
--- a/lang/gcc12-devel/distinfo
+++ b/lang/gcc12-devel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1642804453
-SHA256 (gcc-12-20220116.tar.xz) = a5053a81a814496c95f3a5e3ae4a6c2d3164bd7ddc832e694f64f6267bae98aa
-SIZE (gcc-12-20220116.tar.xz) = 78491220
+TIMESTAMP = 1644134449
+SHA256 (gcc-12-20220123.tar.xz) = 0da4d229863a5d59922ac4ff18b54cfe261ae1b41708ce7f7141fb93e5d32167
+SIZE (gcc-12-20220123.tar.xz) = 78595720
diff --git a/lang/gcc12-devel/files/patch-gfortran-libgcc b/lang/gcc12-devel/files/patch-gfortran-libgcc
index c29c7edc14f4..fb7b66814f9c 100644
--- a/lang/gcc12-devel/files/patch-gfortran-libgcc
+++ b/lang/gcc12-devel/files/patch-gfortran-libgcc
@@ -45,9 +45,9 @@ misleading information in that bug. CMake is not actually doing
anything wrong.)
--- UTC
---- gcc/fortran/gfortranspec.c.orig 2015-06-26 17:47:23 UTC
-+++ gcc/fortran/gfortranspec.c
-@@ -404,7 +404,7 @@ For more information about these matters
+--- gcc/fortran/gfortranspec.cc.orig 2022-01-23 22:32:06.000000000 +0000
++++ gcc/fortran/gfortranspec.cc 2022-02-06 08:56:31.018286000 +0000
+@@ -406,7 +406,7 @@
}
}
@@ -56,7 +56,6 @@ anything wrong.)
if (library)
{
unsigned int i;
-
--- libgfortran/Makefile.in.orig
+++ libgfortran/Makefile.in
@@ -736,7 +736,7 @@