pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/yaz
Module Name: pkgsrc
Committed By: ryoon
Date: Tue Jan 6 15:50:28 UTC 2026
Modified Files:
pkgsrc/net/yaz: distinfo
Added Files:
pkgsrc/net/yaz/patches: patch-src_xmlquery.c
Log Message:
net/yaz: Fix GCC 14 build
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/net/yaz/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/net/yaz/patches/patch-src_xmlquery.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/yaz/distinfo
diff -u pkgsrc/net/yaz/distinfo:1.31 pkgsrc/net/yaz/distinfo:1.32
--- pkgsrc/net/yaz/distinfo:1.31 Tue Oct 26 11:07:13 2021
+++ pkgsrc/net/yaz/distinfo Tue Jan 6 15:50:28 2026
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.31 2021/10/26 11:07:13 nia Exp $
+$NetBSD: distinfo,v 1.32 2026/01/06 15:50:28 ryoon Exp $
BLAKE2s (yaz-5.16.0.tar.gz) = 12fcbb5be2f09ed85015bbb8581aea039e70602824155268bae7fbc7e87ecc59
SHA512 (yaz-5.16.0.tar.gz) = 61314083f7068696870280d5b3fa0fda7b81bc885c440d38a54bb09a8252750fa29e7873e273f15492c774d8a65093ffc2f38a60e7900cbd68a4f9895921ff01
Size (yaz-5.16.0.tar.gz) = 2586095 bytes
+SHA1 (patch-src_xmlquery.c) = 6145917d95ea59d9b1d0e605009c97d23de62d5e
Added files:
Index: pkgsrc/net/yaz/patches/patch-src_xmlquery.c
diff -u /dev/null pkgsrc/net/yaz/patches/patch-src_xmlquery.c:1.1
--- /dev/null Tue Jan 6 15:50:28 2026
+++ pkgsrc/net/yaz/patches/patch-src_xmlquery.c Tue Jan 6 15:50:28 2026
@@ -0,0 +1,14 @@
+$NetBSD: patch-src_xmlquery.c,v 1.1 2026/01/06 15:50:28 ryoon Exp $
+
+* Include stdlib.h for atoi(3).
+
+--- src/xmlquery.c.orig 2026-01-03 09:09:23.925305274 +0000
++++ src/xmlquery.c
+@@ -10,6 +10,7 @@
+ #endif
+
+ #include <stdio.h>
++#include <stdlib.h>
+ #include <string.h>
+ #include <assert.h>
+
Home |
Main Index |
Thread Index |
Old Index