From owner-svn-ports-head@FreeBSD.ORG Mon Feb 17 14:27:37 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 880EDD98; Mon, 17 Feb 2014 14:27:37 +0000 (UTC) Received: from forward4l.mail.yandex.net (forward4l.mail.yandex.net [IPv6:2a02:6b8:0:1819::4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3AA3D1737; Mon, 17 Feb 2014 14:27:37 +0000 (UTC) Received: from smtp2h.mail.yandex.net (smtp2h.mail.yandex.net [84.201.187.145]) by forward4l.mail.yandex.net (Yandex) with ESMTP id CC23F1440E49; Mon, 17 Feb 2014 18:27:24 +0400 (MSK) Received: from smtp2h.mail.yandex.net (localhost [127.0.0.1]) by smtp2h.mail.yandex.net (Yandex) with ESMTP id 1FB631703B2A; Mon, 17 Feb 2014 18:27:24 +0400 (MSK) Received: from unknown (unknown [77.66.228.253]) by smtp2h.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id b03Vy8AYU4-RNeKLBmb; Mon, 17 Feb 2014 18:27:23 +0400 (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client certificate not present) X-Yandex-Uniq: 9e20c5ca-9df7-431c-8da4-3361d4a972b3 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1392647243; bh=qY6aUMBjuoOrBg30tJvyAJubm2pqjwBq+01+OZxoHCQ=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=qlvfU5gns4DcRwQYmbFIdBSgQWpUR5wYXogdG4jL3/HolESXpX8XSAap88pT4AzV/ 19dIcRq2ayO1RRhfXzqoFAPjbtpzyyob016oom93aJVhZIQB9giJzdr/zrkreMJH7e G6HF7fjxj4Ov0l6HlAl2Jl4+dCKldJHfm5beYmqU= Authentication-Results: smtp2h.mail.yandex.net; dkim=pass header.i=@yandex.ru Message-ID: <53021C4B.5060804@yandex.ru> Date: Mon, 17 Feb 2014 18:27:23 +0400 From: Ruslan Makhmatkhanov User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: Dmitry Sivachenko Subject: Re: svn commit: r344728 - in head/devel/py-country: . files References: <201402171202.s1HC26QV025254@svn.freebsd.org> <5301FDC0.7040705@yandex.ru> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit 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:27:37 -0000 Dmitry Sivachenko wrote on 17.02.2014 17:49: > > On 17 февр. 2014 г., at 16:17, Ruslan Makhmatkhanov wrote: > >> Hi Dmitry, >> >> Dmitry Sivachenko wrote on 17.02.2014 16:02: >>> Author: demon >>> Date: Mon Feb 17 12:02:05 2014 >>> New Revision: 344728 >>> URL: http://svnweb.freebsd.org/changeset/ports/344728 >>> QAT: https://qat.redports.org/buildarchive/r344728/ >>> >>> Log: >>> Update to version 1.4. >>> >> >> [...] >> >>> PYDISTUTILS_PKGNAME= pycountry >> >> ^^^ This one is not used, when >> >>> PYDISTUTILS_AUTOPLIST= yes >> >> is defined. So it's safe to remove. >> > > > Probably not, if I remove that line I get the following error: > > ===> Checking if devel/py-country already installed > running easy_install > error: Not a URL, existing file, or requirement spec: '/tmp/py-country/work/pycountry-1.4/dist/country-1.4-py2.7.egg' > *** Error code 1 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. -- Regards, Ruslan T.O.S. Of Reality