pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/udpcast



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sat Feb 18 13:59:02 UTC 2017

Modified Files:
        pkgsrc/net/udpcast: distinfo
Added Files:
        pkgsrc/net/udpcast/patches: patch-console.h

Log Message:
Fix missing include.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/udpcast/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/net/udpcast/patches/patch-console.h

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

Modified files:

Index: pkgsrc/net/udpcast/distinfo
diff -u pkgsrc/net/udpcast/distinfo:1.7 pkgsrc/net/udpcast/distinfo:1.8
--- pkgsrc/net/udpcast/distinfo:1.7     Wed Nov  4 00:35:42 2015
+++ pkgsrc/net/udpcast/distinfo Sat Feb 18 13:59:01 2017
@@ -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-ae) = 4937aec1283ca42652f961
 SHA1 (patch-af) = 4360fba25ca7ffb2b05df5ed32aff7c5983ce62d
 SHA1 (patch-ag) = 1e8c13bf20908a90f8ad88f4a5651483538c9f36
 SHA1 (patch-ah) = 0329f8e290b75f1da791465ab1ffd198a0f2ab32
+SHA1 (patch-console.h) = 41918980726a585458582d493e84b248ebf331c7

Added files:

Index: pkgsrc/net/udpcast/patches/patch-console.h
diff -u /dev/null pkgsrc/net/udpcast/patches/patch-console.h:1.1
--- /dev/null   Sat Feb 18 13:59:02 2017
+++ pkgsrc/net/udpcast/patches/patch-console.h  Sat Feb 18 13:59:01 2017
@@ -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