Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Jan 2020 22:19:03 +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: r523501 - head/math/barvinok
Message-ID:  <202001182219.00IMJ3G8026356@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Jan 18 22:19:02 2020
New Revision: 523501
URL: https://svnweb.freebsd.org/changeset/ports/523501

Log:
  Mark BROKEN: fails to build
  
  iscc.c:1117:22: error: use of undeclared identifier 'isl_hash_table_entry_none'; did you mean 'isl_hash_table_remove'?
  
  Reported by:	pkg-fallout

Modified:
  head/math/barvinok/Makefile

Modified: head/math/barvinok/Makefile
==============================================================================
--- head/math/barvinok/Makefile	Sat Jan 18 22:12:18 2020	(r523500)
+++ head/math/barvinok/Makefile	Sat Jan 18 22:19:02 2020	(r523501)
@@ -10,6 +10,8 @@ COMMENT=	Library for counting the number of integer po
 
 LICENSE=	GPLv2
 
+BROKEN=		fails to build
+
 LIB_DEPENDS=	libglpk.so:math/glpk \
 		libgmp.so:math/gmp \
 		libisl.so:devel/isl \



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