svn commit: r458870 - head/devel/libbobcat

Antoine Brodin antoine at FreeBSD.org
Fri Jan 12 20:52:26 UTC 2018


Author: antoine
Date: Fri Jan 12 20:52:25 2018
New Revision: 458870
URL: https://svnweb.freebsd.org/changeset/ports/458870

Log:
  Mark BROKEN: fails to build
  
  [./build, line 35] Error: double quote at end of string not found
  [./build, line 35] Error: Syntax error at `#include'
  
  Reported by:	pkg-fallout

Modified:
  head/devel/libbobcat/Makefile

Modified: head/devel/libbobcat/Makefile
==============================================================================
--- head/devel/libbobcat/Makefile	Fri Jan 12 20:42:19 2018	(r458869)
+++ head/devel/libbobcat/Makefile	Fri Jan 12 20:52:25 2018	(r458870)
@@ -13,6 +13,8 @@ COMMENT=	Brokken's Own Base Classes And Templates
 
 LICENSE=	GPLv3
 
+BROKEN=		fails to build
+
 BUILD_DEPENDS=	icmake:devel/icmake \
 		yodl>=3.0:textproc/yodl
 


More information about the svn-ports-all mailing list