From owner-freebsd-ports@freebsd.org Mon Dec 18 22:34:26 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9114AE8E4C9 for ; Mon, 18 Dec 2017 22:34:26 +0000 (UTC) (envelope-from coder@tuxfamily.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 7A90F7447E for ; Mon, 18 Dec 2017 22:34:26 +0000 (UTC) (envelope-from coder@tuxfamily.org) Received: by mailman.ysv.freebsd.org (Postfix) id 77030E8E4C7; Mon, 18 Dec 2017 22:34:26 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7692DE8E4C5 for ; Mon, 18 Dec 2017 22:34:26 +0000 (UTC) (envelope-from coder@tuxfamily.org) Received: from smtp.smtpout.orange.fr (smtp08.smtpout.orange.fr [80.12.242.130]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client CN "Bizanga Labs SMTP Client Certificate", Issuer "Bizanga Labs CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id EA5B27447D for ; Mon, 18 Dec 2017 22:34:25 +0000 (UTC) (envelope-from coder@tuxfamily.org) Received: from [192.168.1.14] ([86.200.249.99]) by mwinf5d67 with ME id naaN1w00D29RLba03aaNZ2; Mon, 18 Dec 2017 23:34:23 +0100 X-ME-Helo: [192.168.1.14] X-ME-Auth: YmFydG9sZXR0aS5sb2ljQG9yYW5nZS5mcg== X-ME-Date: Mon, 18 Dec 2017 23:34:23 +0100 X-ME-IP: 86.200.249.99 Subject: Re: pkg flavors breaks "make run-depends-list" To: Lbartoletti , Mathieu Arnold , jamie@thompson.dyslexicfish.net, ports@freebsd.org References: <5a211e3f.75a86.3b51aeec@thompson.dyslexicfish.net> <92e85df7-bc3f-09ae-4dba-238dcdcd9d5e@FreeBSD.org> <20171201123253.5361749.79318.12678@tuxfamily.org> From: lb Message-ID: <99fda0c0-1c9e-0803-4f60-f068fbce8acd@tuxfamily.org> Date: Mon, 18 Dec 2017 23:34:22 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: <20171201123253.5361749.79318.12678@tuxfamily.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: fr-FR X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2017 22:34:26 -0000 Hi, Is it possible to add the flavors into the name returned by build-depends-list? An example: Loic@FreeBSD:/usr/ports|⇒  make -C x11-toolkits/py-qt5-gui build-depends-list FLAVOR=py36 /usr/ports/ports-mgmt/pkg /usr/ports/lang/python36 /usr/ports/devel/py-sip ... Should be /usr/ports/devel/py-sip@py36 Regards. Loïc On 01.12.2017 13:32, Lbartoletti wrote: > Hi Mat‎hieu, > > I personaly use Make depends-list‎ in a python tools ( https://gitlab.com/lbartoletti/portsgraph)  to draw a graph of dependencies from ports. I hope release it a day. > > Regards. > > Envoyé de mon smartphone BlackBerry 10. >   Message d'origine > De: Mathieu Arnold > Envoyé: vendredi 1 décembre 2017 13:19 > À: jamie@thompson.dyslexicfish.net; ports@freebsd.org > Objet: Re: pkg flavors breaks "make run-depends-list" > > Le 01/12/2017 à 10:17, jamie@thompson.dyslexicfish.net a écrit : >> *2* 09:05 (25) "py-pytz" root@thompson# make run-depends-list >> py27-pytz-2017.3,1: "/usr/ports/devel/py-setuptools@py27" non-existent -- dependency list incomplete >> /usr/ports/lang/python27 > I fixed both build and run-depends-list in r455280. > (As we do not really like to maintain things that are not used by > anything in the framework, I would be interested by what you are using > them for exactly.) >