Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Jun 2007 00:09:04 -0400
From:      Tom McLaughlin <tmclaugh@sdf.lonestar.org>
To:        Hye-Shik Chang <hyeshik@gmail.com>
Cc:        python@freebsd.org
Subject:   Re: Python 2.5.1 upgrade as a new default
Message-ID:  <1181707744.43255.39.camel@localhost>
In-Reply-To: <4f0b69dc0706101154r8a5b51btd81ffdc5a2321de3@mail.gmail.com>
References:  <4f0b69dc0706101154r8a5b51btd81ffdc5a2321de3@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 2007-06-11 at 03:54 +0900, Hye-Shik Chang wrote:
> Hello,
> 
> I feel sorry about the slow progress of making 2.5 default.
> I just updated the patch to the recent repository.
> 
> http://people.freebsd.org/~perky/python25-rev5.diff
> 
> As some third-party packages started to use features of 2.5,
> we'd better to move to 2.5 soon.  Please review the patch
> and scream if you have a problem with it. :)
> Details for the patch are described in the previous mail [1].
> If no problem arises, I will commit it in the next week.
> 
> Thank you,
> Hye-Shik
> 
> [1] http://lists.freebsd.org/pipermail/freebsd-python/2007-March/000772.html

+.if defined(PYEASYINSTALL_ARCHDEP)
+_OSRELEASE!=					${UNAME} -r


Can that be replaced with something like this?

_OSRELEASE= ${OSVERSION:C/^([0-9]).*/\1/}


The dot release version and OS tag are really irrelevant.  (Better would
be using `uname -r` and chopping everything off from the first "." on
but it's late and I don't feel like remembering how to do this in
make. :)

example:
foo-1.0-py2.4-freebsd-6.2-STABLE-i386.egg
vs.
foo-1.0-py2.4-freebsd-6-i386.egg


tom

-- 
| tmclaugh at sdf.lonestar.org             tmclaugh at FreeBSD.org |
| FreeBSD                                   http://www.FreeBSD.org |
| BSD#                    http://www.mono-project.com/Mono:FreeBSD |




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