diff options
author | Juergen Lock <nox@FreeBSD.org> | 2014-06-27 18:31:19 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2014-06-27 18:31:19 +0000 |
commit | bccbf3e27fcb7f983d3bc7275252f27e704bd53f (patch) | |
tree | 2c29b383e8c1232b2dca8a8bc1077429f4c2a656 /emulators/qemu-devel/Makefile | |
parent | - upgrade to 0.99.08 (diff) |
- bsd-user: add posix-openpt syscall and TIOCPTMASTER/TIOCPKT ioctl
handling. (this fixes sysutils/screen) [1]
- arm-bsd-user: fix sigreturn frame handling. [2]
- Bump PORTREVISION.
Submitted by: kan [1], sson [2]
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 19d4fb65f2ea..83ed5fc5751f 100644 --- a/emulators/qemu-devel/Makefile +++ b/emulators/qemu-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= qemu PORTVERSION= 2.0.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= emulators MASTER_SITES= http://wiki.qemu.org/download/:release \ LOCAL/nox:snapshot @@ -69,6 +69,7 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch-bsd-user-mmap.c EXTRA_PATCHES+= ${FILESDIR}/extra-patch-sysctl-hw-pagesizes EXTRA_PATCHES+= ${FILESDIR}/extra-patch-bsd-user-x86_64-target_arch_vmparam.h EXTRA_PATCHES+= ${FILESDIR}/extra-patch-target_siginfo +EXTRA_PATCHES+= ${FILESDIR}/extra-patch-bsd-user-arm-signal .endif CONFIGURE_ARGS+= --extra-ldflags=-L${LOCALBASE}/lib |