lang/gcc13-devel: Update to 13.2.1.s20240406

Also remove obsolete patch files: patch have been upstreamed in upstream
commits 68057560ff1fc0fb2df38c2f9627a20c9a8da5c5 and
e95ab9e60ce1d9aa7751d79291133fd5af9209d7.
This commit is contained in:
Lorenzo Salvadore 2024-04-07 03:05:51 +00:00
parent 1cddca5fe6
commit 375dd03e8e
No known key found for this signature in database
GPG key ID: 850E0F7350D20966
5 changed files with 4 additions and 84 deletions

View file

@ -1,5 +1,5 @@
PORTNAME= gcc
PORTVERSION= 13.2.1.s20240330
PORTVERSION= 13.2.1.s20240406
CATEGORIES= lang
MASTER_SITES= GCC/snapshots/${DIST_VERSION}
PKGNAMESUFFIX= ${SUFFIX}-devel

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1711854334
SHA256 (gcc-13-20240330.tar.xz) = 13cc9d5575086608ca9a47e2cf23afa05925b81b64c36d65bc8d5a03965fbcee
SIZE (gcc-13-20240330.tar.xz) = 84407332
TIMESTAMP = 1712459150
SHA256 (gcc-13-20240406.tar.xz) = f9d34bce1465b6eb04b1562860682ab1eb40065e380c987532fb5004b7a763f4
SIZE (gcc-13-20240406.tar.xz) = 84392728

View file

@ -1,42 +0,0 @@
--- gcc/system.h.orig 2023-09-16 22:32:44 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>
@@ -243,6 +230,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

View file

@ -1,19 +0,0 @@
--- libcc1/libcc1plugin.cc.orig 2023-07-27 08:13:07 UTC
+++ libcc1/libcc1plugin.cc
@@ -32,6 +32,7 @@
#undef PACKAGE_VERSION
#define INCLUDE_MEMORY
+#define INCLUDE_VECTOR
#include "gcc-plugin.h"
#include "system.h"
#include "coretypes.h"
@@ -68,8 +69,6 @@
#include "rpc.hh"
#include "gcc-c-interface.h"
#include "context.hh"
-
-#include <vector>
using namespace cc1_plugin;

View file

@ -1,19 +0,0 @@
--- libcc1/libcp1plugin.cc.orig 2023-07-27 08:13:07 UTC
+++ libcc1/libcp1plugin.cc
@@ -33,6 +33,7 @@
#undef PACKAGE_VERSION
#define INCLUDE_MEMORY
+#define INCLUDE_VECTOR
#include "gcc-plugin.h"
#include "system.h"
#include "coretypes.h"
@@ -70,8 +71,6 @@
#include "marshall-cp.hh"
#include "rpc.hh"
#include "context.hh"
-
-#include <vector>
using namespace cc1_plugin;