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:   nia
Date:           Fri Mar 20 09:30:13 UTC 2026

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

Log Message:
wdic: Fix implicit decl of bzero(3)


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/misc/wdic/distinfo
cvs rdiff -u -r1.4 -r1.5 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.8 pkgsrc/misc/wdic/distinfo:1.9
--- pkgsrc/misc/wdic/distinfo:1.8       Mon Apr 21 20:59:12 2025
+++ pkgsrc/misc/wdic/distinfo   Fri Mar 20 09:30:13 2026
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.8 2025/04/21 20:59:12 wiz Exp $
+$NetBSD: distinfo,v 1.9 2026/03/20 09:30:13 nia 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) = a0177b9c05525de87f605266750ee09ca2ab6ba6
+SHA1 (patch-ab) = 71d16aab5df75170a72f78aca23d5265994493ed

Index: pkgsrc/misc/wdic/patches/patch-ab
diff -u pkgsrc/misc/wdic/patches/patch-ab:1.4 pkgsrc/misc/wdic/patches/patch-ab:1.5
--- pkgsrc/misc/wdic/patches/patch-ab:1.4       Mon Apr 21 20:59:12 2025
+++ pkgsrc/misc/wdic/patches/patch-ab   Fri Mar 20 09:30:13 2026
@@ -1,9 +1,12 @@
-$NetBSD: patch-ab,v 1.4 2025/04/21 20:59:12 wiz Exp $
+$NetBSD: patch-ab,v 1.5 2026/03/20 09:30:13 nia Exp $
 
---- wdic_wob_v3.0.c.orig       Mon Jan  3 06:29:42 2005
+--- wdic_wob_v3.0.c.orig       2005-01-03 12:29:42.000000000 +0000
 +++ wdic_wob_v3.0.c
-@@ -13,6 +13,9 @@
+@@ -11,8 +11,12 @@
+ #include <ctype.h>
+ #include <unistd.h>
  #include <string.h>
++#include <strings.h>
  #include <netdb.h>
  #include <sys/socket.h>
 +#if defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__APPLE__) || defined(__DragonFly__)
@@ -12,7 +15,7 @@ $NetBSD: patch-ab,v 1.4 2025/04/21 20:59
  
  #define VERSION       "v3.0"
  #define URL   "engdic.empas.com"
-@@ -66,7 +69,7 @@ void parse_result(int sd) {
+@@ -66,7 +70,7 @@ void parse_result(int sd) {
  
                                  if(main_start==1) { 
                                  if(strcmp("<br>", buf) == 0) { printf("\n");  }



Home | Main Index | Thread Index | Old Index