svn commit: r523501 - head/math/barvinok

Antoine Brodin antoine at FreeBSD.org
Sat Jan 18 22:19:03 UTC 2020


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 \


More information about the svn-ports-all mailing list