From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 14 21:50:03 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE25716A40F for ; Tue, 14 Nov 2006 21:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9CEC43D55 for ; Tue, 14 Nov 2006 21:50:02 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kAELo2Em007154 for ; Tue, 14 Nov 2006 21:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kAELo2cM007153; Tue, 14 Nov 2006 21:50:02 GMT (envelope-from gnats) Resent-Date: Tue, 14 Nov 2006 21:50:02 GMT Resent-Message-Id: <200611142150.kAELo2cM007153@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Diane Bruce Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A85C316A403; Tue, 14 Nov 2006 21:48:51 +0000 (UTC) (envelope-from db@db.net) Received: from diana.db.net (diana.db.net [204.228.225.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EB1143D45; Tue, 14 Nov 2006 21:48:51 +0000 (GMT) (envelope-from db@db.net) Received: from db by diana.db.net with local (Exim 4.63 (FreeBSD)) (envelope-from ) id 1Gk64s-000Mil-LW; Tue, 14 Nov 2006 14:44:22 -0700 Message-Id: Date: Tue, 14 Nov 2006 14:44:22 -0700 From: Diane Bruce To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: rafan@FreeBSD.org Subject: ports/105544: Missing PY-NUMPY definition in /usr/ports/Mk/bsd.python.mk X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Diane Bruce List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Nov 2006 21:50:03 -0000 >Number: 105544 >Category: ports >Synopsis: Missing PY-NUMPY definition in /usr/ports/Mk/bsd.python.mk >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Nov 14 21:50:02 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Diane Bruce >Release: FreeBSD 6.2-PRERELEASE i386 >Organization: None >Environment: System: FreeBSD diana.db.net 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Sat Oct 14 14:44:56 MDT 2006 db@diana.db.net:/usr/obj/usr/src/sys/LTNX i386 >Description: PY-NUMERIC is being deprecated in favour of PY-NUMPY >How-To-Repeat: >Fix: I suggest the addition of PY-NUMPY to /usr/ports/MK/bsd.python.mk.diff for consistency --- bsd.python.mk.orig Tue Nov 14 16:37:44 2006 +++ bsd.python.mk Tue Nov 14 16:43:04 2006 @@ -99,6 +99,7 @@ # PYNUMERIC - Dependency line for the numeric extension. Py-Numeric-17 # is the last release that works with Python versions older # than 1.6. +# PYNUMPY - Dependency line for the new numeric extension.# py-numpy, Py-Numeric is deprecated. # # PYXML - Dependency line for the XML extension. As of Python-2.0, # this extension is in the base distribution. @@ -415,6 +416,7 @@ # Python 3rd-party modules PYDISTUTILS= ${PYTHON_LIBDIR}/distutils/core.py:${PYTHON_PORTSDIR} PYNUMERIC= ${PYTHON_SITELIBDIR}/Numeric/Numeric.py:${PORTSDIR}/math/py-numeric +PYNUMPY= ${PYTHON_SITELIBDIR}/numpy/core/numeric.py:${PORTSDIR}/math/py-numpy PYXML= ${PYTHON_SITELIBDIR}/_xmlplus/__init__.py:${PORTSDIR}/textproc/py-xml .if defined(PYTHON_REL) && ${PYTHON_REL} < 232 >Release-Note: >Audit-Trail: >Unformatted: