aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorSean Bruno <sbruno@FreeBSD.org>2016-03-20 20:44:07 +0000
committerSean Bruno <sbruno@FreeBSD.org>2016-03-20 20:44:07 +0000
commit3a64daf7b88f54689b766ba402775381780b1717 (patch)
treec6004304df957f347314c845aa7b04a231a759fb /emulators
parent5a6a78e0ec9a50af11d5e965274c1a2b6f0d54b1 (diff)
downloadports-3a64daf7b88f54689b766ba402775381780b1717.tar.gz
ports-3a64daf7b88f54689b766ba402775381780b1717.zip
Remove i386 from builds for now while I unbreak the aarch64 target on
FreeBSD amd64 hosts.
Notes
Notes: svn path=/head/; revision=411519
Diffstat (limited to 'emulators')
-rw-r--r--emulators/qemu-sbruno/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/emulators/qemu-sbruno/Makefile b/emulators/qemu-sbruno/Makefile
index 0435812cbf77..293fb81cf44d 100644
--- a/emulators/qemu-sbruno/Makefile
+++ b/emulators/qemu-sbruno/Makefile
@@ -3,7 +3,7 @@
PORTNAME= qemu
PORTVERSION= 2.5.50.g20160215
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= emulators
MASTER_SITES= GH \
LOCAL/nox:dtc \
@@ -27,7 +27,8 @@ USE_XORG= pixman
USE_GNOME+= glib20
PATCH_STRIP= -p1
MAKE_ENV+= BSD_MAKE="${MAKE}"
-ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 # XXX someone wants to debug sparc64 hosts?
+ONLY_FOR_ARCHS= amd64 powerpc powerpc64 # XXX someone wants to debug sparc64 hosts?
+BROKEN_i386= aarch64 system target is currently broken for i386 hosts, disable for now while dealing with upstream.
OPTIONS_DEFINE= SAMBA X11 GTK2 OPENGL GNUTLS SASL JPEG PNG CURL \
CDROM_DMA PCAP USBREDIR X86_TARGETS BSD_USER \