diff options
author | Juergen Lock <nox@FreeBSD.org> | 2014-04-05 21:54:49 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2014-04-05 21:54:49 +0000 |
commit | d7878e0e9da8bedf128dbe1822e58b64303803e8 (patch) | |
tree | 5633337392b51672b3b3567b45b0a2ed0bf32b5d /emulators/qemu-devel/Makefile | |
parent | - remove comment from patch (diff) |
- Three more bsd-user fixes:
- Fix fchflags(). (typo) [1]
- Fix hw.availpages sysctl. [1]
- Fix sysctl kern.usrstack and kern.ps_strings invoked from sysctl(8).
- Bump PORTREVISION.
Reported by: sbruno [1]
Diffstat (limited to 'emulators/qemu-devel/Makefile')
-rw-r--r-- | emulators/qemu-devel/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile index 4c7fe8ceda09..2d0cabd26445 100644 --- a/emulators/qemu-devel/Makefile +++ b/emulators/qemu-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= qemu PORTVERSION= 1.7.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= emulators MASTER_SITES= http://wiki.qemu.org/download/:release \ LOCAL/nox:snapshot @@ -71,6 +71,9 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch-05ee8495804599b52a88eb36b13ea9c06b3207cd EXTRA_PATCHES+= ${FILESDIR}/extra-patch-bsd-user-mips-target_arch_vmparam.h EXTRA_PATCHES+= ${FILESDIR}/extra-patch-inherit-interp_prefix EXTRA_PATCHES+= ${FILESDIR}/extra-patch-d62553b108aa27c0c020dbb771d29f8673807a3b +EXTRA_PATCHES+= ${FILESDIR}/extra-patch-bsd-user-syscall.c +EXTRA_PATCHES+= ${FILESDIR}/extra-patch-sysctl-hw-availpages +EXTRA_PATCHES+= ${FILESDIR}/extra-patch-sysctl-0oldlen .endif CONFIGURE_ARGS+= --extra-ldflags=-L${LOCALBASE}/lib |