pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/socket
Module Name: pkgsrc
Committed By: wiz
Date: Mon Apr 21 21:25:18 UTC 2025
Modified Files:
pkgsrc/sysutils/socket: distinfo
pkgsrc/sysutils/socket/patches: patch-ai
Log Message:
socket: remove Interix support
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/sysutils/socket/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/sysutils/socket/patches/patch-ai
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/socket/distinfo
diff -u pkgsrc/sysutils/socket/distinfo:1.13 pkgsrc/sysutils/socket/distinfo:1.14
--- pkgsrc/sysutils/socket/distinfo:1.13 Tue Oct 26 11:20:13 2021
+++ pkgsrc/sysutils/socket/distinfo Mon Apr 21 21:25:18 2025
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.13 2021/10/26 11:20:13 nia Exp $
+$NetBSD: distinfo,v 1.14 2025/04/21 21:25:18 wiz Exp $
BLAKE2s (socket-1.1.tar.gz) = 93670b4c1ed8c9325ba80d8b32247d6f3cf939e01e890724b2012ab5c18856d8
SHA512 (socket-1.1.tar.gz) = a922912d93ff8830e097b6804e5aa9814ef0470a31926d5cc7cfb7a1e89e322963f915022a08170e908b2cbcbb03fb32edaa44e7febc77427b412169bf146310
@@ -11,4 +11,4 @@ SHA1 (patch-ae) = 97bbe5066b8bf00fe45df1
SHA1 (patch-af) = b40a7bbd22a6773816eb0e52403d67317979451d
SHA1 (patch-ag) = e106aac5b193a43ab208b648deadf173a78a6d6d
SHA1 (patch-ah) = 232f359d1c6256266d1dff9c98891ce591ebc13b
-SHA1 (patch-ai) = 7bd6114d85d3c62791b29d521f07e3ea77a736d7
+SHA1 (patch-ai) = 3b082c165b72311da35ddb2bc0e3032732828fde
Index: pkgsrc/sysutils/socket/patches/patch-ai
diff -u pkgsrc/sysutils/socket/patches/patch-ai:1.4 pkgsrc/sysutils/socket/patches/patch-ai:1.5
--- pkgsrc/sysutils/socket/patches/patch-ai:1.4 Tue Nov 28 16:48:31 2006
+++ pkgsrc/sysutils/socket/patches/patch-ai Mon Apr 21 21:25:18 2025
@@ -1,4 +1,4 @@
-$NetBSD: patch-ai,v 1.4 2006/11/28 16:48:31 tv Exp $
+$NetBSD: patch-ai,v 1.5 2025/04/21 21:25:18 wiz Exp $
--- utils.c.orig 1992-09-09 10:31:16.000000000 -0400
+++ utils.c
@@ -43,18 +43,3 @@ $NetBSD: patch-ai,v 1.4 2006/11/28 16:48
sigvec(i, &svec, NULL) ;
#else
signal(i, exitsig) ;
-@@ -173,12 +176,12 @@ char *prog ;
- void wait_for_children()
- {
- int wret, status ;
--#ifndef ISC
-+#if !defined(ISC) && !defined(__INTERIX)
- struct rusage rusage ;
- #endif
-
- /* Just do a wait, forget result */
--#ifndef ISC
-+#if !defined(ISC) && !defined(__INTERIX)
- while ((wret = wait3(&status, WNOHANG, &rusage)) > 0) ;
- #else
- while ((wret = waitpid(-1, &status, WNOHANG)) > 0) ;
Home |
Main Index |
Thread Index |
Old Index