From owner-freebsd-questions@FreeBSD.ORG Wed Aug 15 00:25:45 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 ACB0716A468 for ; Wed, 15 Aug 2007 00:25:45 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr7.xs4all.nl (smtp-vbr7.xs4all.nl [194.109.24.27]) by mx1.freebsd.org (Postfix) with ESMTP id 4292A13C46C for ; Wed, 15 Aug 2007 00:25:45 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr7.xs4all.nl (8.13.8/8.13.8) with ESMTP id l7F0Ac2H095530; Wed, 15 Aug 2007 02:10:38 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id 1143DB825; Wed, 15 Aug 2007 02:10:38 +0200 (CEST) Date: Wed, 15 Aug 2007 02:10:37 +0200 From: Roland Smith To: freebsd-questions@freebsd.org Message-ID: <20070815001037.GA84191@slackbox.xs4all.nl> Mail-Followup-To: freebsd-questions@freebsd.org, Christopher Key References: <46C20CB8.3010706@cam.ac.uk> <200708142245.l7EMjQ8o027148@smtpclu-2.EUnet.yu> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="VbJkn9YxBvnuCH5J" Content-Disposition: inline In-Reply-To: <200708142245.l7EMjQ8o027148@smtpclu-2.EUnet.yu> X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! User-Agent: Mutt/1.5.16 (2007-06-09) X-Virus-Scanned: by XS4ALL Virus Scanner Cc: Christopher Key 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: Wed, 15 Aug 2007 00:25:45 -0000 --VbJkn9YxBvnuCH5J Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Aug 15, 2007 at 12:40:30AM +0200, Nikola Lecic wrote: > On Tue, 14 Aug 2007 21:12:40 +0100 > Christopher Key wrote: >=20 > > Hello, > >=20 > > I've just CVSupped my ports collection and run 'portupgrade -ra'. >=20 > Hello Christopher, >=20 > 'portupgrade -a' is just enough, '-r' means nothing here. >=20 > > 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? >=20 > 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: Alternatively, you can put the defines in /etc/make.conf. That way it will be used whatever build/upgrade tool you use; =2Eif ${.CURDIR:M*/editors/vim*} NO_GUI=3Dyes =2Eendif Note the * after vim, so it will work for all versions. Roland --=20 R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) --VbJkn9YxBvnuCH5J Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFGwkR9EnfvsMMhpyURAmkYAJ4mRaPR7nfwNJurn6ZHbOdkNijTHgCeNdRq i2CAKaF//Z2PPA7+K2hC9GE= =aj9K -----END PGP SIGNATURE----- --VbJkn9YxBvnuCH5J--