From owner-freebsd-questions@FreeBSD.ORG Tue Aug 14 20:12:47 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 07EF216A421 for ; Tue, 14 Aug 2007 20:12:47 +0000 (UTC) (envelope-from cjk32@cam.ac.uk) Received: from ppsw-7.csi.cam.ac.uk (ppsw-7.csi.cam.ac.uk [131.111.8.137]) by mx1.freebsd.org (Postfix) with ESMTP id B1F2113C45E for ; Tue, 14 Aug 2007 20:12:46 +0000 (UTC) (envelope-from cjk32@cam.ac.uk) X-Cam-SpamDetails: Not scanned X-Cam-AntiVirus: No virus found X-Cam-ScannerInfo: http://www.cam.ac.uk/cs/email/scanner/ Received: from gw.cjkey.org.uk ([88.97.163.222]:2480 helo=[192.168.2.186]) by ppsw-7.csi.cam.ac.uk (smtp.hermes.cam.ac.uk [131.111.8.157]:465) with esmtpsa (PLAIN:cjk32) (TLSv1:DHE-RSA-AES256-SHA:256) id 1IL2kr-00044w-OF (Exim 4.63) for freebsd-questions@freebsd.org (return-path ); Tue, 14 Aug 2007 21:12:41 +0100 Message-ID: <46C20CB8.3010706@cam.ac.uk> Date: Tue, 14 Aug 2007 21:12:40 +0100 From: Christopher Key User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: 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 20:12:47 -0000 Hello, I've just CVSupped my ports collection and run 'portupgrade -ra'. 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? Regards, Chris