From owner-svn-ports-head@freebsd.org Mon Nov 6 15:58:44 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 90DDAE61894; Mon, 6 Nov 2017 15:58:44 +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 68E9674C87; Mon, 6 Nov 2017 15:58:44 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id ABCB7132F6; Mon, 6 Nov 2017 15:58:43 +0000 (UTC) Date: Mon, 6 Nov 2017 15:58:43 +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: <20171106155843.GB80443@FreeBSD.org> References: <201711050906.vA596sGt068344@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201711050906.vA596sGt068344@repo.freebsd.org> 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 15:58:44 -0000 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). ./danfe