From owner-svn-ports-all@freebsd.org Wed Jun 20 06:13:09 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 543A610033FB for ; Wed, 20 Jun 2018 06:13:09 +0000 (UTC) (envelope-from olivier@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 053B569BBE; Wed, 20 Jun 2018 06:13:09 +0000 (UTC) (envelope-from olivier@freebsd.org) Received: from mail-pl0-f50.google.com (mail-pl0-f50.google.com [209.85.160.50]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) (Authenticated sender: olivier/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id B334522F62; Wed, 20 Jun 2018 06:13:08 +0000 (UTC) (envelope-from olivier@freebsd.org) Received: by mail-pl0-f50.google.com with SMTP id d10-v6so1166210plo.5; Tue, 19 Jun 2018 23:13:08 -0700 (PDT) X-Gm-Message-State: APt69E1u/nlsJaYpNCtVgefvEDRw9Xd0iIJr+t/kBu0SlKtHXXfIFk5k xii6Nwp1uLbgfgAjQ6fXO7WoBB2C0s1mwrs5jkU= X-Google-Smtp-Source: ADUXVKLjt20Ps8N4/c6LqiO5bfTjdS/SkIo61UXr/hquVZriyACQgC4TXFNlzr6NVaGneSaAVVlqy++Qk80nNRv8Ln8= X-Received: by 2002:a17:902:1566:: with SMTP id b35-v6mr22340117plh.107.1529475187382; Tue, 19 Jun 2018 23:13:07 -0700 (PDT) MIME-Version: 1.0 References: <201806181903.w5IJ34aP017107@repo.freebsd.org> In-Reply-To: <201806181903.w5IJ34aP017107@repo.freebsd.org> From: =?UTF-8?Q?Olivier_Cochard=2DLabb=C3=A9?= Date: Wed, 20 Jun 2018 08:12:55 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: 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... To: linimon@freebsd.org Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.26 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jun 2018 06:13:09 -0000 On Mon, Jun 18, 2018 at 9:03 PM Mark Linimon 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. > > =E2=80=8BHi Mark, > > Tested for no regression on amd64. > > =E2=80=8BAre your sure it was tested ? :-) =E2=80=8B > > Modified: head/net/frr4/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/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=3D libjson-c.so:devel/json-c > > CONFLICTS=3D openbgpd openospfd zebra quagga frr3 > > +USES=3D autoreconf bison compiler:c++11-lang gmake pkgconfig > libtool makeinfo readline > GNU_CONFIGURE=3D yes > INSTALL_TARGET=3D install-strip > -USES=3D autoreconf bison gmake pkgconfig libtool makeinfo > python:2.7,build readline > USE_LDCONFIG=3D yes > > USE_GITHUB=3D yes > > =E2=80=8BWhy the 'python:27,build=E2=80=8B' 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