From owner-freebsd-questions@FreeBSD.ORG Tue Aug 14 22:45:35 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5947E16A419 for ; Tue, 14 Aug 2007 22:45:35 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from smtpclu-2.EUnet.yu (smtpclu-2.eunet.yu [194.247.192.227]) by mx1.freebsd.org (Postfix) with ESMTP id C6A5E13C46B for ; Tue, 14 Aug 2007 22:45:34 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from nyx.localhost (adsl-213-51.eunet.yu [213.198.213.51]) by smtpclu-2.EUnet.yu (8.13.6/8.13.6) with ESMTP id l7EMjQ8o027148; Wed, 15 Aug 2007 00:45:26 +0200 Message-Id: <200708142245.l7EMjQ8o027148@smtpclu-2.EUnet.yu> Date: Wed, 15 Aug 2007 00:40:30 +0200 From: Nikola Lecic To: Christopher Key In-Reply-To: <46C20CB8.3010706@cam.ac.uk> References: <46C20CB8.3010706@cam.ac.uk> X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.14; i386-portbld-freebsd6.2) X-Operating-System: FreeBSD 6.2-RELEASE X-Face: pbl6-.[$G'Fi(Ogs2xlXP-V6{3||$Y[LOYs&~GJoikj'cVjcFC[V7du;;0~6nO= [Vi2?uU1Pq~,=Adj@,T:|"`$AF~il]J.Nz#2pU',Y7.{B;m/?{#sO^Dvo$rnmY6] Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-EUNET-AVAS-Milter-Version: 2.0.0 X-AVAS-Virus-Status: clean X-AVAS-Spamd-Symbols: BAYES_20,UNPARSEABLE_RELAY X-AVAS-Spam-Score: -0.7 Cc: freebsd-questions@freebsd.org Subject: Re: portupgrade question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Aug 2007 22:45:35 -0000 On Tue, 14 Aug 2007 21:12:40 +0100 Christopher Key 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