svn commit: r426635 - head/games/supertuxkart

Mark Linimon linimon at FreeBSD.org
Sun Nov 20 21:30:26 UTC 2016


Author: linimon
Date: Sun Nov 20 21:30:25 2016
New Revision: 426635
URL: https://svnweb.freebsd.org/changeset/ports/426635

Log:
  Change from BROKEN to NOT_FOR_ARCHS per maintainer request.
  
  Reported by:	maintainer

Modified:
  head/games/supertuxkart/Makefile

Modified: head/games/supertuxkart/Makefile
==============================================================================
--- head/games/supertuxkart/Makefile	Sun Nov 20 21:12:06 2016	(r426634)
+++ head/games/supertuxkart/Makefile	Sun Nov 20 21:30:25 2016	(r426635)
@@ -19,7 +19,8 @@ LIB_DEPENDS=	libvorbisfile.so:audio/libv
 		libpng.so:graphics/png \
 		libfreetype.so:print/freetype2
 
-BROKEN_aarch64=	fails to build: invokes x86 asm
+ONLY_FOR_ARCHS=		amd64 i386
+ONLY_FOR_ARCHS_REASON=	fails to build: invokes x86 asm
 
 USES=		alias cmake compiler:c++11-lib dos2unix gettext \
 		gmake jpeg openal:al pkgconfig tar:xz


More information about the svn-ports-all mailing list