summaryrefslogtreecommitdiff
path: root/sysutils/xentools20
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2005-05-23 18:05:16 +0000
committerxtraeme <xtraeme>2005-05-23 18:05:16 +0000
commit76dcd3d1cf06dbf3ddcf96eb70865e4f2b68fe9d (patch)
tree025a8865a8416eb6e415ee197953be9f3544c7d8 /sysutils/xentools20
parenta0d6d3cde8feed4661307092a4275fc182717b7f (diff)
downloadpkgsrc-76dcd3d1cf06dbf3ddcf96eb70865e4f2b68fe9d.tar.gz
Fix build on NetBSD/-current by including <sys/select.h>.
Diffstat (limited to 'sysutils/xentools20')
-rw-r--r--sysutils/xentools20/distinfo4
-rw-r--r--sysutils/xentools20/patches/patch-af9
2 files changed, 7 insertions, 6 deletions
diff --git a/sysutils/xentools20/distinfo b/sysutils/xentools20/distinfo
index 1cae3386a36..18acfa0cccb 100644
--- a/sysutils/xentools20/distinfo
+++ b/sysutils/xentools20/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2005/03/10 19:43:25 bouyer Exp $
+$NetBSD: distinfo,v 1.4 2005/05/23 18:05:16 xtraeme Exp $
SHA1 (xen-2.0.3-src.tgz) = eb71d43abd014c87062f5b93932947b71e32be54
RMD160 (xen-2.0.3-src.tgz) = 13cd844dbdeccbb9a97ee0d49f5b187a5f2590e7
@@ -8,7 +8,7 @@ SHA1 (patch-ab) = 876bcc0723ff7e12e096ca1bff749f8a2ff23b16
SHA1 (patch-ac) = a07e37a56a6d0cb8cd51b24e82a48a7bef91d233
SHA1 (patch-ad) = cab8686b928aaf33e0a4c4ffec4190aa48955398
SHA1 (patch-ae) = b5a6521b14dd24cb52713bd83ec91422ef63161e
-SHA1 (patch-af) = 127963c910391a1d36af85c5ac2ecc6f8a5daaf5
+SHA1 (patch-af) = 5467e64fbd49d6ca35718d42864ed7b44fe76df3
SHA1 (patch-ag) = 06d0c5a5dc85bdf0245f4ee00ba49fc98f9ee39e
SHA1 (patch-ah) = 5be50f707fa8ba2a7ace2a7828522bb1d97d214b
SHA1 (patch-ai) = 2cee0445d036f5618b7dac256a1a4ce5b32356d7
diff --git a/sysutils/xentools20/patches/patch-af b/sysutils/xentools20/patches/patch-af
index 0cf8b8a2a9b..28a480c7e92 100644
--- a/sysutils/xentools20/patches/patch-af
+++ b/sysutils/xentools20/patches/patch-af
@@ -1,12 +1,13 @@
-$NetBSD: patch-af,v 1.1.1.1 2005/03/07 15:59:08 bouyer Exp $
+$NetBSD: patch-af,v 1.2 2005/05/23 18:05:16 xtraeme Exp $
---- xfrd/select.c.orig 2005-01-22 01:28:18.000000000 +0100
-+++ xfrd/select.c 2005-01-22 01:29:02.000000000 +0100
-@@ -1,6 +1,7 @@
+--- xfrd/select.c.orig 2005-01-12 13:22:21.000000000 +0100
++++ xfrd/select.c 2005-05-23 20:01:54.000000000 +0200
+@@ -1,6 +1,8 @@
#include <stdlib.h>
#include <errno.h>
#include <unistd.h>
+#include <string.h>
++#include <sys/select.h>
#include "select.h"