svn commit: r485245 - head/games/openclaw

Antoine Brodin antoine at FreeBSD.org
Sun Nov 18 19:24:22 UTC 2018


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


More information about the svn-ports-all mailing list