From owner-svn-ports-head@FreeBSD.ORG Mon Feb 17 14:53:32 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0A114497; Mon, 17 Feb 2014 14:53:32 +0000 (UTC) Received: from mail-la0-x22a.google.com (mail-la0-x22a.google.com [IPv6:2a00:1450:4010:c03::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 24C041A48; Mon, 17 Feb 2014 14:53:30 +0000 (UTC) Received: by mail-la0-f42.google.com with SMTP id hr13so11331358lab.15 for ; Mon, 17 Feb 2014 06:53:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=apaHP9glTMQ4QiEUoCf+i9ZiB8J9dVgdtPcc5PxOgSU=; b=yjog0yycJTGTewd1oIdcX1L0PRlCaTEpk3b2H2HOAvgLXZ5n9w9KgoEsScOxhSuj0y cwhxXsXJQZdAIvKD6a4nE0YhrPxSqes8Q3pFog58y8RhRoi5mopmqWMUBRTTFRmDrIDu A9P/vKQ5+9yDo5TxHjUt7RxcLaub9TljBM+BRT8NChug3kuvSW/Tw6+IXMxkQ9cis5sz 9HQaj0j6CTg28ebaBWL0VsLjDCzqice4lzVggUT1b4GlBijxU7Ph+vX+kC3jHmnnk379 /MJLn13IuSJZcw5vuG2l+1vQCHGPNLpVa6u1zDN4aGoIA+a1ItJ3yhRcKMn2xCHl8OEJ u/eQ== X-Received: by 10.112.50.15 with SMTP id y15mr88791lbn.74.1392648809029; Mon, 17 Feb 2014 06:53:29 -0800 (PST) Received: from 95.108.174.208-red.dhcp.yndx.net (95.108.174.208-red.dhcp.yndx.net. [95.108.174.208]) by mx.google.com with ESMTPSA id qx7sm19201300lbb.9.2014.02.17.06.53.27 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 17 Feb 2014 06:53:27 -0800 (PST) Sender: Dmitry Sivachenko Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 7.1 \(1827\)) Subject: Re: svn commit: r344728 - in head/devel/py-country: . files From: Dmitry Sivachenko In-Reply-To: <53021C4B.5060804@yandex.ru> Date: Mon, 17 Feb 2014 18:53:25 +0400 Content-Transfer-Encoding: quoted-printable Message-Id: <13AB17E5-BD3A-497D-9CD3-6A989591D32E@FreeBSD.org> References: <201402171202.s1HC26QV025254@svn.freebsd.org> <5301FDC0.7040705@yandex.ru> <53021C4B.5060804@yandex.ru> To: Ruslan Makhmatkhanov X-Mailer: Apple Mail (2.1827) Cc: "svn-ports-head@FreeBSD.org" , "svn-ports-all@FreeBSD.org" , "ports-committers@FreeBSD.org" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 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: Mon, 17 Feb 2014 14:53:32 -0000 On 17 =D1=84=D0=B5=D0=B2=D1=80. 2014 =D0=B3., at 18:27, Ruslan = Makhmatkhanov wrote: >=20 > That's because of easy_install in USE_PYDISTUTILS. Just change it to = yes and it will work. Now there is also empty files/ directory and = NO_STAGE, that can be removed. >=20 Yes, indeed, thanks!