svn commit: r484051 - branches/2018Q4/math/goblin

Antoine Brodin antoine at FreeBSD.org
Sun Nov 4 13:56:19 UTC 2018


Author: antoine
Date: Sun Nov  4 13:56:18 2018
New Revision: 484051
URL: https://svnweb.freebsd.org/changeset/ports/484051

Log:
  MFH: r484050
  
  Mark BROKEN: fails to build
  
  In file included from shell_src/goshGraph.cpp:13:
  In file included from include/gosh.h:13:
  In file included from include/goblin.h:21:
  In file included from include/managedObject.h:17:
  In file included from include/attributePool.h:19:
  include/fileImport.h:46:5: error: exception specification of overriding function is more lax than base version
      ~goblinImport() throw(ERParse);
      ^
  
  Reported by:	pkg-fallout

Modified:
  branches/2018Q4/math/goblin/Makefile
Directory Properties:
  branches/2018Q4/   (props changed)

Modified: branches/2018Q4/math/goblin/Makefile
==============================================================================
--- branches/2018Q4/math/goblin/Makefile	Sun Nov  4 13:55:58 2018	(r484050)
+++ branches/2018Q4/math/goblin/Makefile	Sun Nov  4 13:56:18 2018	(r484051)
@@ -15,6 +15,7 @@ LICENSE=	LGPL21 GPLv2+ # GPLv2 for (optional) bundled 
 LICENSE_COMB=	multi
 LICENSE_FILE_LGPL21=	${WRKSRC}/tcl/LGPL
 
+BROKEN=		fails to build
 CONFLICTS=	glpk-[0-9]*
 
 USES=		gmake tk tar:tgz


More information about the svn-ports-branches mailing list