diff options
author | Juergen Lock <nox@FreeBSD.org> | 2014-11-29 15:19:08 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2014-11-29 15:19:08 +0000 |
commit | 479b4da944fe378b731c61b764668b2f85973e46 (patch) | |
tree | d57d16cbaf01b49ac6b8a7cd2dc9e7652c71cbce /emulators/qemu-devel/Makefile | |
parent | Convert pygtk2 run-dependency to USE_GNOME=pygtk2 (diff) |
- bsd-user: fix hw.machine and hw.machine_arch sysctls for a NULL buffer.
- Bump PORTREVISION.
Submitted by: sson
Obtained from: https://github.com/seanbruno/qemu-bsd-user/commit/8267ad2cb92b106bb16e91234f04abc49ab32036
Diffstat (limited to 'emulators/qemu-devel/Makefile')
-rw-r--r-- | emulators/qemu-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile index 83fd92b8f59f..b755c581fc93 100644 --- a/emulators/qemu-devel/Makefile +++ b/emulators/qemu-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= qemu PORTVERSION= 2.0.2 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= emulators MASTER_SITES= http://wiki.qemu.org/download/:release \ LOCAL/nox:snapshot @@ -98,6 +98,7 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch-9ed0e07e2e07791858339874eb4d20daca858c8a EXTRA_PATCHES+= ${FILESDIR}/extra-patch-a8dc4de7f73bc6f8363c0fc81c4c6e53733c444b EXTRA_PATCHES+= ${FILESDIR}/extra-patch-bsd-user-freebsd-os-socket.h EXTRA_PATCHES+= ${FILESDIR}/extra-patch-cab0d36ffd4e70b1879dc2cf860c975a7965afc3 +EXTRA_PATCHES+= ${FILESDIR}/extra-patch-8267ad2cb92b106bb16e91234f04abc49ab32036 .endif CONFIGURE_ARGS+= --localstatedir=/var |