diff options
author | dbj <dbj@pkgsrc.org> | 2006-08-21 17:23:52 +0000 |
---|---|---|
committer | dbj <dbj@pkgsrc.org> | 2006-08-21 17:23:52 +0000 |
commit | 756802b924721278d7e6a5e847095417b24458bb (patch) | |
tree | beccb72470e335545b795f8368087542418554b4 /emulators/qemu | |
parent | a974c623da1dd69885f46f28562aad744b3dad83 (diff) | |
download | pkgsrc-756802b924721278d7e6a5e847095417b24458bb.tar.gz |
remove references to fakepoll.h used on darwin, since the actual
header seems to have already been accidentally removed, and more
recent versions of darwin appear to have a working poll
Diffstat (limited to 'emulators/qemu')
-rw-r--r-- | emulators/qemu/distinfo | 4 | ||||
-rw-r--r-- | emulators/qemu/patches/patch-ac | 14 |
2 files changed, 3 insertions, 15 deletions
diff --git a/emulators/qemu/distinfo b/emulators/qemu/distinfo index 400676d4891..fbcf200caa8 100644 --- a/emulators/qemu/distinfo +++ b/emulators/qemu/distinfo @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.22 2006/05/07 21:33:53 xtraeme Exp $ +$NetBSD: distinfo,v 1.23 2006/08/21 17:23:52 dbj Exp $ SHA1 (qemu-0.8.1.tar.gz) = 72c943c24bed6aa066dcc3012b198c20f04aef30 RMD160 (qemu-0.8.1.tar.gz) = 04d163d4792bbea39fc0b1e52af124cdb7e907dc Size (qemu-0.8.1.tar.gz) = 1623264 bytes SHA1 (patch-aa) = 455575215bad8864da285e1979da9ff7d8476a24 SHA1 (patch-ab) = 12838d78eed85c575214f4ce632a4b6694c6f97f -SHA1 (patch-ac) = e13af23b0a865a58e87fed9e1856a53ce33d331e +SHA1 (patch-ac) = f1231bcfde687ebe7a7ea4898593cd3818f03142 SHA1 (patch-af) = 221d6d85aa898cb27462806faab58ee2a9871a1c SHA1 (patch-ag) = 86df0bb94e71d87cf61d19404b53e3572384874e SHA1 (patch-ah) = 134f47583dbed94e83671ca6197106805b13f759 diff --git a/emulators/qemu/patches/patch-ac b/emulators/qemu/patches/patch-ac index 44dcf1dae86..4f6e49c91d9 100644 --- a/emulators/qemu/patches/patch-ac +++ b/emulators/qemu/patches/patch-ac @@ -1,19 +1,7 @@ -$NetBSD: patch-ac,v 1.6 2006/05/06 18:09:53 xtraeme Exp $ +$NetBSD: patch-ac,v 1.7 2006/08/21 17:23:52 dbj Exp $ --- vl.c.orig 2006-05-06 19:22:32.000000000 +0200 +++ vl.c 2006-05-06 19:28:25.000000000 +0200 -@@ -34,7 +34,11 @@ - #include <sys/times.h> - #include <sys/wait.h> - #include <termios.h> -+#ifdef __APPLE__ -+#include "fakepoll.h" -+#else - #include <sys/poll.h> -+#endif - #include <sys/mman.h> - #include <sys/ioctl.h> - #include <sys/socket.h> @@ -43,7 +47,7 @@ #include <netdb.h> #ifdef _BSD |