Index: Makefile =================================================================== --- Makefile (revision 409653) +++ Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= qemu DISTVERSION= 2.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= http://wiki.qemu.org/download/ PKGNAMESUFFIX= -devel @@ -44,7 +44,7 @@ GTK2_USES= gettext GTK2_CONFIGURE_OFF= --disable-gtk --disable-vte GNUTLS_LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls -GNUTLS_CONFIGURE_OFF= --disable-vnc-tls +GNUTLS_CONFIGURE_OFF= --disable-gnutls SASL_LIB_DEPENDS= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 SASL_CONFIGURE_OFF= --disable-vnc-sasl JPEG_USES= jpeg Index: pkg-plist =================================================================== --- pkg-plist (revision 409653) +++ pkg-plist (working copy) @@ -3,7 +3,10 @@ bin/qemu-ga bin/qemu-img bin/qemu-io +bin/qemu-i386 bin/qemu-nbd +%%X86_TARGETS%%bin/qemu-sparc +%%X86_TARGETS%%bin/qemu-sparc64 %%X86_TARGETS%%bin/qemu-system-aarch64 %%X86_TARGETS%%bin/qemu-system-alpha %%X86_TARGETS%%bin/qemu-system-arm @@ -32,6 +35,7 @@ bin/qemu-system-x86_64 %%X86_TARGETS%%bin/qemu-system-xtensa %%X86_TARGETS%%bin/qemu-system-xtensaeb +bin/qemu-x86_64 man/man1/qemu.1.gz man/man1/qemu-img.1.gz man/man8/qemu-ga.8.gz