From owner-freebsd-python@FreeBSD.ORG Mon May 20 07:18:35 2013 Return-Path: Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 1A3B5912; Mon, 20 May 2013 07:18:35 +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 D7342EE; Mon, 20 May 2013 07:18:33 +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 ) id 1UeKMZ-0007LJ-QM; Mon, 20 May 2013 09:18:32 +0200 Message-ID: <5199CE47.6090103@gwdg.de> Date: Mon, 20 May 2013 09:18:31 +0200 From: Rainer Hurling User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130516 Thunderbird/17.0.6 MIME-Version: 1.0 To: demon@FreeBSD.org 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> In-Reply-To: <201305200621.r4K6L7kx017066@freefall.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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 May 2013 07:18:35 -0000 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? And BTW, is there any reason, why it updates to version 1.7.0 and not 1.7.1 (from 2013-04-25)? I appreciate your work. Rainer Hurling