pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/rudiments
Module Name: pkgsrc
Committed By: wiz
Date: Mon May 5 22:00:49 UTC 2025
Modified Files:
pkgsrc/devel/rudiments: distinfo
Added Files:
pkgsrc/devel/rudiments/patches: patch-src_semaphoreset.cpp
Log Message:
rudiments: add missing header for struct timespec
Fixes build on NetBSD 10.99.14.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/rudiments/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/devel/rudiments/patches/patch-src_semaphoreset.cpp
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/rudiments/distinfo
diff -u pkgsrc/devel/rudiments/distinfo:1.27 pkgsrc/devel/rudiments/distinfo:1.28
--- pkgsrc/devel/rudiments/distinfo:1.27 Sat Dec 3 15:50:50 2022
+++ pkgsrc/devel/rudiments/distinfo Mon May 5 22:00:49 2025
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.27 2022/12/03 15:50:50 adam Exp $
+$NetBSD: distinfo,v 1.28 2025/05/05 22:00:49 wiz Exp $
BLAKE2s (rudiments-1.4.2.tar.gz) = 1ade98c58ac4235f7622a2c71ebe4b19ea16024593269a223c774f562e303113
SHA512 (rudiments-1.4.2.tar.gz) = 41603c8dd8c7ccfa96b8e0f83249c989a8ce0323fd218a954617907446fddfd98828507c6c57b3fce5171c2c0c2a5ab2d1ff8b8ba44ae4762240f8a4819067f0
@@ -7,3 +7,4 @@ SHA1 (patch-configure) = ce847ba4528576f
SHA1 (patch-include_rudiments_private_socketclient.h) = f1ac8fc292f092c9082b41806fc380af0e7930e9
SHA1 (patch-src_Makefile.in) = f844ef8ad096104885849d1e8df056ab4ab9087d
SHA1 (patch-src_listener.cpp) = ad4fb17dfdbe325a73236bc9b37c84d7bf7f90c7
+SHA1 (patch-src_semaphoreset.cpp) = a8f606dcb7151738a919d4aa78e6e9598b4298e8
Added files:
Index: pkgsrc/devel/rudiments/patches/patch-src_semaphoreset.cpp
diff -u /dev/null pkgsrc/devel/rudiments/patches/patch-src_semaphoreset.cpp:1.1
--- /dev/null Mon May 5 22:00:49 2025
+++ pkgsrc/devel/rudiments/patches/patch-src_semaphoreset.cpp Mon May 5 22:00:49 2025
@@ -0,0 +1,17 @@
+$NetBSD: patch-src_semaphoreset.cpp,v 1.1 2025/05/05 22:00:49 wiz Exp $
+
+Add missing header for 'struct timespec'.
+
+--- src/semaphoreset.cpp.orig 2025-05-05 21:56:55.178754274 +0000
++++ src/semaphoreset.cpp
+@@ -20,6 +20,10 @@
+ #include <windows.h>
+ #endif
+
++#ifdef RUDIMENTS_HAVE_SEMTIMEDOP
++ #include <sys/time.h>
++#endif
++
+ #ifdef RUDIMENTS_HAVE_SYS_SEM_H
+ // for struct sembuf
+ #include <sys/sem.h>
Home |
Main Index |
Thread Index |
Old Index