From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jan 27 16:50:02 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8DE161065698 for ; Wed, 27 Jan 2010 16:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6B21D8FC2B for ; Wed, 27 Jan 2010 16:50:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id o0RGo2DS019155 for ; Wed, 27 Jan 2010 16:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id o0RGo2qX019154; Wed, 27 Jan 2010 16:50:02 GMT (envelope-from gnats) Resent-Date: Wed, 27 Jan 2010 16:50:02 GMT Resent-Message-Id: <201001271650.o0RGo2qX019154@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, Anatoly Borodin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0B2CE1065692 for ; Wed, 27 Jan 2010 16:46:29 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id DECCE8FC29 for ; Wed, 27 Jan 2010 16:46:28 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o0RGkStT070444 for ; Wed, 27 Jan 2010 16:46:28 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o0RGkS7I070443; Wed, 27 Jan 2010 16:46:28 GMT (envelope-from nobody) Message-Id: <201001271646.o0RGkS7I070443@www.freebsd.org> Date: Wed, 27 Jan 2010 16:46:28 GMT From: Anatoly Borodin To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/143295: math/plplot: math/py-numpy dep should be fixed X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jan 2010 16:50:02 -0000 >Number: 143295 >Category: ports >Synopsis: math/plplot: math/py-numpy dep should be fixed >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jan 27 16:50:02 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Anatoly Borodin >Release: >Organization: >Environment: >Description: math/plplot: math/py-numpy dep should be fixed - there is // inside. >How-To-Repeat: >Fix: Patch attached with submission follows: >From 76040846436c9caa28c2fc8fd132aad72ae5958f Mon Sep 17 00:00:00 2001 From: Anatoly Borodin Date: Wed, 30 Dec 2009 23:50:40 +0100 Subject: [PATCH 20/21] math/plplot: fix index creation. --- math/plplot/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git math/plplot/Makefile math/plplot/Makefile index ce0b5e4..de87260 100644 --- math/plplot/Makefile +++ math/plplot/Makefile @@ -65,7 +65,7 @@ PLIST_SUB+= FORTRAN="@comment " .if defined(WITH_PYTHON) BUILD_DEPENDS+= swig:${PORTSDIR}/devel/swig13 \ f2py:${PORTSDIR}/math/py-numpy -RUN_DEPENDS+= f2py:${PORTSDIR}//math/py-numpy +RUN_DEPENDS+= f2py:${PORTSDIR}/math/py-numpy USE_PYTHON= yes PLIST_SUB+= PYTHON="" CONFIGURE_ENV+= PYTHON_VERSION="${PYTHON_VERSION}" -- 1.6.6.1 >Release-Note: >Audit-Trail: >Unformatted: