From owner-svn-ports-head@freebsd.org Wed Oct 19 22:27:38 2016 Return-Path: Delivered-To: svn-ports-head@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 71D5FC190B5; Wed, 19 Oct 2016 22:27:38 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from forward4p.cmail.yandex.net (forward4p.cmail.yandex.net [IPv6:2a02:6b8:0:1465::14]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Yandex CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3002B1EE; Wed, 19 Oct 2016 22:27:37 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from smtp3o.mail.yandex.net (smtp3o.mail.yandex.net [37.140.190.28]) by forward4p.cmail.yandex.net (Yandex) with ESMTP id 1F64920EEE; Thu, 20 Oct 2016 01:27:34 +0300 (MSK) Received: from smtp3o.mail.yandex.net (localhost.localdomain [127.0.0.1]) by smtp3o.mail.yandex.net (Yandex) with ESMTP id 2C0962940CE9; Thu, 20 Oct 2016 01:27:31 +0300 (MSK) Received: by smtp3o.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id 1Gry1rWlui-RVTGmQtf; Thu, 20 Oct 2016 01:27:31 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) X-Yandex-Suid-Status: 1 0,1 0,1 0,1 0,1 0 Subject: Re: svn commit: r424290 - in head/devel: . arduino-tools To: Mathieu Arnold , Boris Samorodov , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201610192053.u9JKrE0W038957@repo.freebsd.org> <343c9446-f23e-7521-cb9a-3a27e981e52e@FreeBSD.org> From: Boris Samorodov Message-ID: <4944156b-aadf-bb6b-bc6c-1d21af6afecd@passap.ru> Date: Thu, 20 Oct 2016 01:27:30 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <343c9446-f23e-7521-cb9a-3a27e981e52e@FreeBSD.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 22:27:38 -0000 20.10.2016 00:04, Mathieu Arnold пишет: > Le 19/10/2016 à 22:53, Boris Samorodov a écrit : >> +MASTER_SITES= # Mostly metaport - installs files, no build >> +DISTFILES= # >> +EXTRACT_ONLY= # >> > > Then why not use USES=metaport ? > >From the PR https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213529 : --- This is mostly a metaport, but not enough of a metaport to USES= metaport. It still installs files (well, symlinks), so NO_INSTALL and NO_MTREE are not actually appropriate. --- -- WBR, bsam