From owner-svn-ports-all@freebsd.org Mon May 28 08:07:49 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 50416F71AB3; Mon, 28 May 2018 08:07:49 +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 CA591821CF; Mon, 28 May 2018 08:07:48 +0000 (UTC) (envelope-from yuri@freebsd.org) Received: from yv.noip.me (c-24-4-131-132.hsd1.ca.comcast.net [24.4.131.132]) (authenticated bits=0) by shell1.rawbw.com (8.15.1/8.15.1) with ESMTPSA id w4S87f7Z091978 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Mon, 28 May 2018 01:07:42 -0700 (PDT) (envelope-from yuri@freebsd.org) X-Authentication-Warning: shell1.rawbw.com: Host c-24-4-131-132.hsd1.ca.comcast.net [24.4.131.132] claimed to be yv.noip.me Reply-To: yuri@freebsd.org Subject: Re: svn commit: r471013 - in head: . audio audio/calf audio/calf-lv2 audio/calf-lv2/files To: Mathieu Arnold Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201805280138.w4S1cbjb044887@repo.freebsd.org> <20180528075338.uzagvaj47ijnvixz@atuin.in.mat.cc> From: Yuri Message-ID: <78a30cbc-6ee2-c7d0-1b04-9cfb192a48d5@freebsd.org> Date: Mon, 28 May 2018 01:07:40 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: <20180528075338.uzagvaj47ijnvixz@atuin.in.mat.cc> Content-Language: en-US Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.26 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2018 08:07:49 -0000 On 05/28/18 00:53, Mathieu Arnold wrote: >> * Rename to calf-lv2 because this port primarily provides LV2 plugins > As the LV2 plugin part is optional, this seems like a very bogus change. This project is defined the way that the same functionality can be applied either directly to Jack, or also as LV2 plugins. Since LV2 plugins are more robust, I think that -lv2 suffix here is reasonable. As LV2 plugins, they can be applied in many other ways, in addition to Jack. So LV2=on is a preferred default here. Wikipedia also defines the project as "a set of open source LV2 plugins". Yuri