svn commit: r542095 - branches/2020Q3/games/burrtools

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


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

Log:
  MFH: r542094
  
  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

Modified:
  branches/2020Q3/games/burrtools/Makefile
Directory Properties:
  branches/2020Q3/   (props changed)

Modified: branches/2020Q3/games/burrtools/Makefile
==============================================================================
--- branches/2020Q3/games/burrtools/Makefile	Sun Jul 12 20:05:01 2020	(r542094)
+++ branches/2020Q3/games/burrtools/Makefile	Sun Jul 12 20:05:44 2020	(r542095)
@@ -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