From owner-svn-ports-head@freebsd.org Fri Oct 28 16:03:40 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 84718C25E81; Fri, 28 Oct 2016 16:03:40 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 7A5D2DC5; Fri, 28 Oct 2016 16:03:40 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 788381A01; Fri, 28 Oct 2016 16:03:40 +0000 (UTC) Date: Fri, 28 Oct 2016 16:03:40 +0000 From: Alexey Dokuchaev To: Koop Mast Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r424830 - in head/audio: . virtual_oss virtual_oss_ctl Message-ID: <20161028160340.GA83183@FreeBSD.org> References: <201610281303.u9SD3eYP039389@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201610281303.u9SD3eYP039389@repo.freebsd.org> User-Agent: Mutt/1.6.1 (2016-04-27) 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: Fri, 28 Oct 2016 16:03:40 -0000 On Fri, Oct 28, 2016 at 01:03:40PM +0000, Koop Mast wrote: > New Revision: 424830 > URL: https://svnweb.freebsd.org/changeset/ports/424830 > > Log: > Add virtual_oss and it's graphical control panel virtual_oss_ctl. > [...] > +COMMENT= Virtual OSS multi device mixer application. We don't terminate COMMENT with a dot (full stop). > +DEBUG_DESC= Build with debugging support This is default value and should not have been added. Both bogosities were fixed in r424861. ./danfe