Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Nov 2016 03:40:15 +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: r425675 - head/biology/gmap
Message-ID:  <201611080340.uA83eFpq081355@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Tue Nov  8 03:40:15 2016
New Revision: 425675
URL: https://svnweb.freebsd.org/changeset/ports/425675

Log:
  Mark broken on all tier-2 archs.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/biology/gmap/Makefile

Modified: head/biology/gmap/Makefile
==============================================================================
--- head/biology/gmap/Makefile	Tue Nov  8 03:34:45 2016	(r425674)
+++ head/biology/gmap/Makefile	Tue Nov  8 03:40:15 2016	(r425675)
@@ -24,7 +24,10 @@ OPTIONS_DEFINE=	SIMD
 
 SIMD_CONFIGURE_OFF=	--disable-builtin-popcount --disable-simd
 
+BROKEN_arm64=		Does not build: invokes x86 asm
+BROKEN_mips64=		Does not build: invokes x86 asm
 BROKEN_powerpc64=	Does not build on powerpc64
+BROKEN_sparc64=		Does not build: invokes x86 asm
 
 # shebang_fix operates during patch.
 # These scripts are created during configure.



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