Subject: pkg/34786: [patch] python 2.4 plist incorrect on FreeBSD
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: None <peter.schuller@infidyne.com>
List: pkgsrc-bugs
Date: 10/11/2006 22:05:01
>Number: 34786
>Category: pkg
>Synopsis: [patch] python 2.4 plist incorrect on FreeBSD
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Wed Oct 11 22:05:00 +0000 2006
>Originator: Peter Schuller
>Release: FreeBSD 6.1
>Organization:
>Environment:
>Description:
On FreeBSD python 2.4 has a PLIST problem:
http://distfiles.scode.org/bulk-build/reports/20061004.2238/lang/python24/.broken.html
Python's configure.in has an explicit special case for FreeBSD where it cuts of the second component of the SO version. I have no idea what the reason for this is, but the FreeBSD port leaves it as is
>How-To-Repeat:
>Fix:
This patch:
http://distfiles.scode.org/pkgsrc/py24-so.diff
Uses PLIST_SUBST to rectify the PLIST on FreeBSD.