Subject: Re: CONFIGURE_ARGS not getting into binary packages
To: Louis Guillaume <lguillaume@berklee.edu>
From: Jeremy C. Reed <reed@reedmedia.net>
List: tech-pkg
Date: 04/26/2007 18:11:45
On Thu, 26 Apr 2007, Louis Guillaume wrote:
> I just noticed that my pkgsrc-2007Q1 binary packages don't have
> CONFIGURE_ARGS data.
>
> Neither "pkg_info -B" nor "pkg_info -Q CONFIGURE_ARGS" are fruitful.
>
> Is this a new thing? or a bug in pkg_info?
I didn't try to repeat this.
Do you have the following?
$ grep 'BUILD_DEFS.*CONFIGURE' mk/configure/configure.mk
_BUILD_DEFS+= CONFIGURE_ENV CONFIGURE_ARGS
Did you use the -a switch with pkg_info -B? For example:
$ pkg_info -Ba | grep CONFIGURE_ARGS | wc -l
209
Can you tell me where you found these pkgsrc-2007Q1 binary packages?
(I looked at http://ftp.netbsd.org/pub/NetBSD/packages/ but don't see
them.)
Jeremy C. Reed