Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Sep 2020 01:27:48 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r549650 - in head: . math math/barvinok
Message-ID:  <202009230127.08N1RmKb066588@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Wed Sep 23 01:27:48 2020
New Revision: 549650
URL: https://svnweb.freebsd.org/changeset/ports/549650

Log:
  Re-add port: math/barvinok: Library for counting the number of integer points in polytopes

Added:
  head/math/barvinok/
     - copied from r546332, head/math/barvinok/
Modified:
  head/MOVED
  head/math/Makefile
  head/math/barvinok/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Wed Sep 23 00:46:02 2020	(r549649)
+++ head/MOVED	Wed Sep 23 01:27:48 2020	(r549650)
@@ -15389,7 +15389,6 @@ games/xminesweep||2020-08-27|Has expired: Broken for m
 graphics/backfract||2020-08-27|Has expired: Broken for more than 6 months
 japanese/kanjipad||2020-08-27|Has expired: Broken for more than 6 months
 japanese/xdtp||2020-08-27|Has expired: Broken for more than 6 months
-math/barvinok||2020-08-27|Has expired: Broken for more than 6 months
 math/openmesh||2020-08-27|Has expired: Broken for more than 6 months
 math/rehearse||2020-08-27|Has expired: Broken for more than 6 months
 net/hinfo||2020-08-27|Has expired: Broken for more than 6 months

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Wed Sep 23 00:46:02 2020	(r549649)
+++ head/math/Makefile	Wed Sep 23 01:27:48 2020	(r549650)
@@ -150,6 +150,7 @@
     SUBDIR += aspcud
     SUBDIR += asymptote
     SUBDIR += atlas
+    SUBDIR += barvinok
     SUBDIR += bcal
     SUBDIR += bitwise
     SUBDIR += blacs

Modified: head/math/barvinok/Makefile
==============================================================================
--- head/math/barvinok/Makefile	Thu Aug 27 09:36:41 2020	(r546332)
+++ head/math/barvinok/Makefile	Wed Sep 23 01:27:48 2020	(r549650)
@@ -10,10 +10,6 @@ COMMENT=	Library for counting the number of integer po
 
 LICENSE=	GPLv2
 
-BROKEN=		fails to build
-DEPRECATED=	Broken for more than 6 months
-EXPIRATION_DATE=	2020-08-26
-
 LIB_DEPENDS=	libglpk.so:math/glpk \
 		libgmp.so:math/gmp \
 		libisl.so:devel/isl \
@@ -25,5 +21,7 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-static --enable-shared --enable-shared-barvinok \
 		--with-gmp=system --with-polylib=system --with-isl=system
 USE_LDCONFIG=	yes
+
+INSTALL_TARGET=	install-strip
 
 .include <bsd.port.mk>



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