ports/56697: fix port: lang/f2py

Yen-Ming Lee leeym at utopia.leeym.com
Thu Sep 11 10:20:18 UTC 2003


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



More information about the freebsd-ports-bugs mailing list