svn commit: r425675 - head/biology/gmap

Mark Linimon linimon at FreeBSD.org
Tue Nov 8 03:40:16 UTC 2016


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.


More information about the svn-ports-all mailing list