pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/wdic



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Apr 21 20:59:12 UTC 2025

Modified Files:
        pkgsrc/misc/wdic: distinfo
        pkgsrc/misc/wdic/patches: patch-ab

Log Message:
wdic: remove Interix support


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/misc/wdic/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/misc/wdic/patches/patch-ab

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

Modified files:

Index: pkgsrc/misc/wdic/distinfo
diff -u pkgsrc/misc/wdic/distinfo:1.7 pkgsrc/misc/wdic/distinfo:1.8
--- pkgsrc/misc/wdic/distinfo:1.7       Tue Oct 26 10:59:37 2021
+++ pkgsrc/misc/wdic/distinfo   Mon Apr 21 20:59:12 2025
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.7 2021/10/26 10:59:37 nia Exp $
+$NetBSD: distinfo,v 1.8 2025/04/21 20:59:12 wiz Exp $
 
 BLAKE2s (wdic_wob_v3.0.tar.gz) = e07c91a098f2f9e6e65602a1bb83abd1e22a897e2e93c2c617308116b8eebc82
 SHA512 (wdic_wob_v3.0.tar.gz) = faab7b26a4aa77e32bb5477b905f75a8dc60a88f6ef3e605346d5abc659f7184e94bb8d75154f42db278dd6d2c7289e3d90ec2317a3c41a2076c0ebbbaa954e3
 Size (wdic_wob_v3.0.tar.gz) = 2885 bytes
 SHA1 (patch-aa) = ae02cde47a0004219557eabdd197daf3940f53cd
-SHA1 (patch-ab) = 14e26a1cbd1e9ceac68546f252e8493f48421142
+SHA1 (patch-ab) = a0177b9c05525de87f605266750ee09ca2ab6ba6

Index: pkgsrc/misc/wdic/patches/patch-ab
diff -u pkgsrc/misc/wdic/patches/patch-ab:1.3 pkgsrc/misc/wdic/patches/patch-ab:1.4
--- pkgsrc/misc/wdic/patches/patch-ab:1.3       Tue Jan  3 16:46:07 2006
+++ pkgsrc/misc/wdic/patches/patch-ab   Mon Apr 21 20:59:12 2025
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.3 2006/01/03 16:46:07 joerg Exp $
+$NetBSD: patch-ab,v 1.4 2025/04/21 20:59:12 wiz Exp $
 
 --- wdic_wob_v3.0.c.orig       Mon Jan  3 06:29:42 2005
 +++ wdic_wob_v3.0.c
@@ -6,7 +6,7 @@ $NetBSD: patch-ab,v 1.3 2006/01/03 16:46
  #include <string.h>
  #include <netdb.h>
  #include <sys/socket.h>
-+#if defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__APPLE__) || defined(__INTERIX) || defined(__DragonFly__)
++#if defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__APPLE__) || defined(__DragonFly__)
 +#include <netinet/in.h>
 +#endif
  



Home | Main Index | Thread Index | Old Index