Date: Sun, 4 Nov 2018 13:55:58 +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: r484050 - head/math/goblin Message-ID: <201811041355.wA4Dtwm0031644@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Nov 4 13:55:58 2018 New Revision: 484050 URL: https://svnweb.freebsd.org/changeset/ports/484050 Log: 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: head/math/goblin/Makefile Modified: head/math/goblin/Makefile ============================================================================== --- head/math/goblin/Makefile Sun Nov 4 13:54:21 2018 (r484049) +++ head/math/goblin/Makefile Sun Nov 4 13:55:58 2018 (r484050) @@ -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?201811041355.wA4Dtwm0031644>