svn commit: r411519 - head/emulators/qemu-sbruno
Sean Bruno
sbruno at FreeBSD.org
Sun Mar 20 20:44:09 UTC 2016
Author: sbruno
Date: Sun Mar 20 20:44:07 2016
New Revision: 411519
URL: https://svnweb.freebsd.org/changeset/ports/411519
Log:
Remove i386 from builds for now while I unbreak the aarch64 target on
FreeBSD amd64 hosts.
Modified:
head/emulators/qemu-sbruno/Makefile
Modified: head/emulators/qemu-sbruno/Makefile
==============================================================================
--- head/emulators/qemu-sbruno/Makefile Sun Mar 20 20:40:39 2016 (r411518)
+++ head/emulators/qemu-sbruno/Makefile Sun Mar 20 20:44:07 2016 (r411519)
@@ -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 \
More information about the svn-ports-all
mailing list