Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Nov 2016 15:50:36 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r427384 - head/misc/seabios
Message-ID:  <201611291550.uATFoa1Z022682@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Tue Nov 29 15:50:36 2016
New Revision: 427384
URL: https://svnweb.freebsd.org/changeset/ports/427384

Log:
  Change from broken on only one tier-2 to ONLY_FOR.  It fails to build
  on armv6 and sparc64 as well, and probably does not even apply.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/misc/seabios/Makefile

Modified: head/misc/seabios/Makefile
==============================================================================
--- head/misc/seabios/Makefile	Tue Nov 29 15:34:50 2016	(r427383)
+++ head/misc/seabios/Makefile	Tue Nov 29 15:50:36 2016	(r427384)
@@ -11,7 +11,8 @@ COMMENT=	Open source implementation of a
 
 LICENSE=	LGPL3
 
-BROKEN_powerpc64=	Does not build
+ONLY_FOR_ARCHS=		amd64 i386
+ONLY_FOR_ARCHS_REASON=	specific to x86
 
 USES=	gmake python:build
 



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