svn commit: r427384 - head/misc/seabios

Mark Linimon linimon at FreeBSD.org
Tue Nov 29 15:50:37 UTC 2016


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
 


More information about the svn-ports-head mailing list