Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Oct 2018 09:57:11 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r481437 - head/math/py-graphillion
Message-ID:  <201810070957.w979vBx9084068@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Sun Oct  7 09:57:10 2018
New Revision: 481437
URL: https://svnweb.freebsd.org/changeset/ports/481437

Log:
  math/py-graphillion: Update to 1.2
  
  This version fixes build failures on FreeBSD versions that use Clang 6:
  
  src/graphillion/zdd.cc:461:31: error: invalid operands to binary expression ('std::__1::ostream' (aka 'basic_ostream<char>') and 'std::__1::ostream')
    if (out == std::cout || out == std::cerr)
                            ~~~ ^  ~~~~~~~~~
  
  Reported by:	pkg-fallout
  MFH:		2018Q4

Modified:
  head/math/py-graphillion/Makefile
  head/math/py-graphillion/distinfo

Modified: head/math/py-graphillion/Makefile
==============================================================================
--- head/math/py-graphillion/Makefile	Sun Oct  7 09:38:38 2018	(r481436)
+++ head/math/py-graphillion/Makefile	Sun Oct  7 09:57:10 2018	(r481437)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	graphillion
-PORTVERSION=	0.99
+PORTVERSION=	1.2
 CATEGORIES=	math python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +14,10 @@ COMMENT=	Fast, lightweight graphset operation library 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-USES=		python:2.7
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR}
+
+# Python 2.7,3.4+
+USES=		python
 USE_PYTHON=	distutils autoplist
 
 post-install:

Modified: head/math/py-graphillion/distinfo
==============================================================================
--- head/math/py-graphillion/distinfo	Sun Oct  7 09:38:38 2018	(r481436)
+++ head/math/py-graphillion/distinfo	Sun Oct  7 09:57:10 2018	(r481437)
@@ -1,2 +1,3 @@
-SHA256 (Graphillion-0.99.tar.gz) = e635f8c12a94abd4fe13bd99e33a326a661ac7d13198b6fbb11060c117b19ab0
-SIZE (Graphillion-0.99.tar.gz) = 1041596
+TIMESTAMP = 1533943617
+SHA256 (Graphillion-1.2.tar.gz) = 79c725cb05a9ac35b38d3dac43cca1e552e6e9b285bd3003386448e57c235cb2
+SIZE (Graphillion-1.2.tar.gz) = 1092143



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