From owner-svn-ports-all@freebsd.org Sat Dec 28 11:19:07 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2CB021E5710; Sat, 28 Dec 2019 11:19:07 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 47lLmq0Qybz4GvC; Sat, 28 Dec 2019 11:19:06 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id DE98733E18; Sat, 28 Dec 2019 06:19:04 -0500 (EST) Received: from anthias (unknown [103.16.157.121]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id 6B6DE33E13; Sat, 28 Dec 2019 06:19:02 -0500 (EST) Date: Sat, 28 Dec 2019 21:19:08 +1000 (+10) From: Gerald Pfeifer To: Marius Strobl cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r521020 - in head: Mk benchmarks/netperf devel/cvsbook math/R sysutils/screen In-Reply-To: <201912271924.xBRJOuQq001669@repo.freebsd.org> Message-ID: References: <201912271924.xBRJOuQq001669@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Rspamd-Queue-Id: 47lLmq0Qybz4GvC X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-5.99 / 15.00]; NEURAL_HAM_MEDIUM(-0.99)[-0.993,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Sat, 28 Dec 2019 11:19:07 -0000 On Fri, 27 Dec 2019, Marius Strobl wrote: > Author: marius > Date: Fri Dec 27 19:24:56 2019 > New Revision: 521020 > URL: https://svnweb.freebsd.org/changeset/ports/521020 > > Log: > Add and use a shared INFO description. I have patches to add that knob to > a bunch of additional ports. Nice consolidation work. > +INFO_DESC?= Build and/or install info documentation For someone not closely familiar with the GNU universe (which is quite possible, in particular in a FreeBSD context) "info documentation" may feel a bit weird, as in "of course documentation is information". How about making this "documentation in GNU info format" (or a variation thereof)? > +++ head/devel/cvsbook/Makefile Fri Dec 27 19:24:56 2019 (r521020) > -INFO_DESC= Install the info version > SINGLE_HTML_DESC= Install the single HTML version > SPLIT_HTML_DESC= Install the split HTML version > POSTSCRIPT_DESC= Install the Postscript version This one suffers from the consolidation; may I suggest to keep the original INFO_DESC in this one case? Gerald, who contributed support for INFO= eons ago :)