From owner-svn-ports-head@freebsd.org Wed Feb 13 10:58:18 2019 Return-Path: Delivered-To: svn-ports-head@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 81C7514EB8FD; Wed, 13 Feb 2019 10:58:18 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1AE1E84B5B; Wed, 13 Feb 2019 10:58:18 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from icepick.vmeta.jp (unknown [IPv6:2405:6586:2280:1200:d497:77ca:b53c:6804]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: meta/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 799FE1A5A0; Wed, 13 Feb 2019 10:58:16 +0000 (UTC) (envelope-from meta@FreeBSD.org) Date: Wed, 13 Feb 2019 19:58:11 +0900 From: Koichiro Iwao To: Tobias Kortkamp Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r492819 - in head/x11-wm/compiz-plugins-extra: . files Message-ID: <20190213105810.frufk4hlawf6afoh@icepick.vmeta.jp> References: <201902130153.x1D1rfFE038035@repo.freebsd.org> <20190213102758.GA43337@urd.tobik.me> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20190213102758.GA43337@urd.tobik.me> X-Operating-System: FreeBSD 12.0-STABLE amd64 User-Agent: NeoMutt/20180716 X-Rspamd-Queue-Id: 1AE1E84B5B X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.98 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; NEURAL_HAM_SHORT(-0.99)[-0.987,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Wed, 13 Feb 2019 10:58:18 -0000 On Wed, Feb 13, 2019 at 11:27:59AM +0100, Tobias Kortkamp wrote: > On Wed, Feb 13, 2019 at 01:53:41AM +0000, Koichiro Iwao wrote: > > Author: meta > > Date: Wed Feb 13 01:53:40 2019 > > New Revision: 492819 > > URL: https://svnweb.freebsd.org/changeset/ports/492819 > > > > Log: > > x11-wm/compiz-plugins-extra: add LICENSE etc > > > > - Add LICENSE > > - Add missing dependencies > > - Add option NLS > > The NLS option is broken. Have you tried building with it off? > > checking for xgettext... no > checking for msgmerge... no > checking for msgfmt... no > checking for gmsgfmt... no > configure: error: GNU gettext tools not found; required for intltool > ===> Script "configure" failed unexpectedly. > > Beyond that there are no %%NLS%% in pkg-plist for everything under > share/locale/. I didn't notice that. Thanks, will share with the submitter and fix it shortly. -- meta