From owner-freebsd-python@FreeBSD.ORG  Tue May 21 05:32:18 2013
Return-Path: <owner-freebsd-python@FreeBSD.ORG>
Delivered-To: python@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by hub.freebsd.org (Postfix) with ESMTP id E097B3B5;
 Tue, 21 May 2013 05:32:18 +0000 (UTC)
 (envelope-from trtrmitya@gmail.com)
Received: from mail-lb0-f182.google.com (mail-lb0-f182.google.com
 [209.85.217.182]) by mx1.freebsd.org (Postfix) with ESMTP id 9B143FB;
 Tue, 21 May 2013 05:32:17 +0000 (UTC)
Received: by mail-lb0-f182.google.com with SMTP id z5so312069lbh.41
 for <multiple recipients>; Mon, 20 May 2013 22:32:16 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
 h=content-type:mime-version:subject:from:in-reply-to:date:cc
 :content-transfer-encoding:message-id:references:to:x-mailer;
 bh=+gJW9MIbDSi43zW0i3vGDIhAEshH/4jGoozm5y1/kYE=;
 b=sMNW9PFtI3XhZuOjzqPyJ0AQ2PqyRi/eVViObl2dH98qkjokwkkZD68F30TtUsKue1
 zMLSFVAWA+fFMf6EGucSOxUnszCKvwvVh8zMTnw+HgebFAaw3Gt6aOPxEzsqAKEwv28Y
 fZrDYn7xf/OSO/ymkQ7g96XGZtpODmPhKvU6GSi4qHqZbWMxp8GCVlt1wrxAG2WL44DZ
 Tp6Mb25nXy3dmggci4dFtEMGCCcxuCxL31ijcEL3O0+WG71oY7bPHvF0Mx3ch/hqsLW1
 wWzFBn8s+ZWZyP1iVnafNtwreHbWyp73vXCq9bb1zxn1anUhsqZGd4PBaoGisP2JjV4r
 V+Jg==
X-Received: by 10.112.167.229 with SMTP id zr5mr669454lbb.7.1369114336048;
 Mon, 20 May 2013 22:32:16 -0700 (PDT)
Received: from ?IPv6:2a02:6b8::408:310c:c116:782e:498b?
 ([2a02:6b8:0:408:310c:c116:782e:498b])
 by mx.google.com with ESMTPSA id lb9sm330581lab.9.2013.05.20.22.32.14
 for <multiple recipients>
 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128);
 Mon, 20 May 2013 22:32:14 -0700 (PDT)
Content-Type: text/plain; charset=iso-8859-1
Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1503\))
Subject: Re: svn commit: r318575 - in head/math/py-numpy: . files
From: Dmitry Sivachenko <trtrmitya@gmail.com>
In-Reply-To: <519B05EA.2040101@yandex.ru>
Date: Tue, 21 May 2013 09:32:13 +0400
Content-Transfer-Encoding: quoted-printable
Message-Id: <E625CFF8-D9EF-4EE4-8FF8-48B59737305F@gmail.com>
References: <201305200620.r4K6KTnO039444@svn.freebsd.org>
 <20130520072122.GA1287@medusa.sysfault.org>
 <6B980234-D2EA-4FEE-A7EF-829F5392E40B@FreeBSD.org>
 <20130520162827.GB1287@medusa.sysfault.org>
 <20130520184050.GB31335@slackbox.erewhon.net>
 <519A7C38.9020109@y.saltant.net> <519B01BF.5040902@yandex.ru>
 <8B6A9B44-1223-462B-BED6-8B95067CBEEF@gmail.com> <519B05EA.2040101@yandex.ru>
To: Ruslan Makhmatkhanov <cvs-src@yandex.ru>
X-Mailer: Apple Mail (2.1503)
Cc: svn-ports-head@FreeBSD.org, Roland Smith <rsmith@xs4all.nl>,
 svn-ports-all@FreeBSD.org, ports-committers@FreeBSD.org,
 "John W. O'Brien" <obrienjw@y.saltant.net>, python@FreeBSD.org,
 Marcus von Appen <mva@FreeBSD.org>
X-BeenThere: freebsd-python@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 21 May 2013 05:32:19 -0000


On 21.05.2013, at 9:28, Ruslan Makhmatkhanov <cvs-src@yandex.ru> wrote:
>=20
> It was defined as a hack (by you in particular), so I put it aside for =
a while. Also, Marcus suggested more proper fix, but it's more complex =
(for me to understand). If there is consensus that we can you use this =
temporary, then I can prepare patch for yet another exp-run at the next =
week.
>=20


Well, since none developed a better approach I vote to commit your fix =
(despite I still think it could be done better).

What we see now (patch every python port) is even worse.

Thanks.