[Patches] [ python-Patches-1540470 ] Patches for OpenBSD 4.0

SourceForge.net noreply at sourceforge.net
Tue Sep 5 04:57:17 CEST 2006


Patches item #1540470, was opened at 2006-08-15 01:37
Message generated for change (Comment added) made by nnorwitz
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1540470&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Build
Group: Python 2.5
>Status: Closed
>Resolution: Accepted
>Priority: 5
Submitted By: Damien Miller (djmdjm)
Assigned to: Neal Norwitz (nnorwitz)
Summary: Patches for OpenBSD 4.0

Initial Comment:
Hi,

There are several points in the Python-2.5b3 code that
need to be modified to properly support OpenBSD 4.x.
This is mostly because of a dependence on sys.platform
returning "openbsd3", which is no longer true for
OpenBSD CVS - OpenBSD 4.0 is in beta right now, to be
released in a couple of months.

The attached patch (against SVN head) fixes this. It
would be great if this can make it in for Python-2.5.



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

>Comment By: Neal Norwitz (nnorwitz)
Date: 2006-09-04 19:57

Message:
Logged In: YES 
user_id=33168

I modified the change to configure.in to be explicit.  This
is generally what we do so if the platform does change, we
are ok.

Committed revision 51727. 2.5
Committed revision 51728.


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

Comment By: Damien Miller (djmdjm)
Date: 2006-08-18 22:25

Message:
Logged In: YES 
user_id=1359232

No, these patches are required to build and pass regress on
OpenBSD 4.0. It wasn't a simple search and replace exercise.

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

Comment By: Neal Norwitz (nnorwitz)
Date: 2006-08-18 20:23

Message:
Logged In: YES 
user_id=33168

Did you confirm that each of these hunks are necessary with
4.0 or did you just copy anywhere there was openbsd3 and add
openbsd4?

Thanks.

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

Comment By: Georg Brandl (gbrandl)
Date: 2006-08-15 04:13

Message:
Logged In: YES 
user_id=849994

Speaking of OpenBSD, Gentoo has an additional patch to
compile for OpenBSD, I'll attach it here without looking
into it.

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

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


More information about the Patches mailing list