svn commit: r498260 - branches/2019Q2/games/crafty

Antoine Brodin antoine at FreeBSD.org
Sun Apr 7 06:28:18 UTC 2019


Author: antoine
Date: Sun Apr  7 06:28:17 2019
New Revision: 498260
URL: https://svnweb.freebsd.org/changeset/ports/498260

Log:
  MFH: r498259
  
  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

Modified:
  branches/2019Q2/games/crafty/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/games/crafty/Makefile
==============================================================================
--- branches/2019Q2/games/crafty/Makefile	Sun Apr  7 06:27:48 2019	(r498259)
+++ branches/2019Q2/games/crafty/Makefile	Sun Apr  7 06:28:17 2019	(r498260)
@@ -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-branches mailing list