From owner-freebsd-python@FreeBSD.ORG  Mon May 20 08:09:49 2013
Return-Path: <owner-freebsd-python@FreeBSD.ORG>
Delivered-To: freebsd-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 D43E8490
 for <freebsd-python@FreeBSD.org>; Mon, 20 May 2013 08:09:49 +0000 (UTC)
 (envelope-from rhurlin@gwdg.de)
Received: from amailer.gwdg.de (amailer.gwdg.de [134.76.10.18])
 by mx1.freebsd.org (Postfix) with ESMTP id 9CCB225A
 for <freebsd-python@FreeBSD.org>; Mon, 20 May 2013 08:09:49 +0000 (UTC)
Received: from p5dc3ede4.dip0.t-ipconnect.de ([93.195.237.228]
 helo=krabat.raven.hur)
 by mailer.gwdg.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72)
 (envelope-from <rhurlin@gwdg.de>)
 id 1UeL9v-0004El-0J; Mon, 20 May 2013 10:09:31 +0200
Message-ID: <5199DA3A.2080909@gwdg.de>
Date: Mon, 20 May 2013 10:09:30 +0200
From: Rainer Hurling <rhurlin@gwdg.de>
User-Agent: Mozilla/5.0 (X11; FreeBSD amd64;
 rv:17.0) Gecko/20130516 Thunderbird/17.0.6
MIME-Version: 1.0
To: Dmitry Sivachenko <trtrmitya@gmail.com>
Subject: Re: ports/178256: [PATCH] Unbreak math/py-numpy with python 3.3 and
 update to 1.7.0.
References: <201305200621.r4K6L7kx017066@freefall.freebsd.org>
 <5199CE47.6090103@gwdg.de> <9C85A575-4EB7-4940-A438-C9455056BC17@FreeBSD.org>
In-Reply-To: <9C85A575-4EB7-4940-A438-C9455056BC17@FreeBSD.org>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-Authenticated: Id:rhurlin
X-Spam-Level: -
X-Virus-Scanned: (clean) by exiscan+sophie
Cc: rsmith@xs4all.nl, llwang@infor.org, freebsd-python@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: Mon, 20 May 2013 08:09:49 -0000

On 20.05.2013 09:26 (UTC+2), Dmitry Sivachenko wrote:
> 
> On 20.05.2013, at 11:18, Rainer Hurling <rhurlin@gwdg.de> wrote:
> 
>> On 20.05.2013 08:21 (UTC+2), demon@FreeBSD.org wrote:
>>> Synopsis: [PATCH] Unbreak math/py-numpy with python 3.3 and update to 1.7.0.
>>>
>>> State-Changed-From-To: feedback->closed
>>> State-Changed-By: demon
>>> State-Changed-When: Mon May 20 06:20:47 UTC 2013
>>> State-Changed-Why: 
>>> Port updated, thanks!
>>>
>>> http://www.freebsd.org/cgi/query-pr.cgi?pr=178256
>>
>> Many thanks for the update. But I am afraid that there is a problem with
>> the source files. This is on 10.0-CURRENT amd64 with clang.
>>
>> For me, the patch doesn't built, because it complains about
>> numpy-ref-1.7.0.pdf and numpy-user-1.7.0.pdf, they were not found.
>> Looking into the official sources at
>> http://sourceforge.net/projects/numpy/files/NumPy/1.7.0/ there are only
>> files named userguide.pdf and reference.pdf. I think, this files are meant?
>>
> 
> 
> Yes, I already noticed that, sorry.  Fixed.

Wow, thank you, that's fast. And it works for me now.

> 
> 
>> And BTW, is there any reason, why it updates to version 1.7.0 and not
>> 1.7.1 (from 2013-04-25)?
>>
> 
> 
> Because it would require another maintainer approval :)
> I plan to work on it.

Nice.

Thanks again.