pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
sra-tools: Fix build with libxml 2.14
Module Name: pkgsrc-wip
Committed By: Jason W. Bacon <bacon4000%gmail.com@localhost>
Pushed By: outpaddling
Date: Thu Aug 21 08:07:58 2025 -0400
Changeset: 73eb30430c3046965f8c1c085bbbe3908188a5d7
Modified Files:
sra-tools/distinfo
Added Files:
sra-tools/patches/patch-libs_kxml_xml.c
Log Message:
sra-tools: Fix build with libxml 2.14
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=73eb30430c3046965f8c1c085bbbe3908188a5d7
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
sra-tools/distinfo | 1 +
sra-tools/patches/patch-libs_kxml_xml.c | 15 +++++++++++++++
2 files changed, 16 insertions(+)
diffs:
diff --git a/sra-tools/distinfo b/sra-tools/distinfo
index a6f5c775bd..030ca08732 100644
--- a/sra-tools/distinfo
+++ b/sra-tools/distinfo
@@ -7,6 +7,7 @@ BLAKE2s (sra-tools-3.2.1.tar.gz) = 95f5f3ed1b63096e651b071bd0b2a74d88d5ac3a9e83c
SHA512 (sra-tools-3.2.1.tar.gz) = c8f4b6c2d4746365598374369ba656cadd3af02739b3eaac4d6e298f1deb189b3a6d9eb8e2e7c5a0e4fc8b7530c7497f2db5f3070e7b957b20896e781cd96450
Size (sra-tools-3.2.1.tar.gz) = 66684089 bytes
SHA1 (patch-build_env.cmake) = 7c95dbe65c818ac638754ba6165eab1e613fe0eb
+SHA1 (patch-libs_kxml_xml.c) = 730d87cbf12c74652b0e236884b3a186029f2dec
SHA1 (patch-ncbi-vdb_libs_kproc_bsd_sysmgr.c) = f49eb28f8bfeb528c1d7c2e9d184502b9eba273c
SHA1 (patch-ngs_ngs-java_CMakeLists.txt) = 44b822381fd564d045406cc926f807adae9fbe59
SHA1 (patch-ngs_ngs-python_examples_CMakeLists.txt) = a8a01d17a27c060c08311ab8571ae10af265781d
diff --git a/sra-tools/patches/patch-libs_kxml_xml.c b/sra-tools/patches/patch-libs_kxml_xml.c
new file mode 100644
index 0000000000..be34d7efd1
--- /dev/null
+++ b/sra-tools/patches/patch-libs_kxml_xml.c
@@ -0,0 +1,15 @@
+$NetBSD$
+
+# Unbreak build with libxml 2.14
+
+--- libs/kxml/xml.c.orig 2025-08-21 12:03:05.217095244 +0000
++++ libs/kxml/xml.c
+@@ -171,7 +171,7 @@ rc_t KXMLMgrSchemaValidate ( const KXMLM
+ }
+ #endif
+
+-static void s_xmlGenericErrorDefaultFunc(void *ctx ATTRIBUTE_UNUSED,
++static void s_xmlGenericErrorDefaultFunc(void *ctx,
+ const char *msg,
+ ...)
+ {
Home |
Main Index |
Thread Index |
Old Index