Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Nov 2018 19:24:21 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r485245 - head/games/openclaw
Message-ID:  <201811181924.wAIJOL73075621@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Nov 18 19:24:21 2018
New Revision: 485245
URL: https://svnweb.freebsd.org/changeset/ports/485245

Log:
  Mark BROKEN: fails to build
  
  convert: insufficient image data in file `/wrkdirs/usr/ports/games/openclaw/work/OpenClaw-0.0-51-gbac7730/ClawLauncher/Resources/launcher_icon.ico' @ error/icon.c/ReadICONImage/380.
  convert: no images defined `/wrkdirs/usr/ports/games/openclaw/work/launcher_icon_%[filename:size].png' @ error/convert.c/ConvertImageCommand/3258.
  
  Reported by:	pkg-fallout

Modified:
  head/games/openclaw/Makefile

Modified: head/games/openclaw/Makefile
==============================================================================
--- head/games/openclaw/Makefile	Sun Nov 18 19:20:27 2018	(r485244)
+++ head/games/openclaw/Makefile	Sun Nov 18 19:24:21 2018	(r485245)
@@ -14,6 +14,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 LIB_DEPENDS=	libtinyxml.so:textproc/tinyxml
 
+BROKEN=		fails to build
+
 USES=		cmake:outsource compiler:c++11-lib pkgconfig localbase:ldflags
 USE_GITHUB=	yes
 GH_ACCOUNT=	pjasicek



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