From owner-freebsd-python@FreeBSD.ORG Mon Jul 9 16:57:18 2012 Return-Path: Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BC44C1065670; Mon, 9 Jul 2012 16:57:18 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward3.mail.yandex.net (forward3.mail.yandex.net [IPv6:2a02:6b8:0:602::3]) by mx1.freebsd.org (Postfix) with ESMTP id 316578FC14; Mon, 9 Jul 2012 16:57:18 +0000 (UTC) Received: from smtp3.mail.yandex.net (smtp3.mail.yandex.net [77.88.46.103]) by forward3.mail.yandex.net (Yandex) with ESMTP id E6CD1B4110F; Mon, 9 Jul 2012 20:55:00 +0400 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1341852901; bh=uxnJMtyvzmMQQruhMeen5X1195FL+HlpV/Kpdj/nS1U=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=UaK9EVKPaPtqHgnTFJ35WggcDa1VbIjQRQdU5UNuVvmfrD7bWldjSAPM35YcSC3j3 rzxIp+6EEgSKj6PKrLkHMj+Y+RKRXbOczHS+Miuw3PmQMpOPCa+wrMGvwFIboiq1df SGGWsw2S89MrKAt95YIWSmN+nlfyGoM1huN2nvyg= Received: from smtp3.mail.yandex.net (localhost [127.0.0.1]) by smtp3.mail.yandex.net (Yandex) with ESMTP id B5AFC1BA07FC; Mon, 9 Jul 2012 20:55:00 +0400 (MSK) Received: from unknown (unknown [178.76.224.133]) by smtp3.mail.yandex.net (nwsmtp/Yandex) with ESMTP id t0bq0f5q-t0bq4u9Q; Mon, 9 Jul 2012 20:55:00 +0400 X-Yandex-Rcpt-Suid: 6yearold@gmail.com X-Yandex-Rcpt-Suid: freebsd-python@freebsd.org X-Yandex-Rcpt-Suid: mva@FreeBSD.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1341852900; bh=uxnJMtyvzmMQQruhMeen5X1195FL+HlpV/Kpdj/nS1U=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=dJb6lOjiK/2Pl4Y1mkHGMNxP3NEiRlgt/lF2uZKt2y61UPP9R784uTpNEPI1kgUK5 ngxhdWL+IFy/C9Mq25eb2cZuM+W9qdq6hbMtuJwBcsAs2xWpdxhrcrS6LPL0lbe6cq kIfK4IajqbsNIBuGfMSNTw4jQfPB6hdA7HPphd8o= Message-ID: <4FFB0C93.6090706@yandex.ru> Date: Mon, 09 Jul 2012 20:53:39 +0400 From: Ruslan Mahmatkhanov User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:13.0) Gecko/20120619 Thunderbird/13.0.1 MIME-Version: 1.0 To: arrowdodger <6yearold@gmail.com> References: <201206191842.q5JIgO21062918@freefall.freebsd.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Marcus von Appen , freebsd-python@freebsd.org Subject: Re: ports/168977: [PATCH] devel/mercurial: Fix WITHOUT_NLS option handling. X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2012 16:57:18 -0000 arrowdodger wrote on 19.06.2012 23:07: > On Tue, Jun 19, 2012 at 10:42 PM, wrote: > >> Synopsis: [PATCH] devel/mercurial: Fix WITHOUT_NLS option handling. >> >> State-Changed-From-To: open->feedback >> State-Changed-By: rm >> State-Changed-When: Tue Jun 19 18:42:23 UTC 2012 >> State-Changed-Why: >> Hi arrowdodger, thank you for submission. Would you please clarify what >> the point of this change? I checked the port in it's current state and >> if works properly (only installing locale dirs if WITHOUT_NLS is not >> defined). >> >> http://www.freebsd.org/cgi/query-pr.cgi?pr=168977 >> > > Uhm. Without this patch i get "hg" in russian despite WITHOUT_NLS=YES in > /etc/make.conf. And it installs po dirs for me. Hi, I'm sorry for delay. Just looked into this and Marcus was right. The current port fails to follow WITHOUT_NLS if msgfmt(1) (devel/gettext) is installed. So I filed upstream bug-report: http://bz.selenic.com/show_bug.cgi?id=3536 Right now I'm testing proposed patch and will commit it later today (along with 2.2.3 update). Thanks. -- Regards, Ruslan Tinderboxing kills... the drives.