svn commit: r425694 - head/games/tome4

Mark Linimon linimon at FreeBSD.org
Tue Nov 8 07:36:53 UTC 2016


Author: linimon
Date: Tue Nov  8 07:36:52 2016
New Revision: 425694
URL: https://svnweb.freebsd.org/changeset/ports/425694

Log:
  Mark as broken on arm64.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/games/tome4/Makefile

Modified: head/games/tome4/Makefile
==============================================================================
--- head/games/tome4/Makefile	Tue Nov  8 07:29:47 2016	(r425693)
+++ head/games/tome4/Makefile	Tue Nov  8 07:36:52 2016	(r425694)
@@ -20,6 +20,8 @@ BUILD_DEPENDS=	premake4:devel/premake4
 LIB_DEPENDS=	libvorbisfile.so:audio/libvorbis \
 		libpng16.so:graphics/png
 
+BROKEN_arm64=	Fails to build: No support for this architecture (yet)
+
 DESKTOP_ENTRIES="ToME 4" "" "${PORTNAME}" \
 		"${PORTNAME}" "Game;RolePlaying;" ""
 


More information about the svn-ports-all mailing list