svn commit: r498164 - head/games/stonesoup-sdl

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


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

Log:
  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
  MFH:		2019Q2

Modified:
  head/games/stonesoup-sdl/Makefile

Modified: head/games/stonesoup-sdl/Makefile
==============================================================================
--- head/games/stonesoup-sdl/Makefile	Sat Apr  6 18:31:14 2019	(r498163)
+++ head/games/stonesoup-sdl/Makefile	Sat Apr  6 18:36:59 2019	(r498164)
@@ -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