svn commit: r498259 - head/games/crafty

Antoine Brodin antoine at FreeBSD.org
Sun Apr 7 06:27:50 UTC 2019


Author: antoine
Date: Sun Apr  7 06:27:48 2019
New Revision: 498259
URL: https://svnweb.freebsd.org/changeset/ports/498259

Log:
  Mark BROKEN on i386
  
  In file included from crafty.c:28:
  ./tbprobe.c:111:9: error: invalid operand for instruction
  __asm__("bsfq %1, %0": "=r"(idx):"rm"(b));
  
  Reported by:	pkg-fallout
  MFH:		2019Q2

Modified:
  head/games/crafty/Makefile

Modified: head/games/crafty/Makefile
==============================================================================
--- head/games/crafty/Makefile	Sun Apr  7 06:24:34 2019	(r498258)
+++ head/games/crafty/Makefile	Sun Apr  7 06:27:48 2019	(r498259)
@@ -16,9 +16,10 @@ EXTRACT_ONLY=	crafty-${PORTVERSION}.zip
 MAINTAINER=	johans at FreeBSD.org
 COMMENT=	Chess program for playing and analyzing games
 
-BROKEN_aarch64=		fails to compile: invokes x86 assembler
-BROKEN_armv6=		fails to compile: invokes x86 assembler
-BROKEN_armv7=		fails to compile: invokes x86 assembler
+BROKEN_aarch64=		fails to compile: invokes amd64 assembler
+BROKEN_armv6=		fails to compile: invokes amd64 assembler
+BROKEN_armv7=		fails to compile: invokes amd64 assembler
+BROKEN_i386=		fails to compile: invokes amd64 assembler
 BROKEN_mips=		fails to compile: unrecognized command line option "-mpopcnt"
 BROKEN_mips64=		fails to compile: unrecognized command line option "-mpopcnt"
 


More information about the svn-ports-head mailing list