Date: Mon, 8 Apr 2024 19:27:22 GMT From: Lorenzo Salvadore <salvadore@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 375dd03e8efc - main - lang/gcc13-devel: Update to 13.2.1.s20240406 Message-ID: <202404081927.438JRMXa029275@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by salvadore: URL: https://cgit.FreeBSD.org/ports/commit/?id=375dd03e8efc49566c33f9feb850517e1dc3d542 commit 375dd03e8efc49566c33f9feb850517e1dc3d542 Author: Lorenzo Salvadore <salvadore@FreeBSD.org> AuthorDate: 2024-04-07 03:05:51 +0000 Commit: Lorenzo Salvadore <salvadore@FreeBSD.org> CommitDate: 2024-04-08 19:27:10 +0000 lang/gcc13-devel: Update to 13.2.1.s20240406 Also remove obsolete patch files: patch have been upstreamed in upstream commits 68057560ff1fc0fb2df38c2f9627a20c9a8da5c5 and e95ab9e60ce1d9aa7751d79291133fd5af9209d7. --- lang/gcc13-devel/Makefile | 2 +- lang/gcc13-devel/distinfo | 6 ++-- lang/gcc13-devel/files/patch-gcc_system.h | 42 ---------------------- .../gcc13-devel/files/patch-libcc1_libcc1plugin.cc | 19 ---------- .../gcc13-devel/files/patch-libcc1_libcp1plugin.cc | 19 ---------- 5 files changed, 4 insertions(+), 84 deletions(-) diff --git a/lang/gcc13-devel/Makefile b/lang/gcc13-devel/Makefile index 03466dfbd4ae..10a4158d7cad 100644 --- a/lang/gcc13-devel/Makefile +++ b/lang/gcc13-devel/Makefile @@ -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 diff --git a/lang/gcc13-devel/distinfo b/lang/gcc13-devel/distinfo index aa012784c394..a037f3dedd0a 100644 --- a/lang/gcc13-devel/distinfo +++ b/lang/gcc13-devel/distinfo @@ -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 diff --git a/lang/gcc13-devel/files/patch-gcc_system.h b/lang/gcc13-devel/files/patch-gcc_system.h deleted file mode 100644 index b359d059c510..000000000000 --- a/lang/gcc13-devel/files/patch-gcc_system.h +++ /dev/null @@ -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 diff --git a/lang/gcc13-devel/files/patch-libcc1_libcc1plugin.cc b/lang/gcc13-devel/files/patch-libcc1_libcc1plugin.cc deleted file mode 100644 index d54adddb021b..000000000000 --- a/lang/gcc13-devel/files/patch-libcc1_libcc1plugin.cc +++ /dev/null @@ -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; - diff --git a/lang/gcc13-devel/files/patch-libcc1_libcp1plugin.cc b/lang/gcc13-devel/files/patch-libcc1_libcp1plugin.cc deleted file mode 100644 index 0f3d2d161404..000000000000 --- a/lang/gcc13-devel/files/patch-libcc1_libcp1plugin.cc +++ /dev/null @@ -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; -
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404081927.438JRMXa029275>