From owner-svn-ports-all@FreeBSD.ORG Wed Aug 21 16:54:18 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 857F06B8; Wed, 21 Aug 2013 16:54:18 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 55101298C; Wed, 21 Aug 2013 16:54:18 +0000 (UTC) Received: from [10.31.9.101] (unknown [213.225.137.129]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id A2982435C7; Wed, 21 Aug 2013 11:54:06 -0500 (CDT) Message-ID: <5214F0A3.50304@marino.st> Date: Wed, 21 Aug 2013 18:53:55 +0200 From: John Marino User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: Jason Helfman Subject: Re: svn commit: r325041 - head/japanese/eb References: <201308201148.r7KBmYcU083251@svn.freebsd.org> <521359E7.2020008@marino.st> <52135BDE.9070600@marino.st> <20130821012043.GA40499@FreeBSD.org> <5214E45B.4030103@marino.st> In-Reply-To: X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: "svn-ports-head@freebsd.org" , Alexey Dokuchaev , "svn-ports-all@freebsd.org" , Andrej Zverev , "ports-committers@freebsd.org" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: marino@freebsd.org List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Aug 2013 16:54:18 -0000 On 8/21/2013 18:27, Jason Helfman wrote: > I did built it though, and it looks like it needs gettext regardless, > and it does break. > > http://meatwad.mouf.net/rubick/poudriere/logs/bulk/91amd64-jgh/latest/logs/errors/ja-eb-4.4.3.log > > And this log is with --disable-nls > > http://meatwad.mouf.net/rubick/poudriere/logs/bulk/91amd64-jgh/latest/logs/errors/ja-eb-4.4.3.log > > Sounds like an upstream bug, and when or if ever fixed, uses can be > fixed to be conditional. > I concur with that conclusion. I might patch configure though as a result. I don't like having unnecessary dependencies (although something like gettext is sure to be on the system for other reasons though). John