Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Mar 2016 20:44:08 +0000 (UTC)
From:      Sean Bruno <sbruno@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r411519 - head/emulators/qemu-sbruno
Message-ID:  <201603202044.u2KKi8do068908@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603202044.u2KKi8do068908>