svn commit: r325077 - in head/emulators/qemu-devel: . files
Juergen Lock
nox at FreeBSD.org
Tue Aug 20 22:03:12 UTC 2013
Author: nox
Date: Tue Aug 20 22:03:10 2013
New Revision: 325077
URL: http://svnweb.freebsd.org/changeset/ports/325077
Log:
- Update to 1.6.0 - announce message is here:
https://lists.gnu.org/archive/html/qemu-devel/2013-08/msg02245.html
- Remove bsd-user support as sson's patches no longer apply, you can still
use his (older) git tree or my port of it on redports as described here:
https://wiki.freebsd.org/QemuUserModeHowTo
Deleted:
head/emulators/qemu-devel/files/patch-bsd-user-qemu.h
head/emulators/qemu-devel/files/patch-configure-ld
head/emulators/qemu-devel/files/patch-configure-ld-1a1c9ef4d3da2ff1965e8037d7d30b77884c869f
head/emulators/qemu-devel/files/patch-z-arm-bsd-user-001
head/emulators/qemu-devel/files/patch-z2-bsd-user-cognet-sson-002
head/emulators/qemu-devel/files/patch-z2b-bsd-user-sson-002b
head/emulators/qemu-devel/files/patch-z2c-bsd-user-sson-002c
head/emulators/qemu-devel/files/patch-z2d-bsd-user-sson-002d
head/emulators/qemu-devel/files/patch-z2e-bsd-user-sson-002e
head/emulators/qemu-devel/files/patch-z3-bsd-user-8fix
head/emulators/qemu-devel/files/patch-z3b-bsd-user-8fix
head/emulators/qemu-devel/files/patch-z3c-bsd-user-8fix
head/emulators/qemu-devel/files/patch-z3d-bsd-user-8fix
head/emulators/qemu-devel/files/patch-z4-bsd-user-elfload
head/emulators/qemu-devel/files/patch-z6-bsd-user-usrstack1
head/emulators/qemu-devel/files/patch-z7-bsd-user-tls1-cognet
head/emulators/qemu-devel/files/patch-z7b-bsd-user-tls2
head/emulators/qemu-devel/files/patch-z8-bsd-user-unref
head/emulators/qemu-devel/files/patch-z9-bsd-user-sson003a
head/emulators/qemu-devel/files/patch-z9b-bsd-user-sson003b
head/emulators/qemu-devel/files/patch-z9c-bsd-user-sson003c
head/emulators/qemu-devel/files/patch-z9d-bsd-user-sson003d
head/emulators/qemu-devel/files/patch-z9e-bsd-user-cognet-elfload
head/emulators/qemu-devel/files/patch-z9f-bsd-user-sson003f
head/emulators/qemu-devel/files/patch-za-bsd-user-8fix
head/emulators/qemu-devel/files/patch-zb-bsd-user-sson004a
head/emulators/qemu-devel/files/patch-zb2-bsd-user-sson004b
head/emulators/qemu-devel/files/patch-zb3-bsd-user-sson004c
head/emulators/qemu-devel/files/patch-zb4-bsd-user-main.c
Modified:
head/emulators/qemu-devel/Makefile
head/emulators/qemu-devel/distinfo
head/emulators/qemu-devel/files/patch-configure
head/emulators/qemu-devel/pkg-plist
Modified: head/emulators/qemu-devel/Makefile
==============================================================================
--- head/emulators/qemu-devel/Makefile Tue Aug 20 21:53:49 2013 (r325076)
+++ head/emulators/qemu-devel/Makefile Tue Aug 20 22:03:10 2013 (r325077)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= qemu
-PORTVERSION= 1.5.2
+PORTVERSION= 1.6.0
CATEGORIES= emulators
MASTER_SITES= http://wiki.qemu.org/download/:release \
LOCAL/nox:snapshot
@@ -17,7 +17,7 @@ LIB_DEPENDS= pixman-1:${PORTSDIR}/x11/pi
HAS_CONFIGURE= yes
USE_BZIP2= yes
-USES= gmake pkgconfig
+USES= gmake pkgconfig bison
USE_PERL5_BUILD= yes
USE_PYTHON_BUILD= -2.7
USE_GNOME+= glib20
@@ -29,7 +29,7 @@ ONLY_FOR_ARCHS= amd64 i386 powerpc # XXX
CONFLICTS_INSTALL= qemu-[0-9]*
OPTIONS_DEFINE= SAMBA X11 GTK2 OPENGL GNUTLS SASL JPEG PNG CURL \
- CDROM_DMA PCAP USBREDIR GNS3 X86_TARGETS BSD_USER \
+ CDROM_DMA PCAP USBREDIR GNS3 X86_TARGETS \
STATIC_LINK DOCS
SAMBA_DESC= samba dependency (for -smb)
GNUTLS_DESC= gnutls dependency (vnc encryption)
Modified: head/emulators/qemu-devel/distinfo
==============================================================================
--- head/emulators/qemu-devel/distinfo Tue Aug 20 21:53:49 2013 (r325076)
+++ head/emulators/qemu-devel/distinfo Tue Aug 20 22:03:10 2013 (r325077)
@@ -1,2 +1,2 @@
-SHA256 (qemu/1.5.2/qemu-1.5.2.tar.bz2) = f661147d190ab8432045058a660d810f13dc528fe7017ce578e9f2da2997a250
-SIZE (qemu/1.5.2/qemu-1.5.2.tar.bz2) = 11932902
+SHA256 (qemu/1.6.0/qemu-1.6.0.tar.bz2) = 3132e58ada26d43b6924e8c2f07db80aa1e5022f3dcf03dee7d8bb9194b2cb48
+SIZE (qemu/1.6.0/qemu-1.6.0.tar.bz2) = 12040196
Modified: head/emulators/qemu-devel/files/patch-configure
==============================================================================
--- head/emulators/qemu-devel/files/patch-configure Tue Aug 20 21:53:49 2013 (r325076)
+++ head/emulators/qemu-devel/files/patch-configure Tue Aug 20 22:03:10 2013 (r325077)
@@ -9,14 +9,6 @@
datadir="\${prefix}/share"
qemu_docdir="\${prefix}/share/doc/qemu"
bindir="\${prefix}/bin"
-@@ -974,6 +974,7 @@ i386-bsd-user \
- x86_64-bsd-user \
- sparc-bsd-user \
- sparc64-bsd-user \
-+arm-bsd-user \
- "
- fi
-
@@ -1756,7 +1756,7 @@ if test "$gtk" != "no"; then
gtk_libs=`$pkg_config --libs $gtkpackage 2>/dev/null`
vte_cflags=`$pkg_config --cflags $vtepackage 2>/dev/null`
Modified: head/emulators/qemu-devel/pkg-plist
==============================================================================
--- head/emulators/qemu-devel/pkg-plist Tue Aug 20 21:53:49 2013 (r325076)
+++ head/emulators/qemu-devel/pkg-plist Tue Aug 20 22:03:10 2013 (r325077)
@@ -30,6 +30,7 @@ bin/qemu-system-i386
%%BSD_USER%%bin/qemu-i386
%%BSD_USER%%bin/qemu-mips
%%BSD_USER64%%bin/qemu-mips64
+%%BSD_USER64%%bin/qemu-mips64el
%%BSD_USER%%bin/qemu-mipsel
%%BSD_USER%%bin/qemu-sparc
%%BSD_USER64%%bin/qemu-sparc64
@@ -84,6 +85,7 @@ etc/qemu/target-x86_64.conf.sample
%%DATADIR%%/bamboo.dtb
%%DATADIR%%/kvmvapic.bin
%%DATADIR%%/qemu-icon.bmp
+%%DATADIR%%/qemu_logo_no_text.svg
%%DATADIR%%/keymaps/ar
%%DATADIR%%/keymaps/bepo
%%DATADIR%%/keymaps/common
@@ -123,6 +125,7 @@ etc/qemu/target-x86_64.conf.sample
%%GTK2%%share/locale/de_DE/LC_MESSAGES/qemu.mo
%%GTK2%%share/locale/fr_FR/LC_MESSAGES/qemu.mo
%%GTK2%%share/locale/it/LC_MESSAGES/qemu.mo
+%%GTK2%%share/locale/hu/LC_MESSAGES/qemu.mo
%%GTK2%%share/locale/tr/LC_MESSAGES/qemu.mo
@dirrm %%DATADIR%%/keymaps
%%GTK2%%@dirrmtry share/locale/de_DE/LC_MESSAGES
More information about the svn-ports-all
mailing list