Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Jan 2010 16:46:28 GMT
From:      Anatoly Borodin <anatoly.borodin@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/143295: math/plplot: math/py-numpy dep should be fixed
Message-ID:  <201001271646.o0RGkS7I070443@www.freebsd.org>
Resent-Message-ID: <201001271650.o0RGo2qX019154@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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 <anatoly.borodin@gmail.com>
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001271646.o0RGkS7I070443>