1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00

lang/gcc11-devel: Update to 11.4.1.s20240703

Also delete obsolete patch, upstreamed in upstream commit
5a419c22e67b30bfa10a59351c64663396a4c8f2.
This commit is contained in:
Lorenzo Salvadore 2024-07-04 03:00:25 +02:00
parent 3b72aac677
commit 93de43f848
No known key found for this signature in database
GPG Key ID: B58F7C3CF6DB8A38
3 changed files with 4 additions and 46 deletions

View File

@ -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

View File

@ -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

View File

@ -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