From owner-svn-ports-head@freebsd.org Wed Feb 13 15:39:39 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 73FEB14CF477; Wed, 13 Feb 2019 15:39:39 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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 13A6B8FCE3; Wed, 13 Feb 2019 15:39:39 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from icepick.vmeta.jp (unknown [IPv6:2405:6586:2280:1200:7026:9e74:43f7:126e]) (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 9249E1C431; Wed, 13 Feb 2019 15:39:37 +0000 (UTC) (envelope-from meta@FreeBSD.org) Date: Thu, 14 Feb 2019 00:39:33 +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: <20190213153933.26m7uoqymorbecop@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: 13A6B8FCE3 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.88 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; NEURAL_HAM_SHORT(-0.88)[-0.879,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 15:39:39 -0000 Same with x11-wm/compiz-plugins-main after r480038. I'll add address both issue with the latest submitter. 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/. -- meta