From owner-svn-ports-head@freebsd.org Mon Nov 6 16:18:01 2017 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 B9382E620DC; Mon, 6 Nov 2017 16:18:01 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9A3D5758E6; Mon, 6 Nov 2017 16:18:01 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id E46F61396F; Mon, 6 Nov 2017 16:18:00 +0000 (UTC) Date: Mon, 6 Nov 2017 16:18:00 +0000 From: Alexey Dokuchaev To: Antoine Brodin Cc: "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Subject: Re: svn commit: r453526 - head/devel/libfwsi Message-ID: <20171106161800.GA34971@FreeBSD.org> References: <201711050906.vA596sGt068344@repo.freebsd.org> <20171106155843.GB80443@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.8.3 (2017-05-23) 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: Mon, 06 Nov 2017 16:18:01 -0000 On Mon, Nov 06, 2017 at 05:15:18PM +0100, Antoine Brodin wrote: > On Mon, Nov 6, 2017 at 4:58 PM, Alexey Dokuchaev wrote: > > On Sun, Nov 05, 2017 at 09:06:54AM +0000, Antoine Brodin wrote: > >> New Revision: 453526 > >> URL: https://svnweb.freebsd.org/changeset/ports/453526 > >> > >> Log: > >> - Update to experimental-20171103 > >> - Build python2 and python3 bindings > >> - Remove DOCS option, the 2 text files do not carry useful information > >> > >> [...] > >> -OPTIONS_DEFINE= DOCS NLS > >> +OPTIONS_DEFINE= NLS > >> > >> NLS_USES= gettext > >> NLS_CONFIGURE_ON= --with-libintl-prefix=${LOCALBASE} > >> NLS_CONFIGURE_OFF= --disable-nls > >> - > >> -PORTDOCS= AUTHORS ChangeLog > > > > Are they empty or what? If not, I don't see how they are useless; in > > fact, many ports install similar files and personally I'd rather have > > them, even out of mere respect for the software author(s). > > They are useless: > AUTHORS information is already available in man pages and headers. > ChangeLog tells to run "git log" against the git repo. Ah, that explains it. Would be nice to mention it in the commit log so stupid people like myself won't bother others with their dumb questions. ./danfe