anyone like to try this?

Index: Makefile
===================================================================
RCS file: /cvs/ports/emulators/qemu/Makefile,v
retrieving revision 1.52
diff -u -p -r1.52 Makefile
--- Makefile    23 Jul 2010 00:27:09 -0000      1.52
+++ Makefile    25 Jul 2010 13:58:32 -0000
@@ -5,8 +5,7 @@ ONLY_FOR_ARCHS =        i386 amd64 sparc64
 
 COMMENT =              multi system emulator
 
-DISTNAME =             qemu-0.12.4
-REVISION =             0
+DISTNAME =             qemu-0.12.5
 CATEGORIES =           emulators
 
 HOMEPAGE =             http://www.qemu.org/
@@ -40,10 +39,10 @@ FLAVOR ?=
 .if ${FLAVOR:L:Mno_x11}
 CONFIGURE_ARGS +=      --disable-sdl
 .else
-LIB_DEPENDS =          SDL::devel/sdl
+LIB_DEPENDS =          ::devel/sdl
 
 USE_X11 =              Yes
-WANTLIB +=             X11
+WANTLIB +=             SDL X11
 .endif
 .if ${FLAVOR:L:Mdebug}
 CONFIGURE_ARGS +=      --enable-debug
Index: distinfo
===================================================================
RCS file: /cvs/ports/emulators/qemu/distinfo,v
retrieving revision 1.11
diff -u -p -r1.11 distinfo
--- distinfo    8 Jun 2010 01:08:20 -0000       1.11
+++ distinfo    25 Jul 2010 13:58:32 -0000
@@ -1,5 +1,5 @@
-MD5 (qemu-0.12.4.tar.gz) = k+axNN/4myeZ9Xt9ng4PxQ==
-RMD160 (qemu-0.12.4.tar.gz) = 2/XgKBKw3wduTsjCC3w4L3UHZF4=
-SHA1 (qemu-0.12.4.tar.gz) = HMMgC/SWyDb3xCVsHRIUPaubgtw=
-SHA256 (qemu-0.12.4.tar.gz) = GimltRURYtHeA1xJJtGh2//uShRe9h7oZda4Kq6gYC4=
-SIZE (qemu-0.12.4.tar.gz) = 4697077
+MD5 (qemu-0.12.5.tar.gz) = HQLuCgTfriiUNAJzNywd5A==
+RMD160 (qemu-0.12.5.tar.gz) = xOui5km0KOjdQycYRD6YYFfmktc=
+SHA1 (qemu-0.12.5.tar.gz) = WWpnPzpml+qP2Q9PI5gSQcwTvcM=
+SHA256 (qemu-0.12.5.tar.gz) = pqezC1NZHhYLXH/ZMZmFZzF06epHsYLb5jvJk1d0H1g=
+SIZE (qemu-0.12.5.tar.gz) = 4291741
Index: patches/patch-net_h
===================================================================
RCS file: /cvs/ports/emulators/qemu/patches/patch-net_h,v
retrieving revision 1.1
diff -u -p -r1.1 patch-net_h
--- patches/patch-net_h 27 May 2010 17:55:05 -0000      1.1
+++ patches/patch-net_h 25 Jul 2010 13:58:32 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-net_h,v 1.1 2010/05/27 17:55:05 fgsch Exp $
---- net.h.orig Tue Feb 23 20:54:38 2010
-+++ net.h      Mon Mar 22 20:26:50 2010
-@@ -172,7 +172,7 @@ void net_host_device_remove(Monitor *mon, const QDict 
+--- net.h.orig Thu Jul 22 13:39:04 2010
++++ net.h      Sat Jul 24 14:17:11 2010
+@@ -171,7 +171,7 @@ void net_host_device_remove(Monitor *mon, const QDict 
  #ifdef __sun__
  #define SMBD_COMMAND "/usr/sfw/sbin/smbd"
  #else

Reply via email to