svn commit: r498165 - branches/2019Q2/games/stonesoup-sdl

Antoine Brodin antoine at FreeBSD.org
Sat Apr 6 18:37:19 UTC 2019


Author: antoine
Date: Sat Apr  6 18:37:18 2019
New Revision: 498165
URL: https://svnweb.freebsd.org/changeset/ports/498165

Log:
  MFH: r498164
  
  Mark BROKEN: fails to build
  
  util/gen-luatags.pl
  cp rltiles/floor.png dat/tiles/floor.png
  cp: rltiles/floor.png: No such file or directory
  gmake[1]: *** [Makefile:1665: dat/tiles/floor.png] Error 1
  
  Reported by:	pkg-fallout

Modified:
  branches/2019Q2/games/stonesoup-sdl/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/games/stonesoup-sdl/Makefile
==============================================================================
--- branches/2019Q2/games/stonesoup-sdl/Makefile	Sat Apr  6 18:36:59 2019	(r498164)
+++ branches/2019Q2/games/stonesoup-sdl/Makefile	Sat Apr  6 18:37:18 2019	(r498165)
@@ -4,6 +4,7 @@
 PORT_OPTIONS+=	SDL
 PKGNAMESUFFIX=	-sdl
 
+BROKEN=		rltiles/floor.png: No such file or directory
 MASTERDIR=	${.CURDIR}/../stonesoup
 
 .include	"${MASTERDIR}/Makefile"


More information about the svn-ports-all mailing list