From owner-svn-ports-head@FreeBSD.ORG Wed Aug 21 17:15:20 2013 Return-Path: Delivered-To: svn-ports-head@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 616F9D17; Wed, 21 Aug 2013 17:15:20 +0000 (UTC) (envelope-from andrej.zverev@gmail.com) Received: from mail-oa0-x22e.google.com (mail-oa0-x22e.google.com [IPv6:2607:f8b0:4003:c02::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DAFF72ADA; Wed, 21 Aug 2013 17:15:19 +0000 (UTC) Received: by mail-oa0-f46.google.com with SMTP id j10so1389260oah.5 for ; Wed, 21 Aug 2013 10:15:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=yf6MhLTlVwkX1vGjb81COOuXvHb+Ge6LdPBMKGMYQm4=; b=ryzD5iaJc051wUVaBWF6C+2Fw0zClbTTVl2l5U28pz8IJDjq0Ytwov/pNCVkXt2pvf 9WanFCvSrV/R95bak0A0LDW4qrBSytamKvCJlgkDd++sfgvfKmDwppX6mCKroQOn3NjN Mhiat5YIkKDJ5EMLsgrA5r15IV2SV5wloYW/GMvxXtrPVrH5Z4S7YMS/4LiClGl+qJd8 8+ZLk5rIBmUZ6+Ybk3upnog7SdPgGrxWNO/OaART1AKMaW2HJ3GHPq+UlWcV4cYSAUnT tF5WT3pbDi7MGY9gI8zrUe+n41wxjuQT54g393ln7y8Hi2XYQNHb4n6M6eF7SQAyCPiR rpMg== MIME-Version: 1.0 X-Received: by 10.182.119.229 with SMTP id kx5mr9321229obb.23.1377105319145; Wed, 21 Aug 2013 10:15:19 -0700 (PDT) Sender: andrej.zverev@gmail.com Received: by 10.182.43.226 with HTTP; Wed, 21 Aug 2013 10:15:19 -0700 (PDT) In-Reply-To: References: <201308201148.r7KBmYcU083251@svn.freebsd.org> <521359E7.2020008@marino.st> <52135BDE.9070600@marino.st> <20130821012043.GA40499@FreeBSD.org> <5214E45B.4030103@marino.st> Date: Wed, 21 Aug 2013 21:15:19 +0400 X-Google-Sender-Auth: cgfkFRvZzIUCrzu2fvJGECrQxtA Message-ID: Subject: Re: svn commit: r325041 - head/japanese/eb From: Andrej Zverev To: Jason Helfman Content-Type: text/plain; charset=ISO-8859-1 Cc: "svn-ports-head@freebsd.org" , Alexey Dokuchaev , marino@freebsd.org, "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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, 21 Aug 2013 17:15:20 -0000 On Wed, Aug 21, 2013 at 8:27 PM, Jason Helfman wrote: > > Fair enough. What this is doing though is making gettext a build dependency > regardless if NLS is selected or not. > > (nls disabled here) > $ make -V PORT_OPTIONS > DOCS EXAMPLES IPV6 > $ make -V USES > gettext perl5 > > (nls enabled here) > $ make -V PORT_OPTIONS > DOCS EXAMPLES IPV6 NLS > $ make -V USES > gettext perl5 > > However the port doesn't disable NLS if it is not selected. It should > conditionally add gettext, as you've pointed out, > Unless of course it requires gettext regardless, which I have seen as well. > > 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. > > You sure about URL of logs ? (they are same) and both (well, one actually) only with --enable-nls.