From owner-freebsd-ports@freebsd.org Wed Nov 22 05:04:31 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 9A499DDFBB9 for ; Wed, 22 Nov 2017 05:04:31 +0000 (UTC) (envelope-from yuri@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 86D976C42A for ; Wed, 22 Nov 2017 05:04:31 +0000 (UTC) (envelope-from yuri@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 830D2DDFBB8; Wed, 22 Nov 2017 05:04:31 +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 82866DDFBB7 for ; Wed, 22 Nov 2017 05:04:31 +0000 (UTC) (envelope-from yuri@freebsd.org) Received: from shell1.rawbw.com (shell1.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id 5AF6C6C429 for ; Wed, 22 Nov 2017 05:04:30 +0000 (UTC) (envelope-from yuri@freebsd.org) Received: from yv.noip.me (c-24-6-186-56.hsd1.ca.comcast.net [24.6.186.56]) (authenticated bits=0) by shell1.rawbw.com (8.15.1/8.15.1) with ESMTPSA id vAM54NOV066302 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO) for ; Tue, 21 Nov 2017 21:04:24 -0800 (PST) (envelope-from yuri@freebsd.org) X-Authentication-Warning: shell1.rawbw.com: Host c-24-6-186-56.hsd1.ca.comcast.net [24.6.186.56] claimed to be yv.noip.me To: "ports@freebsd.org" Reply-To: yuri@freebsd.org From: Yuri Subject: Suggestion: USES=autoplist Message-ID: <1f4579f2-7e1c-09b0-e00b-00965ebd1338@freebsd.org> Date: Tue, 21 Nov 2017 21:04:22 -0800 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US 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: Wed, 22 Nov 2017 05:04:31 -0000 While trying to update math/vtk, I found that its plist is very complex, with many optional files, some files depending on multiple port options. But it is a well-behaved project, and it only installs the correct file set. It is much easier to just trust it. So I am suggesting USES=autoplist: https://reviews.freebsd.org/D13181 Any thoughts? Thank you, Yuri