summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenzo Salvadore <salvadore@FreeBSD.org>2024-07-04 03:00:25 +0200
committerLorenzo Salvadore <salvadore@FreeBSD.org>2024-07-09 14:32:05 +0200
commit93de43f848aeaceb8b7fa55b0f2abd1bc99238f7 (patch)
treea14b216f479bbada840afc1b352624cee6baeb1d
parentdevel/glib20: Remove stale patch (diff)
lang/gcc11-devel: Update to 11.4.1.s20240703
Also delete obsolete patch, upstreamed in upstream commit 5a419c22e67b30bfa10a59351c64663396a4c8f2.
-rw-r--r--lang/gcc11-devel/Makefile2
-rw-r--r--lang/gcc11-devel/distinfo6
-rw-r--r--lang/gcc11-devel/files/patch-gcc_system.h42
3 files changed, 4 insertions, 46 deletions
diff --git a/lang/gcc11-devel/Makefile b/lang/gcc11-devel/Makefile
index f9a62ac475d0..9addef188546 100644
--- a/lang/gcc11-devel/Makefile
+++ b/lang/gcc11-devel/Makefile
@@ -1,5 +1,5 @@
PORTNAME= gcc
-PORTVERSION= 11.4.1.s20240619
+PORTVERSION= 11.4.1.s20240703
CATEGORIES= lang
MASTER_SITES= GCC/snapshots/${DIST_VERSION}
PKGNAMESUFFIX= ${SUFFIX}-devel
diff --git a/lang/gcc11-devel/distinfo b/lang/gcc11-devel/distinfo
index 8c39426a4f4d..bc187c3684fb 100644
--- a/lang/gcc11-devel/distinfo
+++ b/lang/gcc11-devel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1718845227
-SHA256 (gcc-11-20240619.tar.xz) = 12de51cf87e171b8ffb2ea142fc23ae2d562b286a9aefc42f20cebeac476c77f
-SIZE (gcc-11-20240619.tar.xz) = 76267052
+TIMESTAMP = 1720054824
+SHA256 (gcc-11-20240703.tar.xz) = d61915de47e9609ed081b9a197cc5a73fdc9916d431e5c906e2b35573fc82202
+SIZE (gcc-11-20240703.tar.xz) = 76281780
diff --git a/lang/gcc11-devel/files/patch-gcc_system.h b/lang/gcc11-devel/files/patch-gcc_system.h
deleted file mode 100644
index 082e08ef73c8..000000000000
--- a/lang/gcc11-devel/files/patch-gcc_system.h
+++ /dev/null
@@ -1,42 +0,0 @@
---- gcc/system.h.orig 2023-09-14 22:32:14 UTC
-+++ gcc/system.h
-@@ -203,19 +203,6 @@ extern int fprintf_unlocked (FILE *, const char *, ...
- #endif
- #endif
-
--/* There are an extraordinary number of issues with <ctype.h>.
-- The last straw is that it varies with the locale. Use libiberty's
-- replacement instead. */
--#include "safe-ctype.h"
--
--#include <sys/types.h>
--
--#include <errno.h>
--
--#if !defined (errno) && defined (HAVE_DECL_ERRNO) && !HAVE_DECL_ERRNO
--extern int errno;
--#endif
--
- #ifdef __cplusplus
- #if defined (INCLUDE_ALGORITHM) || !defined (HAVE_SWAP_IN_UTILITY)
- # include <algorithm>
-@@ -242,6 +229,19 @@ extern int errno;
- # include <new>
- # include <utility>
- # include <type_traits>
-+#endif
-+
-+/* There are an extraordinary number of issues with <ctype.h>.
-+ The last straw is that it varies with the locale. Use libiberty's
-+ replacement instead. */
-+#include "safe-ctype.h"
-+
-+#include <sys/types.h>
-+
-+#include <errno.h>
-+
-+#if !defined (errno) && defined (HAVE_DECL_ERRNO) && !HAVE_DECL_ERRNO
-+extern int errno;
- #endif
-
- /* Some of glibc's string inlines cause warnings. Plus we'd rather