Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jan 2018 20:52:25 +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: r458870 - head/devel/libbobcat
Message-ID:  <201801122052.w0CKqPfm035042@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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