Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Apr 2019 18:37:18 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r498165 - branches/2019Q2/games/stonesoup-sdl
Message-ID:  <201904061837.x36IbILU034795@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904061837.x36IbILU034795>