svn commit: r535688 - head/games/astromenace

Mark Linimon linimon at FreeBSD.org
Mon May 18 00:23:45 UTC 2020


Author: linimon
Date: Mon May 18 00:23:45 2020
New Revision: 535688
URL: https://svnweb.freebsd.org/changeset/ports/535688

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

Modified:
  head/games/astromenace/Makefile

Modified: head/games/astromenace/Makefile
==============================================================================
--- head/games/astromenace/Makefile	Mon May 18 00:18:39 2020	(r535687)
+++ head/games/astromenace/Makefile	Mon May 18 00:23:45 2020	(r535688)
@@ -16,6 +16,8 @@ LICENSE_FILE_GPLv3+ =	${WRKSRC}/licenses/GPL-3.0.txt
 LICENSE_FILE_CC-BY-SA-4.0=${WRKSRC}/licenses/CC-BY-SA-4.0.txt
 LICENSE_FILE_OFL11=	${WRKSRC}/licenses/OFL-1.1.txt
 
+BROKEN_powerpc64=	fails to build: gamedata/models/models.pack: vw_CreateVFS(): VFS compilation process aborted!
+
 LIB_DEPENDS=	libogg.so:audio/libogg \
 		libvorbis.so:audio/libvorbis \
 		libvorbisfile.so:audio/libvorbis \


More information about the svn-ports-head mailing list