Date: Mon, 12 Dec 2005 22:21:12 +0100 From: martinko <martinkov@pobox.sk> To: Scot Hetzel <swhetzel@gmail.com> Cc: freebsd-questions@freebsd.org, freebsd-ports@freebsd.org Subject: Re: pkgtools.conf make arguments ignored (?!?) Message-ID: <439DE9C8.5080606@pobox.sk> In-Reply-To: <790a9fff0512121059y73d97f2eub06e88f77a63461c@mail.gmail.com> References: <dnhgge$uv0$1@sea.gmane.org> <790a9fff0512121059y73d97f2eub06e88f77a63461c@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Scot Hetzel wrote: >On 12/11/05, martinko <martinkov@pobox.sk> wrote: > > >>hello, >> >>i'm having troubles with specifying make arguments to portupgrade via >>/usr/local/etc/pkgtools.conf. >>this is a part of my config file: >> >> MAKE_ARGS = { >> 'x11/yelp' => 'WITH_MAN=1 WITH_INFO=1 WITH_GECKO=mozilla', >> } >> >>it works only if i run `portupgrade -N yelp` >>but it does not work when i run eg `portupgrade -N gnome2-lite` >> >>interesting thing is that according to pkgtools.conf itself the >>following should work too but it does not : >> >> MAKE_ARGS = { >> 'x11/yelp-*' => 'WITH_MAN=1 WITH_INFO=1 WITH_GECKO=mozilla', >> } >> >>is this a known issue (and why?) or am i doing something wrong ?? >> >> >> >Do you have an entry in the MAKE_ARGS for x11/gnome2-lite? As your >example doesn't show an entry for it. > >Scot > > well, i want to set an entry for x11/yelp. and i expect portupgrade to take that entry into account whenever it compiles x11/yelp. whether it is compiled directly or indirectly as a dependency. (for i might want to compile gnome2-office port instead and of course i do not want to create an entry for every possible combination. i do not expect pkgtools to work this way.) martin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?439DE9C8.5080606>