pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/jwhois



Module Name:    pkgsrc
Committed By:   joerg
Date:           Tue Feb 14 21:25:20 UTC 2017

Modified Files:
        pkgsrc/net/jwhois: distinfo
        pkgsrc/net/jwhois/patches: patch-src_utils.c

Log Message:
Add missing include.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/net/jwhois/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/jwhois/patches/patch-src_utils.c

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

Modified files:

Index: pkgsrc/net/jwhois/distinfo
diff -u pkgsrc/net/jwhois/distinfo:1.32 pkgsrc/net/jwhois/distinfo:1.33
--- pkgsrc/net/jwhois/distinfo:1.32     Wed Nov  4 00:35:06 2015
+++ pkgsrc/net/jwhois/distinfo  Tue Feb 14 21:25:19 2017
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.32 2015/11/04 00:35:06 agc Exp $
+$NetBSD: distinfo,v 1.33 2017/02/14 21:25:19 joerg Exp $
 
 SHA1 (jwhois-4.0.tar.gz) = 4bd4a35cb0c2593284e7ef161f533a8184645174
 RMD160 (jwhois-4.0.tar.gz) = 552a61a17c2c4af8c1a5e7cd12e2e0f40d9f7dc8
@@ -8,4 +8,4 @@ SHA1 (patch-aa) = 65b75e9808a7e7f92fa1f4
 SHA1 (patch-ab) = e2b35b66adae6caba8a778194ff0238a31006b0b
 SHA1 (patch-ac) = 3a23d56b9dfd3664d2a5e783f6f349bba1cbfa54
 SHA1 (patch-ad) = d72d60593c8168d2f49c545c6af2d4fafaebd88a
-SHA1 (patch-src_utils.c) = 43cb9ff7f423b7a35577eb53a5bded83d8d21ec9
+SHA1 (patch-src_utils.c) = a13bf447b9559760d8bffb65b1256d564170220d

Index: pkgsrc/net/jwhois/patches/patch-src_utils.c
diff -u pkgsrc/net/jwhois/patches/patch-src_utils.c:1.1 pkgsrc/net/jwhois/patches/patch-src_utils.c:1.2
--- pkgsrc/net/jwhois/patches/patch-src_utils.c:1.1     Tue Oct 23 20:49:38 2012
+++ pkgsrc/net/jwhois/patches/patch-src_utils.c Tue Feb 14 21:25:20 2017
@@ -1,8 +1,16 @@
-$NetBSD: patch-src_utils.c,v 1.1 2012/10/23 20:49:38 shattered Exp $
+$NetBSD: patch-src_utils.c,v 1.2 2017/02/14 21:25:20 joerg Exp $
 
 --- src/utils.c.orig   2007-06-26 07:00:20.000000000 +0000
 +++ src/utils.c
-@@ -288,7 +288,7 @@ make_connect(const char *host, int port)
+@@ -38,6 +38,7 @@
+ # include <netdb.h>
+ #endif
+ 
++#include <sys/time.h>
+ #include <unistd.h>
+ #include <fcntl.h>
+ #include <errno.h>
+@@ -288,7 +289,7 @@ make_connect(const char *host, int port)
  
        retlen = sizeof(retval);
        error = getsockopt(sockfd, SOL_SOCKET, SO_ERROR, &retval, &retlen);



Home | Main Index | Thread Index | Old Index