Subject: Re: pkg/36881: lintpkgsrc -g does not understand variable package
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: pkgsrc-bugs
Date: 09/02/2007 10:30:03
The following reply was made to PR pkg/36881; it has been noted by GNATS.

From: Joerg Sonnenberger <joerg@britannica.bec.de>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: Re: pkg/36881: lintpkgsrc -g does not understand variable package
	name prefixes (python, apache and PHP)
Date: Sun, 2 Sep 2007 12:27:41 +0200

 On Sun, Sep 02, 2007 at 09:15:01AM +0000, adrianp@stindustries.net wrote:
 > It should use the default values for these on a per package basis:
 > 
 > PYTHON_VERSION_DEFAULT 
 > (but honoring PYTHON_VERSIONS_ACCEPTED of the package)
 > 
 > PKG_APACHE_DEFAULT     
 > (but honoring PKG_APACHE_ACCEPTED of the package)
 > 
 > PHP_VERSION_DEFAULT    
 > (but honoring PHP_VERSIONS_ACCEPTED of the package)
 
 I don't think this makes much sense. The problem is that this detects
 only a subset of the issues found e.g. with actually running
 pbulk-scan/pbulk-resolve. So this check is *less* strict then the checks
 done during bulk builds and unresolvable dependencies are currently
 considered fatal errors for pbulk.
 
 Joerg