pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/udpcast Fix missing include.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/afeb920f72ba
branches:  trunk
changeset: 358701:afeb920f72ba
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Feb 18 13:59:01 2017 +0000

description:
Fix missing include.

diffstat:

 net/udpcast/distinfo                |   3 ++-
 net/udpcast/patches/patch-console.h |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r 70a54c2d8673 -r afeb920f72ba net/udpcast/distinfo
--- a/net/udpcast/distinfo      Sat Feb 18 13:58:33 2017 +0000
+++ b/net/udpcast/distinfo      Sat Feb 18 13:59:01 2017 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2015/11/04 00:35:42 agc Exp $
+$NetBSD: distinfo,v 1.8 2017/02/18 13:59:01 joerg Exp $
 
 SHA1 (udpcast-20060619.tar.gz) = ae95820c746fc6d6dc2c4c97d24d52105983e15c
 RMD160 (udpcast-20060619.tar.gz) = 1f8ffefc5f5a412f1b8bb371895987734f6159b1
@@ -12,3 +12,4 @@
 SHA1 (patch-af) = 4360fba25ca7ffb2b05df5ed32aff7c5983ce62d
 SHA1 (patch-ag) = 1e8c13bf20908a90f8ad88f4a5651483538c9f36
 SHA1 (patch-ah) = 0329f8e290b75f1da791465ab1ffd198a0f2ab32
+SHA1 (patch-console.h) = 41918980726a585458582d493e84b248ebf331c7
diff -r 70a54c2d8673 -r afeb920f72ba net/udpcast/patches/patch-console.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/udpcast/patches/patch-console.h       Sat Feb 18 13:59:01 2017 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-console.h,v 1.1 2017/02/18 13:59:01 joerg Exp $
+
+--- console.h.orig     2017-02-18 01:54:31.092565508 +0000
++++ console.h
+@@ -1,6 +1,7 @@
+ #ifndef CONSOLE_H
+ #define CONSOLE_H
+ 
++#include <sys/time.h>
+ #ifdef __MINGW32__
+ #include <winsock2.h>
+ #include <winbase.h>



Home | Main Index | Thread Index | Old Index