summaryrefslogtreecommitdiff
path: root/net/md-whois
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2017-02-17 17:10:37 +0000
committerjoerg <joerg@pkgsrc.org>2017-02-17 17:10:37 +0000
commit85d0d6f4d8dd163b919ee3df5995885ed5103330 (patch)
tree1fd881e16d1d6b94bf07429fcfdc1849001ae9ae /net/md-whois
parent92bca3aa7252ddd0deca05c5936a75095360bcab (diff)
downloadpkgsrc-85d0d6f4d8dd163b919ee3df5995885ed5103330.tar.gz
Add missing includes.
Diffstat (limited to 'net/md-whois')
-rw-r--r--net/md-whois/distinfo4
-rw-r--r--net/md-whois/patches/patch-mkpasswd.c12
-rw-r--r--net/md-whois/patches/patch-whois.c12
3 files changed, 27 insertions, 1 deletions
diff --git a/net/md-whois/distinfo b/net/md-whois/distinfo
index a2ba8d5e820..54b32dc2629 100644
--- a/net/md-whois/distinfo
+++ b/net/md-whois/distinfo
@@ -1,6 +1,8 @@
-$NetBSD: distinfo,v 1.12 2015/11/04 00:35:11 agc Exp $
+$NetBSD: distinfo,v 1.13 2017/02/17 17:10:37 joerg Exp $
SHA1 (whois_5.0.11.tar.gz) = 435770400fbccd0066af62a85e2028420e43ca4b
RMD160 (whois_5.0.11.tar.gz) = c1b4fecf6759aafe54b0b05ff32a0fc9503ea0de
SHA512 (whois_5.0.11.tar.gz) = 7ea67bbe7633c28db2691bb29ecb8dd8c6f371e8aee70e699bee8cc1541655f28d9700c8096382e8eb6254f710c1ab4698a00b9a03fcd359136e3d1b24bbc242
Size (whois_5.0.11.tar.gz) = 81195 bytes
+SHA1 (patch-mkpasswd.c) = 0c5215e4c550bc5e6e141634abcaa58435526d65
+SHA1 (patch-whois.c) = bdffdee06694aab1738065e52bfb17c46289fc1d
diff --git a/net/md-whois/patches/patch-mkpasswd.c b/net/md-whois/patches/patch-mkpasswd.c
new file mode 100644
index 00000000000..3edf65ba40f
--- /dev/null
+++ b/net/md-whois/patches/patch-mkpasswd.c
@@ -0,0 +1,12 @@
+$NetBSD: patch-mkpasswd.c,v 1.1 2017/02/17 17:10:37 joerg Exp $
+
+--- mkpasswd.c.orig 2017-02-17 12:01:45.221231875 +0000
++++ mkpasswd.c
+@@ -30,6 +30,7 @@
+ #endif
+ #include <fcntl.h>
+ #include <string.h>
++#include <strings.h>
+ #include <time.h>
+ #include <sys/types.h>
+ #ifdef HAVE_XCRYPT
diff --git a/net/md-whois/patches/patch-whois.c b/net/md-whois/patches/patch-whois.c
new file mode 100644
index 00000000000..c4c442af3ef
--- /dev/null
+++ b/net/md-whois/patches/patch-whois.c
@@ -0,0 +1,12 @@
+$NetBSD: patch-whois.c,v 1.1 2017/02/17 17:10:37 joerg Exp $
+
+--- whois.c.orig 2017-02-17 12:02:02.670565721 +0000
++++ whois.c
+@@ -19,6 +19,7 @@
+ #include <string.h>
+ #include <ctype.h>
+ #include <sys/types.h>
++#include <sys/time.h>
+ #include <sys/socket.h>
+ #include <netinet/in.h>
+ #include <netdb.h>