Subject: Re: pkg/25573
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Peter Hendrickson <pdh@wiredyne.com>
List: pkgsrc-bugs
Date: 01/30/2005 18:33:01
The following reply was made to PR pkg/25573; it has been noted by GNATS.

From: Peter Hendrickson <pdh@wiredyne.com>
To: gnats-bugs@NetBSD.org
Cc: wiz@netbsd.org
Subject: Re: pkg/25573
Date: 30 Jan 2005 18:33:16 -0000

 Most of the recent changes are fine, but as it stands now the package
 doesn't work.  The names pkgsrc uses for python executables have
 changed since the package was submitted.
 
 patches/patch-aa should be changed to have these lines:
 > -PYTHON_CANDIDATES = python python2.3 python2.3x python2.2 python2.2x python2.1\
 > -        python2.1x python2.0 python2.0x python2
 > +PYTHON_CANDIDATES = python2.3 python2.2 python2.1
 
 Also, Mixminion turns out to be currently incompatible with Python 2.4.
 So, this line in Makefile:
 > PYTHON_VERSIONS_ACCEPTED=       24 23 22 21
 
 Should be:
 > PYTHON_VERSIONS_ACCEPTED=       23 22 21