svn commit: r373007 - head/emulators/qemu-devel
Juergen Lock
nox at FreeBSD.org
Fri Nov 21 18:33:52 UTC 2014
Author: nox
Date: Fri Nov 21 18:33:51 2014
New Revision: 373007
URL: https://svnweb.freebsd.org/changeset/ports/373007
QAT: https://qat.redports.org/buildarchive/r373007/
Log:
- bsd-user: actually apply the faith(4) removal fix. (doh!) [1]
- Use /var instead of ${PREFIX}/var .
- Bump PORTREVISION.
Submitted by: beefy2 via pkg-fallout [1]
Modified:
head/emulators/qemu-devel/Makefile
head/emulators/qemu-devel/pkg-plist
Modified: head/emulators/qemu-devel/Makefile
==============================================================================
--- head/emulators/qemu-devel/Makefile Fri Nov 21 17:41:09 2014 (r373006)
+++ head/emulators/qemu-devel/Makefile Fri Nov 21 18:33:51 2014 (r373007)
@@ -3,7 +3,7 @@
PORTNAME= qemu
PORTVERSION= 2.0.2
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= emulators
MASTER_SITES= http://wiki.qemu.org/download/:release \
LOCAL/nox:snapshot
@@ -96,8 +96,10 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch-
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-72f0a64c7dd7be796dc2d8f2b0dab340309800e2
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-9ed0e07e2e07791858339874eb4d20daca858c8a
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-a8dc4de7f73bc6f8363c0fc81c4c6e53733c444b
+EXTRA_PATCHES+= ${FILESDIR}/extra-patch-bsd-user-freebsd-os-socket.h
.endif
+CONFIGURE_ARGS+= --localstatedir=/var
CONFIGURE_ARGS+= --extra-ldflags=-L${LOCALBASE}/lib
CONFIGURE_ARGS+= --disable-smartcard-nss --disable-libssh2
PORTDOCS= docs qemu-doc.html qemu-tech.html qmp-commands.txt
Modified: head/emulators/qemu-devel/pkg-plist
==============================================================================
--- head/emulators/qemu-devel/pkg-plist Fri Nov 21 17:41:09 2014 (r373006)
+++ head/emulators/qemu-devel/pkg-plist Fri Nov 21 18:33:51 2014 (r373007)
@@ -127,4 +127,3 @@
%%GTK2%%share/locale/it/LC_MESSAGES/qemu.mo
%%GTK2%%share/locale/hu/LC_MESSAGES/qemu.mo
%%GTK2%%share/locale/tr/LC_MESSAGES/qemu.mo
-%%SOFTMMU%%@exec mkdir -p %D/var/run
More information about the svn-ports-head
mailing list