[Patches] [ python-Patches-492301 ] Fink Patch for Python 2.2

noreply@sourceforge.net noreply@sourceforge.net
Thu, 13 Dec 2001 14:05:48 -0800


Patches item #492301, was opened at 2001-12-12 17:19
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=492301&group_id=5470

Category: Macintosh
Group: None
>Status: Closed
>Resolution: Rejected
Priority: 5
Submitted By: Steven J. Burr (sburrious)
Assigned to: Jack Jansen (jackjansen)
Summary: Fink Patch for Python 2.2

Initial Comment:
Patch applied to Fink distribution of Python.

Requested by Jack Jansen.

----------------------------------------------------------------------

>Comment By: Jack Jansen (jackjansen)
Date: 2001-12-13 14:05

Message:
Logged In: YES 
user_id=45365

Steve,
I'm afraid I can't accept these patches as-is. There's a couple of problems with them (aside from the file format, what is it, MacBinary? AppleSingle?). Also, I think most of the issues, except the /sw one, which should probably be fink-specific anyway, are solved with the current cvs tree. If not please let me know.

The patch the the $(PGEN) line in Makefile.pre.in will not work, the LDFLAGS are specifically for Python itself, they may contain stuff for creating a framework, etc.
The CPPFLAGS patch is probably fink-specific, the <PREFIX> syntaxt I haven't seen before.

The /sw convention in setup.py looks interesting, but I'm not sure whether this is a fink-only thing.

The configure patch should be to configure.in (which is the sourcefile), and moreover I don't agree with it. Removing -ltermcap unconditionally will break builds on other platforms, which do need termcap.


----------------------------------------------------------------------

Comment By: Steven J. Burr (sburrious)
Date: 2001-12-12 18:38

Message:
Logged In: YES 
user_id=322368

I didn't prepare the patch, but I think it's the "unified" 
format for diff files.

This particular patch is used by "fink," a command line 
tool for automating the installation of open source 
software, including the Unix version of Python, on Mac 
OS X.

----------------------------------------------------------------------

Comment By: Guido van Rossum (gvanrossum)
Date: 2001-12-12 17:49

Message:
Logged In: YES 
user_id=6380

(Just curious - what kind of file format is this?)

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=492301&group_id=5470