Subject: Re: CVS commit: pkgsrc
To: None <pkgsrc-changes@NetBSD.org>
From: None <joerg@britannica.bec.de>
List: pkgsrc-changes
Date: 06/04/2006 18:35:33
On Sun, Jun 04, 2006 at 04:26:56PM +0000, Joerg Sonnenberger wrote:
>
> Module Name: pkgsrc
> Committed By: joerg
> Date: Sun Jun 4 16:26:56 UTC 2006
>
> Modified Files:
> pkgsrc/lang/python: pyversion.mk
> cvs rdiff -r1.39 -r1.40 pkgsrc/lang/python/pyversion.mk
I didn't really want to commit this part yet, but I don't think backing
out is good either. I've modified the message for this file in the
repository to:
Remove logic to use the current installed Python as default.
Always prefer the default version and fallback to the first entry
of PYTHON_VERSIONS_ACCEPTED, which is supported by the current
system. Also honour PYTHON_VERSIONS_ACCEPTED and _INCOMPATIBLE,
when PYTHON_VERSION_REQD is used.
Joerg