Skip site navigation (1)Skip section navigation (2)
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>
References:  <46C20CB8.3010706@cam.ac.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 14 Aug 2007 21:12:40 +0100
Christopher Key <cjk32@cam.ac.uk> wrote:

> Hello,
>=20
> 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=20
> installed without X11:
>=20
> # cd /usr/ports/editors/vim
> # NO_GUI=3D1 make install clean
>=20
> 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 =3D {
  	'editors/vim' =3D> 'NO_GUI=3Dyes',
  	[... options for other ports ...]
  }

Next time portupgrade will honour it (without -P/-PP options, of
course).

Nikola Le=C4=8Di=C4=87



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200708142245.l7EMjQ8o027148>