svn commit: r536546 - branches/2020Q2/games/astromenace

Mark Linimon linimon at FreeBSD.org
Tue May 26 01:08:31 UTC 2020


Author: linimon
Date: Tue May 26 01:08:30 2020
New Revision: 536546
URL: https://svnweb.freebsd.org/changeset/ports/536546

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

Modified:
  branches/2020Q2/games/astromenace/Makefile
Directory Properties:
  branches/2020Q2/   (props changed)

Modified: branches/2020Q2/games/astromenace/Makefile
==============================================================================
--- branches/2020Q2/games/astromenace/Makefile	Tue May 26 01:06:37 2020	(r536545)
+++ branches/2020Q2/games/astromenace/Makefile	Tue May 26 01:08:30 2020	(r536546)
@@ -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-all mailing list