From owner-freebsd-ports@freebsd.org Thu Nov 23 00:43:44 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 9E994DF9DCA for ; Thu, 23 Nov 2017 00:43:44 +0000 (UTC) (envelope-from bsd-lists@BSDforge.com) 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 8C98E721F9 for ; Thu, 23 Nov 2017 00:43:44 +0000 (UTC) (envelope-from bsd-lists@BSDforge.com) Received: by mailman.ysv.freebsd.org (Postfix) id 883AFDF9DC9; Thu, 23 Nov 2017 00:43:44 +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 87C89DF9DC8 for ; Thu, 23 Nov 2017 00:43:44 +0000 (UTC) (envelope-from bsd-lists@BSDforge.com) Received: from udns.ultimatedns.net (static-24-113-41-81.wavecable.com [24.113.41.81]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 48126721F8; Thu, 23 Nov 2017 00:43:43 +0000 (UTC) (envelope-from bsd-lists@BSDforge.com) Received: from udns.ultimatedns.net (localhost [127.0.0.1]) by udns.ultimatedns.net (8.14.9/8.14.9) with ESMTP id vAN0hetZ084359; Wed, 22 Nov 2017 16:43:46 -0800 (PST) (envelope-from bsd-lists@BSDforge.com) X-Mailer: Cypht MIME-Version: 1.0 Cc: "ports@freebsd.org>" In-Reply-To: <1f4579f2-7e1c-09b0-e00b-00965ebd1338@freebsd.org> From: "Chris H" Reply-To: bsd-lists@BSDforge.com To: Subject: Re: Suggestion: USES=autoplist Date: Wed, 22 Nov 2017 16:43:46 -0800 Message-Id: <846870a5cad36144c4fd0cafd44b4997@udns.ultimatedns.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable 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: Thu, 23 Nov 2017 00:43:44 -0000 On Tue, 21 Nov 2017 21:04:22 -0800 said > While trying to update math/vtk, I found that its plist is very complex,= =20 > with many optional files, some files depending on multiple port options=2E >=20 > But it is a well-behaved project, and it only installs the correct file= =20 > set=2E It is much easier to just trust it=2E >=20 >=20 > So I am suggesting USES=3Dautoplist: https://reviews=2Efreebsd=2Eorg/D13181 >=20 >=20 > Any thoughts? Maybe I'm just missing something=2E=2E=2E But doesn't $ make plist give it to you? Apologies if I'm simply missing the obvious=2E :) >=20 >=20 > Thank you, >=20 > Yuri --Chris