From owner-freebsd-questions@FreeBSD.ORG Mon Jan 10 14:31:34 2011 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 2E98D106566B for ; Mon, 10 Jan 2011 14:31:34 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id B057B8FC15 for ; Mon, 10 Jan 2011 14:31:33 +0000 (UTC) Received: by wwf26 with SMTP id 26so19378267wwf.31 for ; Mon, 10 Jan 2011 06:31:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:in-reply-to:references:x-mailer:mime-version :content-type:content-transfer-encoding; bh=Dlu76ax61YYD41V/0IHlfmubjyVudUka79D0BI1hZ7k=; b=OglDKIhESyF4Rj9+u+R2x23yAs1y+z3L6rWe8IsWRmHNWj4S8UsPYurnkO2qen4T/L m5kPWwvjr/34WFNmKe2mboyZjtk05ieBoB6WqUH8/uDafsv+nK1Y8ag6PpzJpkePwEmj cPxEjsQFXSa8TYW+vljy9+4GARV3t0MpzmIss= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=QjmgbIyzGRn9czHyT+z4FCd/qAX/RQipKy1YRDYqA5hgfVidQbpr0n4FiRBYokL3wf C8MXqpC8kJkrljtpvcwMDVDi8Q44PdfpA1eItUJ1fcFCJjq0w9ge/XGCphNgL3Poi3cz TZYYThLxyqYCZimLE8Qym/27yZGinDIy9XtC4= Received: by 10.227.172.7 with SMTP id j7mr2643744wbz.199.1294669892305; Mon, 10 Jan 2011 06:31:32 -0800 (PST) Received: from gumby.homeunix.com (87-194-105-247.bethere.co.uk [87.194.105.247]) by mx.google.com with ESMTPS id t5sm14111482wes.33.2011.01.10.06.31.29 (version=SSLv3 cipher=RC4-MD5); Mon, 10 Jan 2011 06:31:30 -0800 (PST) Date: Mon, 10 Jan 2011 14:31:27 +0000 From: RW To: freebsd-questions@freebsd.org Message-ID: <20110110143127.099477c9@gumby.homeunix.com> In-Reply-To: References: X-Mailer: Claws Mail 3.7.8 (GTK+ 2.22.1; i386-portbld-freebsd8.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Just wanted to install vim - had to spend entire day building X11 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: Mon, 10 Jan 2011 14:31:34 -0000 On Mon, 10 Jan 2011 12:43:13 +0100 Tony Maserati wrote: > I hear that - but if I want gvim I'll install gvim. What it's doing > here is installing something I didn't ask for, well actually, it's > fooling me into giving me something I don't need. It's not as if gvim is something separate. gvim is just a symlink to vim that gets installed when vim is built with GUI support. It seems a sensible arrangement; desktops already have Xorg, servers that have no need of it should have WITHOUT_X11 set globally.