pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/libunistring



Module Name:    pkgsrc
Committed By:   js
Date:           Sun Oct  5 14:51:09 UTC 2025

Modified Files:
        pkgsrc/textproc/libunistring: distinfo
Added Files:
        pkgsrc/textproc/libunistring/patches: patch-tests_pselect.c

Log Message:
textproc/libunistring: Fix compiling on QNX


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/textproc/libunistring/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/textproc/libunistring/patches/patch-tests_pselect.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/libunistring/distinfo
diff -u pkgsrc/textproc/libunistring/distinfo:1.16 pkgsrc/textproc/libunistring/distinfo:1.17
--- pkgsrc/textproc/libunistring/distinfo:1.16  Sun Feb 25 15:13:59 2024
+++ pkgsrc/textproc/libunistring/distinfo       Sun Oct  5 14:51:09 2025
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.16 2024/02/25 15:13:59 wiz Exp $
+$NetBSD: distinfo,v 1.17 2025/10/05 14:51:09 js Exp $
 
 BLAKE2s (libunistring-1.2.tar.gz) = b97d32f3927bb713b91636c347f006c4a2929a57acd0c49cd03e81b6f9dd0575
 SHA512 (libunistring-1.2.tar.gz) = aaf3421fe19bc25bd0f84ba19412fac1ffe2f5f64911de4ddfbccd24ac83afcc6303ea2925c297ef3b387a741e572bea9de1cee8adc0adf850681b09e013c22d
@@ -7,3 +7,4 @@ SHA1 (patch-config.h.in) = 0ee6fdbc33866
 SHA1 (patch-gnulib-m4_assert__h.m4) = b5667ee9c51a676bdd9bd1e91f176fc2cd1c40cb
 SHA1 (patch-lib_Makefile.in) = f2335fa6a8b088e701a4d8bd433b45359be5c243
 SHA1 (patch-lib_stdbool.mini.h) = 0b4a3b3e461b517f28e9a58da0f50045467d2d2a
+SHA1 (patch-tests_pselect.c) = 877c087f6c21c8bacdd58d989de65a2e00de3c7a

Added files:

Index: pkgsrc/textproc/libunistring/patches/patch-tests_pselect.c
diff -u /dev/null pkgsrc/textproc/libunistring/patches/patch-tests_pselect.c:1.1
--- /dev/null   Sun Oct  5 14:51:09 2025
+++ pkgsrc/textproc/libunistring/patches/patch-tests_pselect.c  Sun Oct  5 14:51:09 2025
@@ -0,0 +1,14 @@
+$NetBSD: patch-tests_pselect.c,v 1.1 2025/10/05 14:51:09 js Exp $
+
+Fix compiling on QNX.
+
+--- tests/pselect.c.orig       2024-01-29 00:58:12.000000000 +0000
++++ tests/pselect.c
+@@ -21,6 +21,7 @@
+ 
+ #include <config.h>
+ 
++#include <time.h>
+ #include <sys/select.h>
+ 
+ #include <errno.h>



Home | Main Index | Thread Index | Old Index