Subject: Re: which python?
To: Matthias Drochner <M.Drochner@fz-juelich.de>
From: Jeremy C. Reed <reed@reedmedia.net>
List: pkgsrc-users
Date: 08/08/2006 08:26:08
> reed@reedmedia.net said:
> > $ cd /opt/rainier/pkgsrc/databases/gramps2
> > $ make show-var VARNAME=_PYTHON_VERSION
> > 23 
> 
> Joerg Sonnenberger has set PYTHON_VERSIONS_ACCEPTED
> for gramps to 24 only, so that shouldn't happen anymore,
> independently of the default setting.

I didn't notice that and it was still broken. I had already updated 
this a couple times since he did that.

$ make show-var VARNAME=_PYTHON_VERSION 
23

$ ident Makefile                                                               
Makefile:
     $NetBSD: Makefile,v 1.19 2006/07/12 15:27:18 joerg Exp $

$ make show-var VARNAME=PYTHON_VERSIONS_ACCEPTED
24 23 22

$ pwd
/opt/rainier/pkgsrc/databases/gramps2

I see this is caused by including ../../databases/py-bsddb3/buildlink3.mk 
which has (since 2005):

PYTHON_VERSIONS_ACCEPTED=       24 23 22

which conflicts with this.