diff options
author | nox <nox@FreeBSD.org> | 2014-11-22 02:33:51 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2014-11-22 02:33:51 +0800 |
commit | 05b2e9db964934afee155afec0a440fc88ec1e0c (patch) | |
tree | ddd3c569e6043c259ccb37fe4c0aaed57599f00c /emulators | |
parent | e2ef40808724d7bbb30946850717105848df8388 (diff) | |
download | freebsd-ports-gnome-05b2e9db964934afee155afec0a440fc88ec1e0c.tar.gz freebsd-ports-gnome-05b2e9db964934afee155afec0a440fc88ec1e0c.tar.zst freebsd-ports-gnome-05b2e9db964934afee155afec0a440fc88ec1e0c.zip |
- 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]
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/qemu-devel/Makefile | 4 | ||||
-rw-r--r-- | emulators/qemu-devel/pkg-plist | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile index 203b56e50f88..135fd582798a 100644 --- a/emulators/qemu-devel/Makefile +++ b/emulators/qemu-devel/Makefile @@ -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-3ed485b9b4ef8d8ba916760aec0cdf9dbce8ca27 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 diff --git a/emulators/qemu-devel/pkg-plist b/emulators/qemu-devel/pkg-plist index fc1b29bc2bc4..dc3d821dcc71 100644 --- a/emulators/qemu-devel/pkg-plist +++ b/emulators/qemu-devel/pkg-plist @@ -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 |