commit:     6d4783e20c3937f7dac77864297cdac296925114
Author:     Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  1 17:42:30 2025 +0000
Commit:     Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org>
CommitDate: Wed Oct  1 17:46:40 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d4783e2

dev-util/global: remove unused patches

Signed-off-by: Michael Mair-Keimberger <mm1ke <AT> gentoo.org>

 .../global-6.6.4-Fix-build-with-Clang-16.patch     | 19 ----------
 .../global/files/global-6.6.4-fno-common.patch     | 44 ----------------------
 2 files changed, 63 deletions(-)

diff --git a/dev-util/global/files/global-6.6.4-Fix-build-with-Clang-16.patch 
b/dev-util/global/files/global-6.6.4-Fix-build-with-Clang-16.patch
deleted file mode 100644
index a0398b46295b..000000000000
--- a/dev-util/global/files/global-6.6.4-Fix-build-with-Clang-16.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-From 13f045457f08e349d6bb3f3e98a3b59c73f32bbc Mon Sep 17 00:00:00 2001
-From: Sam James <[email protected]>
-Date: Sun, 2 Oct 2022 23:34:05 +0100
-Subject: [PATCH] Fix build with Clang 16
-
-Bug: https://lists.gnu.org/archive/html/bug-global/2021-02/msg00012.html
-Bug: https://bugs.gentoo.org/870988
---- a/configure.ac
-+++ b/configure.ac
-@@ -74,7 +74,8 @@ case "$host_os" in
- AC_MSG_CHECKING(whether POSIX.1-2008 realpath is equipped)
- AC_CACHE_VAL(ac_cv_posix1_2008_realpath,
- [AC_RUN_IFELSE([AC_LANG_SOURCE([[
--main(){ (void)realpath("/./tmp", (void *)0); return 0; }
-+#include <stdlib.h>
-+int main(){ (void)realpath("/./tmp", (void *)0); return 0; }
- ]])],[ac_cv_posix1_2008_realpath=yes],
- [ac_cv_posix1_2008_realpath=no])])
- AC_MSG_RESULT($ac_cv_posix1_2008_realpath)

diff --git a/dev-util/global/files/global-6.6.4-fno-common.patch 
b/dev-util/global/files/global-6.6.4-fno-common.patch
deleted file mode 100644
index 5a85cc125683..000000000000
--- a/dev-util/global/files/global-6.6.4-fno-common.patch
+++ /dev/null
@@ -1,44 +0,0 @@
---- a/libutil/args.c
-+++ b/libutil/args.c
-@@ -39,7 +39,7 @@
- #define ARGS_GFIND    3
- #define ARGS_BOTH     4
- 
--int type;
-+static int type;
- const char **argslist;
- FILE *ip;
- GFIND *gp;
---- a/libutil/convert.c
-+++ b/libutil/convert.c
-@@ -46,7 +46,7 @@
- 
- #include "convert.h"
- static int debug = 0;
--int flags;
-+static int flags;
- 
- /**
-  * This module converts records before output.
---- a/libutil/gpathop.c
-+++ b/libutil/gpathop.c
-@@ -49,7 +49,7 @@
- static int opened;
- static int created;
- 
--int openflags;
-+static int openflags;
- void
- set_gpath_flags(int flags) {
-       openflags = flags;
---- a/libutil/version.c
-+++ b/libutil/version.c
-@@ -30,7 +30,7 @@
- #endif
- #include "version.h"
- 
--const char *copy = "\
-+static const char *copy = "\
- Copyright (c) %s Tama Communications Corporation\n\
- License GPLv3+: GNU GPL version 3 or later 
<http://www.gnu.org/licenses/gpl.html>\n\
- This is free software; you are free to change and redistribute it.\n\

Reply via email to