git: bb6928908814 - main - lang/gcc14-devel: Remove obsolete patch file
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 06 Apr 2024 19:14:59 UTC
The branch main has been updated by salvadore: URL: https://cgit.FreeBSD.org/ports/commit/?id=bb6928908814d92b30ae2192f4abd6b24a89bdee commit bb6928908814d92b30ae2192f4abd6b24a89bdee Author: Lorenzo Salvadore <salvadore@FreeBSD.org> AuthorDate: 2024-04-06 11:06:34 +0000 Commit: Lorenzo Salvadore <salvadore@FreeBSD.org> CommitDate: 2024-04-06 19:14:53 +0000 lang/gcc14-devel: Remove obsolete patch file Patch has been upstreamed in upstream commit 9970b576b7e4ae337af1268395ff221348c4b34a. --- lang/gcc14-devel/files/patch-gcc_system.h | 42 ------------------------------- 1 file changed, 42 deletions(-) diff --git a/lang/gcc14-devel/files/patch-gcc_system.h b/lang/gcc14-devel/files/patch-gcc_system.h deleted file mode 100644 index f7696f4625cb..000000000000 --- a/lang/gcc14-devel/files/patch-gcc_system.h +++ /dev/null @@ -1,42 +0,0 @@ ---- gcc/system.h.orig 2023-09-17 22:32:37 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