Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Sep 2003 18:14:44 +0800 (CST)
From:      Yen-Ming Lee <leeym@utopia.leeym.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/56697: fix port: lang/f2py
Message-ID:  <20030911101444.972E93EABE3@utopia.leeym.com>
Resent-Message-ID: <200309111020.h8BAKESi041515@freefall.freebsd.org>

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

>Number:         56697
>Category:       ports
>Synopsis:       fix port: lang/f2py
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 11 03:20:13 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 5.1-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD utopia.leeym.com 5.1-RELEASE-p2 FreeBSD 5.1-RELEASE-p2 #4: Sun Aug 24 06:56:03 CST 2003 root@utopia.leeym.com:/mnt/obj/usr/src/sys/UTOPIA i386


	
>Description:

fix PLIST problem

>How-To-Repeat:

http://bento.freebsd.org/errorlogs/i386-4-latest/f2py-2.13.175.1250.log

>Fix:

	

--- f2py.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/lang/f2py/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile	20 Feb 2003 18:37:57 -0000	1.4
+++ Makefile	11 Sep 2003 10:10:36 -0000
@@ -19,5 +19,6 @@
 
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
+PLIST_SUB=	_PYTHON_VERSION=${_PYTHON_VERSION}
 
 .include <bsd.port.mk>
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/lang/f2py/pkg-plist,v
retrieving revision 1.3
diff -u -r1.3 pkg-plist
--- pkg-plist	4 Sep 2003 14:04:33 -0000	1.3
+++ pkg-plist	11 Sep 2003 10:10:36 -0000
@@ -1,4 +1,4 @@
-bin/f2py%%PYTHON_VERSION%%
+bin/f2py%%_PYTHON_VERSION%%
 lib/%%PYTHON_VERSION%%/site-packages/f2py2e/__cvs_version__.py
 lib/%%PYTHON_VERSION%%/site-packages/f2py2e/__cvs_version__.pyc
 lib/%%PYTHON_VERSION%%/site-packages/f2py2e/__cvs_version__.pyo
--- f2py.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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