* [gentoo-commits] repo/gentoo:master commit in: dev-libs/kpathsea/files/
@ 2016-09-07 8:29 Alexis Ballier
0 siblings, 0 replies; 3+ messages in thread
From: Alexis Ballier @ 2016-09-07 8:29 UTC (permalink / raw
To: gentoo-commits
commit: 1fa5388b497e221dc646edf32cb696732176041a
Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Sep 3 16:05:02 2016 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sat Sep 3 16:05:02 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fa5388b
dev-libs/kpathsea: remove unused patch
dev-libs/kpathsea/files/invocname.patch | 19 -------------------
1 file changed, 19 deletions(-)
diff --git a/dev-libs/kpathsea/files/invocname.patch b/dev-libs/kpathsea/files/invocname.patch
deleted file mode 100644
index 28ccc55..00000000
--- a/dev-libs/kpathsea/files/invocname.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Preserve API for now. This has been renamed for TeX Live 2011.
-
-Index: texlive-20110627-source/texk/kpathsea/types.h
-===================================================================
---- texlive-20110627-source.orig/texk/kpathsea/types.h
-+++ texlive-20110627-source/texk/kpathsea/types.h
-@@ -280,8 +280,12 @@ extern KPSEDLL kpathsea kpse_def;
-
- #undef kpse_invocation_name
- #define kpse_invocation_name kpse_def_inst.invocation_name
-+#undef program_invocation_name
-+#define program_invocation_name kpse_def_inst.invocation_name
- #undef kpse_invocation_short_name
- #define kpse_invocation_short_name kpse_def_inst.invocation_short_name
-+#undef program_invocation_short_name
-+#define program_invocation_short_name kpse_def_inst.invocation_short_name
-
- #endif /* KPSE_COMPAT_API */
-
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/kpathsea/files/
@ 2022-11-04 5:37 Sam James
0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2022-11-04 5:37 UTC (permalink / raw
To: gentoo-commits
commit: fd7c76475ecd44f34e09b6421b281e4ec4243a86
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 4 05:36:51 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 4 05:37:00 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd7c7647
dev-libs/kpathsea: add upstream comment
Also, add configure.ac part, but it doesn't get used because of the autotools quirks
wrt texlive in ebuilds right now anyway.
Signed-off-by: Sam James <sam <AT> gentoo.org>
...210325-Fix-Wimplicit-function-declaration.patch | 23 ++++++++++++++++++++--
1 file changed, 21 insertions(+), 2 deletions(-)
diff --git a/dev-libs/kpathsea/files/kpathsea-6.3.3_p20210325-Fix-Wimplicit-function-declaration.patch b/dev-libs/kpathsea/files/kpathsea-6.3.3_p20210325-Fix-Wimplicit-function-declaration.patch
index ad8dc0e33342..89cf314856ae 100644
--- a/dev-libs/kpathsea/files/kpathsea-6.3.3_p20210325-Fix-Wimplicit-function-declaration.patch
+++ b/dev-libs/kpathsea/files/kpathsea-6.3.3_p20210325-Fix-Wimplicit-function-declaration.patch
@@ -1,5 +1,24 @@
-diff --git a/configure b/configure
-index be42b2e..6a7efb0 100755
+Sent upstream to tlbuild mailing list. Not yet in archive.
+
+From: Sam James <sam@gentoo.org>
+Date: Fri, 4 Nov 2022 04:58:38 +0000
+Subject: [PATCH] Fix -Wimplicit-function-declaration
+
+Add <stdlib.h> includes for exit(). Clang 16 makes -Wimplicit-function-declaration an error by default.
+
+Signed-off-by: Sam James <sam@gentoo.org>
+--- a/configure.ac
++++ b/configure.ac
+@@ -45,7 +45,8 @@ if test "x$ac_cv_func_getcwd" = xyes; then
+ # We only need to run this if we have getcwd.
+ AC_CACHE_CHECK([whether getcwd uses fork or vfork],
+ [kb_cv_func_getcwd_forks],
+- [AC_RUN_IFELSE([AC_LANG_PROGRAM([[int fork() { exit(1); }
++ [AC_RUN_IFELSE([AC_LANG_PROGRAM([[#include <stdlib.h>
++ int fork() { exit(1); }
+ int vfork() { exit(1); }
+ extern char *getcwd();
+ char path[100];]],
--- a/configure
+++ b/configure
@@ -13920,6 +13920,7 @@ else
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/kpathsea/files/
@ 2024-12-12 17:03 Florian Schmaus
0 siblings, 0 replies; 3+ messages in thread
From: Florian Schmaus @ 2024-12-12 17:03 UTC (permalink / raw
To: gentoo-commits
commit: 83b9757c6c48a2fad0ee6eeeb53edb2de02c7ca5
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Wed Dec 11 18:42:51 2024 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Thu Dec 12 16:56:27 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83b9757c
dev-libs/kpathsea: remove unused patches
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
...210325-Fix-Wimplicit-function-declaration.patch | 31 --------------
...pathsea-6.3.3_p20210325-Fix-slibtool-test.patch | 47 ----------------------
2 files changed, 78 deletions(-)
diff --git a/dev-libs/kpathsea/files/kpathsea-6.3.3_p20210325-Fix-Wimplicit-function-declaration.patch b/dev-libs/kpathsea/files/kpathsea-6.3.3_p20210325-Fix-Wimplicit-function-declaration.patch
deleted file mode 100644
index 89cf314856ae..000000000000
--- a/dev-libs/kpathsea/files/kpathsea-6.3.3_p20210325-Fix-Wimplicit-function-declaration.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-Sent upstream to tlbuild mailing list. Not yet in archive.
-
-From: Sam James <sam@gentoo.org>
-Date: Fri, 4 Nov 2022 04:58:38 +0000
-Subject: [PATCH] Fix -Wimplicit-function-declaration
-
-Add <stdlib.h> includes for exit(). Clang 16 makes -Wimplicit-function-declaration an error by default.
-
-Signed-off-by: Sam James <sam@gentoo.org>
---- a/configure.ac
-+++ b/configure.ac
-@@ -45,7 +45,8 @@ if test "x$ac_cv_func_getcwd" = xyes; then
- # We only need to run this if we have getcwd.
- AC_CACHE_CHECK([whether getcwd uses fork or vfork],
- [kb_cv_func_getcwd_forks],
-- [AC_RUN_IFELSE([AC_LANG_PROGRAM([[int fork() { exit(1); }
-+ [AC_RUN_IFELSE([AC_LANG_PROGRAM([[#include <stdlib.h>
-+ int fork() { exit(1); }
- int vfork() { exit(1); }
- extern char *getcwd();
- char path[100];]],
---- a/configure
-+++ b/configure
-@@ -13920,6 +13920,7 @@ else
- else
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
- /* end confdefs.h. */
-+#include <stdlib.h>
- int fork() { exit(1); }
- int vfork() { exit(1); }
- extern char *getcwd();
diff --git a/dev-libs/kpathsea/files/kpathsea-6.3.3_p20210325-Fix-slibtool-test.patch b/dev-libs/kpathsea/files/kpathsea-6.3.3_p20210325-Fix-slibtool-test.patch
deleted file mode 100644
index 39a7fafb6fda..000000000000
--- a/dev-libs/kpathsea/files/kpathsea-6.3.3_p20210325-Fix-slibtool-test.patch
+++ /dev/null
@@ -1,47 +0,0 @@
-https://bugs.gentoo.org/924405
-https://github.com/TeX-Live/texlive-source/pull/65
-https://github.com/TeX-Live/texlive-source/commit/9c4aec9b1b85f3f0e336914d65d55ca6263c5526
-
-From 9c4aec9b1b85f3f0e336914d65d55ca6263c5526 Mon Sep 17 00:00:00 2001
-From: Karl Berry <karl@freefriends.org>
-Date: Thu, 22 Feb 2024 23:41:54 +0000
-Subject: [PATCH] make kpsereadlink.test generic, instead of depending on
- libtool
-
-git-svn-id: svn://tug.org/texlive/trunk/Build/source@70081 c570f23f-e606-0410-a88d-b1316a301751
----
- texk/kpathsea/tests/kpsereadlink.test | 17 +++++++++++++----
- 1 files changed, 13 insertions(+), 4 deletions(-)
-
-diff --git a/tests/kpsereadlink.test b/tests/kpsereadlink.test
-index 3b3570aa8d..2e1a852494 100755
---- a/tests/kpsereadlink.test
-+++ b/tests/kpsereadlink.test
-@@ -1,14 +1,23 @@
- #! /bin/sh -vx
- # $Id$
--# Copyright 2017 Karl Berry <tex-live@tug.org>
-+# Copyright 2017-2024 Karl Berry <tex-live@tug.org>
- # Copyright 2010 Peter Breitenlohner <tex-live@tug.org>
- # You may freely use, modify and/or distribute this file.
-
-+test -n "$LN_S" || LN_S="ln -s" # standalone testing
-+
- test "x$LN_S" = 'xln -s' || exit 77
-
--./kpsereadlink $LT_OBJDIR/libkpathsea.lai && exit 1
-+rm -f readlink_test_file readlink_test_symlink
-+
-+touch readlink_test_file
-+
-+$LN_S readlink_test_file readlink_test_symlink || exit 1
-+
-+./kpsereadlink readlink_test_file && exit 1
-
--link=`./kpsereadlink $LT_OBJDIR/libkpathsea.la` || exit 1
-+link=`./kpsereadlink readlink_test_symlink` || exit 1
-
--test "x$link" = x../libkpathsea.la || exit 1
-+test "x$link" = xreadlink_test_file || exit 1
-
-+rm -f readlink_test_file readlink_test_symlink
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-12-12 17:03 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-12 17:03 [gentoo-commits] repo/gentoo:master commit in: dev-libs/kpathsea/files/ Florian Schmaus
-- strict thread matches above, loose matches on Subject: below --
2022-11-04 5:37 Sam James
2016-09-07 8:29 Alexis Ballier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox