From owner-freebsd-ports@freebsd.org Thu Nov 23 08:51:58 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 D41A4DE4802 for ; Thu, 23 Nov 2017 08:51:58 +0000 (UTC) (envelope-from yuri@freebsd.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 BE1A932A3 for ; Thu, 23 Nov 2017 08:51:58 +0000 (UTC) (envelope-from yuri@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id BD7B9DE4801; Thu, 23 Nov 2017 08:51:58 +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 BD329DE4800 for ; Thu, 23 Nov 2017 08:51:58 +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 A5EEC32A1; Thu, 23 Nov 2017 08:51:58 +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 vAN8pvNT005732 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Thu, 23 Nov 2017 00:51:57 -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 Reply-To: yuri@freebsd.org Subject: Re: Suggestion: USES=autoplist To: Brooks Davis Cc: "ports@freebsd.org" References: <1f4579f2-7e1c-09b0-e00b-00965ebd1338@freebsd.org> <20171122165939.GC2442@spindle.one-eyed-alien.net> From: Yuri Message-ID: <589b8dc3-f216-89b1-6de8-0c0391241c2f@freebsd.org> Date: Thu, 23 Nov 2017 00:51:56 -0800 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <20171122165939.GC2442@spindle.one-eyed-alien.net> Content-Type: text/plain; charset=windows-1252; 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: Thu, 23 Nov 2017 08:51:58 -0000 On 11/22/17 08:59, Brooks Davis wrote: > Looking to the future, is the port an obviously candidate for FLAVORS or > multi-packages? If so, they you probably want to keep the current > plist. If not, then I guess it depends on your confidence that the port > will remain well behaved. Flavors and multi-packages will work fine with autoplist. autoplist always generates the plist according to the currently selected options. Well-behavedness is what is really required for autoplist. Yuri