pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/qemu remove references to fakepoll.h used on...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6b69a4754839
branches:  trunk
changeset: 517730:6b69a4754839
user:      dbj <dbj%pkgsrc.org@localhost>
date:      Mon Aug 21 17:23:52 2006 +0000

description:
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:

 emulators/qemu/distinfo         |   4 ++--
 emulators/qemu/patches/patch-ac |  14 +-------------
 2 files changed, 3 insertions(+), 15 deletions(-)

diffs (41 lines):

diff -r 4cea25314d1a -r 6b69a4754839 emulators/qemu/distinfo
--- a/emulators/qemu/distinfo   Mon Aug 21 16:23:42 2006 +0000
+++ b/emulators/qemu/distinfo   Mon Aug 21 17:23:52 2006 +0000
@@ -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 -r 4cea25314d1a -r 6b69a4754839 emulators/qemu/patches/patch-ac
--- a/emulators/qemu/patches/patch-ac   Mon Aug 21 16:23:42 2006 +0000
+++ b/emulators/qemu/patches/patch-ac   Mon Aug 21 17:23:52 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index