pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/chat/unrealircd6
Module Name: pkgsrc
Committed By: wiz
Date: Wed Apr 8 12:38:48 UTC 2026
Modified Files:
pkgsrc/chat/unrealircd6: distinfo
Added Files:
pkgsrc/chat/unrealircd6/patches: patch-configure
Log Message:
unrealircd6: fix build on -current
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/chat/unrealircd6/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/chat/unrealircd6/patches/patch-configure
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/chat/unrealircd6/distinfo
diff -u pkgsrc/chat/unrealircd6/distinfo:1.2 pkgsrc/chat/unrealircd6/distinfo:1.3
--- pkgsrc/chat/unrealircd6/distinfo:1.2 Sun Apr 24 13:46:58 2022
+++ pkgsrc/chat/unrealircd6/distinfo Wed Apr 8 12:38:47 2026
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.2 2022/04/24 13:46:58 nia Exp $
+$NetBSD: distinfo,v 1.3 2026/04/08 12:38:47 wiz Exp $
BLAKE2s (unrealircd-6.0.3.tar.gz) = 2f5fa9a2dfef120080317c94d354f52d0e6eb1c12ce5a7a508a8ffe934c95820
SHA512 (unrealircd-6.0.3.tar.gz) = be3b823eee42e5ecf7ffbdcac0d56cf4ff4cde8aa082affa8c2f78518a3c54a2d8bb3956cf2b95060958d7c3382ca8da00e6f7b816670cf3ba48e3b8588adba3
Size (unrealircd-6.0.3.tar.gz) = 8673998 bytes
+SHA1 (patch-configure) = 914660696d1b6760ac709f9b3428171878541841
SHA1 (patch-include_h.h) = 3fa85b08f1d9e317a45cb8f54a61e0560617e72d
Added files:
Index: pkgsrc/chat/unrealircd6/patches/patch-configure
diff -u /dev/null pkgsrc/chat/unrealircd6/patches/patch-configure:1.1
--- /dev/null Wed Apr 8 12:38:48 2026
+++ pkgsrc/chat/unrealircd6/patches/patch-configure Wed Apr 8 12:38:47 2026
@@ -0,0 +1,14 @@
+$NetBSD: patch-configure,v 1.1 2026/04/08 12:38:47 wiz Exp $
+
+Add missing header for exit().
+
+--- configure.orig 2026-04-08 12:37:39.914899456 +0000
++++ configure
+@@ -6050,6 +6050,7 @@ else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+
++#include <stdlib.h>
+ #include <sys/types.h>
+ #include <sys/socket.h>
+ int main() {
Home |
Main Index |
Thread Index |
Old Index