From owner-freebsd-pkg@FreeBSD.ORG Mon Jan 13 01:55:15 2014 Return-Path: Delivered-To: freebsd-pkg@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3E4DBC95 for ; Mon, 13 Jan 2014 01:55:15 +0000 (UTC) Received: from luigi.brtsvcs.net (luigi.brtsvcs.net [IPv6:2607:fc50:1000:1f00::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 12E301479 for ; Mon, 13 Jan 2014 01:55:14 +0000 (UTC) Received: from chombo.houseloki.net (unknown [IPv6:2601:7:16c0:b50:21c:c0ff:fe7f:96ee]) by luigi.brtsvcs.net (Postfix) with ESMTPSA id 841CE2D4FA0; Sun, 12 Jan 2014 17:55:07 -0800 (PST) Received: from [IPv6:2601:7:880:bd0:24f3:10cb:6280:eceb] (unknown [IPv6:2601:7:880:bd0:24f3:10cb:6280:eceb]) by chombo.houseloki.net (Postfix) with ESMTPSA id 68280E40; Sun, 12 Jan 2014 17:55:04 -0800 (PST) Message-ID: <52D34776.6090203@bluerosetech.com> Date: Sun, 12 Jan 2014 17:55:02 -0800 From: Darren Pilgrim User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Matthew Pherigo , "freebsd-pkg@freebsd.org" Subject: Re: Why does Vim in pkgng depend on X11 and the GTK? References: <89775A0F-1C96-4B9C-A620-E9EAB4D514F5@gmail.com> In-Reply-To: <89775A0F-1C96-4B9C-A620-E9EAB4D514F5@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Binary package management and package tools discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jan 2014 01:55:15 -0000 On 1/12/2014 5:07 PM, Matthew Pherigo wrote: > Apparently, I can compile it without these requirements from the > ports tree (not to mention that no Linux distro I've used has ever > required X to be installed with Vim), so the problem isn't inherently > in Vim. editors/vim includes gvim, the gtk version of vim. If you just want the command-line vim, install editors/vim-lite.