diff options
author | Juergen Lock <nox@FreeBSD.org> | 2014-07-06 16:11:28 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2014-07-06 16:11:28 +0000 |
commit | b3f3b52f4a1e9e7cbbadfb266b4afa03cd098a67 (patch) | |
tree | ee296fe820e846d03f8e4e36e32c8202e9e0217a /emulators/qemu-devel/Makefile | |
parent | - Add staging support (diff) |
Four more bsd-user fixes, poudriere now builds more armv6 packages
and sparc64 dynamic exectuables get a little further:
- Fix crashes with long argv invocations. [1]
- Fix ARMv6 stack alignment in a new thread. [1]
- sparc64: sync ccr before changing carry flag.
- Writing to readonly page can cause trap 0xc on FreeBSD too.
- Bump PORTREVISION.
Submitted by: sson [1]
Diffstat (limited to 'emulators/qemu-devel/Makefile')
-rw-r--r-- | emulators/qemu-devel/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile index 03e7be50b80f..d2c3577cc734 100644 --- a/emulators/qemu-devel/Makefile +++ b/emulators/qemu-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= qemu PORTVERSION= 2.0.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= emulators MASTER_SITES= http://wiki.qemu.org/download/:release \ LOCAL/nox:snapshot @@ -72,6 +72,10 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch-target_siginfo EXTRA_PATCHES+= ${FILESDIR}/extra-patch-bsd-user-arm-signal EXTRA_PATCHES+= ${FILESDIR}/extra-patch-getvfsbyname EXTRA_PATCHES+= ${FILESDIR}/extra-patch-kernproc +EXTRA_PATCHES+= ${FILESDIR}/extra-patch-bsd-user-freebsd-target_os_stack.h +EXTRA_PATCHES+= ${FILESDIR}/extra-patch-bsd-user-arm-target_arch_thread.h +EXTRA_PATCHES+= ${FILESDIR}/extra-patch-bsd-user-sparc64-target_arch_cpu.h +EXTRA_PATCHES+= ${FILESDIR}/extra-patch-bsd-user-trapsig .endif CONFIGURE_ARGS+= --extra-ldflags=-L${LOCALBASE}/lib |