Date: Sat, 28 May 2016 16:50:25 +0300 From: Dmitry Sivachenko <trtrmitya@gmail.com> To: Dmitry Marakasov <amdmi3@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r415960 - head/math/py-networkx Message-ID: <348BC6FD-BDC2-4F02-9CC9-2E59D4ED5A05@gmail.com> In-Reply-To: <201605271942.u4RJgCpZ024200@repo.freebsd.org> References: <201605271942.u4RJgCpZ024200@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> On 27 May 2016, at 22:42, Dmitry Marakasov <amdmi3@FreeBSD.org> wrote: >=20 > Author: amdmi3 > Date: Fri May 27 19:42:12 2016 > New Revision: 415960 > URL: https://svnweb.freebsd.org/changeset/ports/415960 >=20 > Log: > - Change condition to fix build with fmake when using python3.x >=20 > PR: 209514 > Approved by: portmgr blanket >=20 > Modified: > head/math/py-networkx/Makefile >=20 > Modified: head/math/py-networkx/Makefile > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- head/math/py-networkx/Makefile Fri May 27 19:40:28 2016 = (r415959) > +++ head/math/py-networkx/Makefile Fri May 27 19:42:12 2016 = (r415960) > @@ -49,8 +49,10 @@ YAML_RUN_DEPENDS=3D ${PYTHON_PKGNAMEPREFIX >=20 > .include <bsd.port.pre.mk> >=20 > -.if ${PYTHON_REL} >=3D 3000 && (${PORT_OPTIONS:MMPL} || = ${PORT_OPTIONS:MGRAPHVIZ}) > +.if ${PYTHON_REL} >=3D 3000 > +. if ${PORT_OPTIONS:MMPL} || ${PORT_OPTIONS:MGRAPHVIZ} > BROKEN=3D Neither math/py-matplotlib nor = graphics/py-graphviz support Python 3.x yet. Please disable both the MPL = and=20 This BROKEN message seems wrong: according to documentation and FreeBSD = port, py-matplotlib does support python3; Also there is separate port graphics/py3-pygraphviz which support = python3.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?348BC6FD-BDC2-4F02-9CC9-2E59D4ED5A05>