Date: Wed, 15 Aug 2007 00:40:30 +0200 From: Nikola Lecic <nlecic@EUnet.yu> To: Christopher Key <cjk32@cam.ac.uk> Cc: freebsd-questions@freebsd.org Subject: Re: portupgrade question Message-ID: <200708142245.l7EMjQ8o027148@smtpclu-2.EUnet.yu> In-Reply-To: <46C20CB8.3010706@cam.ac.uk>
index | next in thread | previous in thread | raw e-mail
On Tue, 14 Aug 2007 21:12:40 +0100
Christopher Key <cjk32@cam.ac.uk> wrote:
> Hello,
>
> I've just CVSupped my ports collection and run 'portupgrade -ra'.
Hello Christopher,
'portupgrade -a' is just enough, '-r' means nothing here.
> One of the ports that was updated was vim, which had originally been
> installed without X11:
>
> # cd /usr/ports/editors/vim
> # NO_GUI=1 make install clean
>
> Now, this option appears to have been lost as I've ended up with a
> full X11 installation. Is this the expected behaviour, or did I do
> something wrong?
Yes, options are not saved that way and Vim's default is with X11.
Please make sure that the following lines exist in
your /usr/local/etc/pkgtools.conf:
MAKE_ARGS = {
'editors/vim' => 'NO_GUI=yes',
[... options for other ports ...]
}
Next time portupgrade will honour it (without -P/-PP options, of
course).
Nikola Lečić
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200708142245.l7EMjQ8o027148>
