summaryrefslogtreecommitdiff
path: root/sysutils/news
diff options
context:
space:
mode:
authortv <tv>2006-11-28 16:46:16 +0000
committertv <tv>2006-11-28 16:46:16 +0000
commite506dcbd1f50546bd8356f7d5a2bc1bffb06fe67 (patch)
tree44f4b496e20d5fd4e4cd1c9462b00ad29f7b5ed9 /sysutils/news
parent171a7f14763edaffd6c099e5c5c52e2006d538c5 (diff)
downloadpkgsrc-e506dcbd1f50546bd8356f7d5a2bc1bffb06fe67.tar.gz
Standards say that timeval is in <sys/time.h> (needed for Interix).
Diffstat (limited to 'sysutils/news')
-rw-r--r--sysutils/news/distinfo3
-rw-r--r--sysutils/news/patches/patch-aa12
2 files changed, 14 insertions, 1 deletions
diff --git a/sysutils/news/distinfo b/sysutils/news/distinfo
index c010201fd64..e3ac4c57dc8 100644
--- a/sysutils/news/distinfo
+++ b/sysutils/news/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.4 2005/02/24 13:40:55 agc Exp $
+$NetBSD: distinfo,v 1.5 2006/11/28 16:46:16 tv Exp $
SHA1 (news-0.2.tar.gz) = 4c6b8cdae58eb3c57d78b14d45104eb96098d052
RMD160 (news-0.2.tar.gz) = 091c2c7b3502fad33984035a6589986cbc4b018a
Size (news-0.2.tar.gz) = 3812 bytes
+SHA1 (patch-aa) = f6550129bb13741e2eb10dfcdb74067dca020609
diff --git a/sysutils/news/patches/patch-aa b/sysutils/news/patches/patch-aa
new file mode 100644
index 00000000000..10ad5b04580
--- /dev/null
+++ b/sysutils/news/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1 2006/11/28 16:46:16 tv Exp $
+
+--- news.c.orig 2005-02-18 22:53:47.000000000 -0500
++++ news.c
+@@ -28,6 +28,7 @@
+
+ #include <sys/types.h>
+ #include <sys/stat.h>
++#include <sys/time.h>
+
+ #include <err.h>
+ #include <errno.h>