Date: Sun, 7 Apr 2019 06:27:48 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r498259 - head/games/crafty Message-ID: <201904070627.x376RmVs016343@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904070627.x376RmVs016343>