Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Nov 2018 13:56:18 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r484051 - branches/2018Q4/math/goblin
Message-ID:  <201811041356.wA4DuIx2031778@repo.freebsd.org>

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



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