svn commit: r542094 - head/games/burrtools

Antoine Brodin antoine at FreeBSD.org
Sun Jul 12 20:05:02 UTC 2020


Author: antoine
Date: Sun Jul 12 20:05:01 2020
New Revision: 542094
URL: https://svnweb.freebsd.org/changeset/ports/542094

Log:
  Mark BROKEN: fails to build
  
  (cd /wrkdirs/usr/ports/games/burrtools/work/burrtools-0.6.3 && /bin/cat burricons.ico | winicontoppm -bestqual |  pnmtopng -transparent=black > burricons.png)
  winicontoppm: abnormal bit per pixel value 32
  pnmtopng: Error reading first byte of what is expected to be a Netpbm magic number.  Most often, this means your input file is empty
  
  Reported by:	pkg-fallout
  MFH:		2020Q3

Modified:
  head/games/burrtools/Makefile

Modified: head/games/burrtools/Makefile
==============================================================================
--- head/games/burrtools/Makefile	Sun Jul 12 19:24:26 2020	(r542093)
+++ head/games/burrtools/Makefile	Sun Jul 12 20:05:01 2020	(r542094)
@@ -12,6 +12,8 @@ COMMENT=	Puzzle solver
 
 LICENSE=	GPLv2+ # COPYING is GPLv3
 
+BROKEN=		fails to build
+
 BUILD_DEPENDS=	netpbm>0:graphics/netpbm
 LIB_DEPENDS=	libboost_system.so:devel/boost-libs \
 		libpng.so:graphics/png \


More information about the svn-ports-all mailing list