ports/143295: math/plplot: math/py-numpy dep should be fixed

Anatoly Borodin anatoly.borodin at gmail.com
Wed Jan 27 16:50:02 UTC 2010


>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 at 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:



More information about the freebsd-ports-bugs mailing list