Here is an update to QEMU 1.6.0.

Looking for any testing.


Index: Makefile
===================================================================
RCS file: /cvs/ports/emulators/qemu/Makefile,v
retrieving revision 1.109
diff -u -p -r1.109 Makefile
--- Makefile    19 Aug 2013 05:28:20 -0000      1.109
+++ Makefile    19 Aug 2013 05:29:44 -0000
@@ -4,8 +4,7 @@ ONLY_FOR_ARCHS= amd64 i386 powerpc sparc
 
 COMMENT=       multi system emulator
 
-DISTNAME=      qemu-1.5.1
-REVISION=      0
+DISTNAME=      qemu-1.6.0
 CATEGORIES=    emulators
 MASTER_SITES=  http://wiki.qemu.org/download/
 EXTRACT_SUFX=  .tar.bz2
@@ -84,9 +83,6 @@ CONFIGURE_ARGS+=--disable-debug-info
 .endif
 
 TEST_TARGET=   check
-
-post-extract:
-       @rm ${WRKSRC}/include/libfdt_env.h
 
 post-install:
        ${INSTALL_SCRIPT} ${FILESDIR}/qemu-ifup \
Index: distinfo
===================================================================
RCS file: /cvs/ports/emulators/qemu/distinfo,v
retrieving revision 1.30
diff -u -p -r1.30 distinfo
--- distinfo    18 Jul 2013 20:20:18 -0000      1.30
+++ distinfo    19 Aug 2013 05:29:44 -0000
@@ -1,2 +1,2 @@
-SHA256 (qemu-1.5.1.tar.bz2) = TBWh7i84eYPrXBSX9mv1Z8NNFLpIUXFI9ur++K4J4+g=
-SIZE (qemu-1.5.1.tar.bz2) = 11931754
+SHA256 (qemu-1.6.0.tar.bz2) = MTLlitom1DtpJOjC8H24CqHlAi89zwPe59i7kZSyy0g=
+SIZE (qemu-1.6.0.tar.bz2) = 12040196
Index: patches/patch-configure
===================================================================
RCS file: /cvs/ports/emulators/qemu/patches/patch-configure,v
retrieving revision 1.35
diff -u -p -r1.35 patch-configure
--- patches/patch-configure     18 Jul 2013 20:20:18 -0000      1.35
+++ patches/patch-configure     19 Aug 2013 05:29:44 -0000
@@ -1,39 +1,7 @@
 $OpenBSD: patch-configure,v 1.35 2013/07/18 20:20:18 brad Exp $
---- configure.orig     Wed Jun 26 17:47:29 2013
-+++ configure  Fri Jun 28 00:47:20 2013
-@@ -2517,9 +2517,31 @@ fi
- 
- ##########################################
- # fdt probe
-+# fdt support is mandatory for at least some target architectures,
-+# so insist on it if we're building those system emulators.
-+fdt_required=no
-+for target in $target_list; do
-+  case $target in
-+    arm*-softmmu|ppc*-softmmu|microblaze*-softmmu)
-+      fdt_required=yes
-+    ;;
-+  esac
-+done
-+
-+if test "$fdt_required" = "yes"; then
-+  if test "$fdt" = "no"; then
-+    error_exit "fdt disabled but some requested targets require it." \
-+      "You can turn off fdt only if you also disable all the system 
emulation" \
-+      "targets which need it (by specifying a cut down --target-list)."
-+  fi
-+  fdt=yes
-+fi
-+
- if test "$fdt" != "no" ; then
-   fdt_libs="-lfdt"
-+  # explicitly check for libfdt_env.h as it is missing in some stable installs
-   cat > $TMPC << EOF
-+#include <libfdt_env.h>
- int main(void) { return 0; }
- EOF
-   if compile_prog "" "$fdt_libs" ; then
-@@ -3389,8 +3411,6 @@ fi
+--- configure.orig     Thu Aug  1 18:01:00 2013
++++ configure  Thu Aug  1 23:49:10 2013
+@@ -3379,8 +3379,6 @@ fi
  if test "$gcov" = "yes" ; then
    CFLAGS="-fprofile-arcs -ftest-coverage -g $CFLAGS"
    LDFLAGS="-fprofile-arcs -ftest-coverage $LDFLAGS"
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/emulators/qemu/pkg/PLIST,v
retrieving revision 1.26
diff -u -p -r1.26 PLIST
--- pkg/PLIST   3 Jun 2013 22:34:24 -0000       1.26
+++ pkg/PLIST   19 Aug 2013 05:29:44 -0000
@@ -60,6 +60,7 @@ share/locale/de_DE/LC_MESSAGES/qemu.mo
 share/locale/fr_FR/
 share/locale/fr_FR/LC_MESSAGES/
 share/locale/fr_FR/LC_MESSAGES/qemu.mo
+share/locale/hu/LC_MESSAGES/qemu.mo
 share/locale/it/LC_MESSAGES/qemu.mo
 share/locale/tr/LC_MESSAGES/qemu.mo
 share/qemu/
@@ -127,6 +128,7 @@ share/qemu/pxe-rtl8139.rom
 share/qemu/pxe-virtio.rom
 share/qemu/q35-acpi-dsdt.aml
 share/qemu/qemu-icon.bmp
+share/qemu/qemu_logo_no_text.svg
 share/qemu/s390-ccw.img
 share/qemu/s390-zipl.rom
 share/qemu/sgabios.bin

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

Reply via email to