svn commit: r472706 - in head: archivers/innoextract audio/mpdas biology/stacks databases/p5-DBD-cego databases/postgresql-libpqxx devel/eblob devel/gecode devel/libftdi1 devel/libvirt devel/xsd ed...

Olivier Cochard-Labbé olivier at freebsd.org
Wed Jun 20 06:13:09 UTC 2018


On Mon, Jun 18, 2018 at 9:03 PM Mark Linimon <linimon at freebsd.org> wrote:

> Author: linimon
> Date: Mon Jun 18 19:03:03 2018
> New Revision: 472706
> URL: https://svnweb.freebsd.org/changeset/ports/472706
>
> Log:
>   Adjust USES to fix builds on gcc-based architectures.
>
>
​Hi Mark,



>
>   Tested for no regression on amd64.
>
>
​Are your sure it was tested ? :-)
​

>
> Modified: head/net/frr4/Makefile
>
> ==============================================================================
> --- head/net/frr4/Makefile      Mon Jun 18 18:00:28 2018        (r472705)
> +++ head/net/frr4/Makefile      Mon Jun 18 19:03:03 2018        (r472706)
> @@ -18,9 +18,9 @@ LIB_DEPENDS=  libjson-c.so:devel/json-c
>
>  CONFLICTS=     openbgpd openospfd zebra quagga frr3
>
> +USES=          autoreconf bison compiler:c++11-lang gmake pkgconfig
> libtool makeinfo readline
>  GNU_CONFIGURE= yes
>  INSTALL_TARGET=        install-strip
> -USES=          autoreconf bison gmake pkgconfig libtool makeinfo
> python:2.7,build readline
>  USE_LDCONFIG=  yes
>
>  USE_GITHUB=    yes
>
>
​Why the 'python:27,build​' was removed if this commit was only gcc related
?
Because this change brokes the build:

checking for python3-config... no
checking for python-config... no
checking for python2-config... no
checking for PYTHON... no
checking for PYTHON... no
checking for PYTHON... no
checking for PYTHON... no
checking for PYTHON... no
configure: error: in `/wrkdirs/usr/ports/net/frr4/work/frr-frr-4.0':
configure: error: could not find python-config or pkg-config python,
please install Python development files from libpython-dev or similar

Full log:
http://package19.nyi.freebsd.org/data/104amd64-default-build-as-user/472720/logs/frr4-4.0_1.log


More information about the svn-ports-all mailing list