svn commit: r456638 - head/games/crafty

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Dec 18 15:25:50 UTC 2017


Author: amdmi3
Date: Mon Dec 18 15:25:49 2017
New Revision: 456638
URL: https://svnweb.freebsd.org/changeset/ports/456638

Log:
  - This is in fact broken on all architectures
  
  Approved by:	portmgr blanket

Modified:
  head/games/crafty/Makefile

Modified: head/games/crafty/Makefile
==============================================================================
--- head/games/crafty/Makefile	Mon Dec 18 15:18:32 2017	(r456637)
+++ head/games/crafty/Makefile	Mon Dec 18 15:25:49 2017	(r456638)
@@ -18,9 +18,7 @@ EXTRACT_ONLY=	crafty-${PORTVERSION}.zip
 MAINTAINER=	johans at FreeBSD.org
 COMMENT=	Chess program for playing and analyzing games
 
-BROKEN_aarch64=		fails to build: Could not read profile default.profdata: No such file or directory
-BROKEN_armv6=		fails to build: Could not read profile default.profdata: No such file or directory
-BROKEN_armv7=		fails to build: Could not read profile default.profdata: No such file or directory
+BROKEN=		fails to build: Could not read profile default.profdata: No such file or directory
 
 WRKSRC=		${WRKDIR}
 


More information about the svn-ports-all mailing list