From owner-freebsd-questions@FreeBSD.ORG Sun Jan 9 21:19:03 2011 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 30419106566B for ; Sun, 9 Jan 2011 21:19:03 +0000 (UTC) (envelope-from abletony84@gmail.com) Received: from mail-gw0-f54.google.com (mail-gw0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id E1BA58FC1A for ; Sun, 9 Jan 2011 21:19:02 +0000 (UTC) Received: by gwj21 with SMTP id 21so8885926gwj.13 for ; Sun, 09 Jan 2011 13:19:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=D1qX3D7AGc8HigW5eDXWelS5kWNlVubPWL8INaEZGow=; b=Xlzrbvzfk6avFcIxeuJbPX+w+ttEnkBOPanWax6yaecxHbROzONaQdBtL4+wTTviyH fJPC934HN4tZdDUDkQncm0oq0f+D+yaTmFJWr8wtgsJdXLRgTDwYpWZKED7L1dZUlykD m18T/Mp1PYPYuLsiFbXx45YfHgBPkcCT5X6xI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=be4d7LUMUV6TX53NXwqstcsp71zzy0rYjUpjDOgWA+5xG4Eun2Gza9E45DQJqcbZLz JILxezGI45i8QstdjvDdoFVip86niULz8cJsbPg9dyHu6E790hnDhBKZycyJiJgXaBBu 7oWmfxJO398oBbcaphPEmYVkA9PMLqCxhPzCw= MIME-Version: 1.0 Received: by 10.151.154.21 with SMTP id g21mr27105096ybo.199.1294607942122; Sun, 09 Jan 2011 13:19:02 -0800 (PST) Received: by 10.150.192.20 with HTTP; Sun, 9 Jan 2011 13:19:02 -0800 (PST) Date: Sun, 9 Jan 2011 22:19:02 +0100 Message-ID: From: Tony Maserati To: obrien@cs.ucdavis.edu, obrien@FreeBSD.org, questions@freebsd.org X-Mailman-Approved-At: Mon, 10 Jan 2011 01:34:47 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: 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: Sun, 09 Jan 2011 21:19:03 -0000 Hi, I'm just curious - what's the point of including X11 as a dependency to vim? And then making a vim-lite port (which you usually discover after installing X11). How about making it vim and vim-x11 instead? Thanks.