Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Jan 2011 18:01:54 +0100
From:      David Demelier <demelier.david@gmail.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: Just wanted to install vim - had to spend entire day building X11
Message-ID:  <4D2B3B82.3060402@gmail.com>
In-Reply-To: <AANLkTin_c0j9fbp-YMYx4mfdWsc4w3Zx5mgWB09mHbHC@mail.gmail.com>
References:  <AANLkTin_c0j9fbp-YMYx4mfdWsc4w3Zx5mgWB09mHbHC@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 09/01/2011 22:19, Tony Maserati wrote:
> 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.
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"

You must wait that the vim maintainer want to switch to the OPTIONS 
framework. Actually he does not want to do it. He prefers to be alone to 
use the old KNOB system just to do `not like all other people`.

So because you can't make a convenient `make config` you need to read 
the makefile or installing ports-mgmt/lsknobs, run lsknobs in the 
current port path and then set every knob you want in /etc/make.conf

But be careful ! Because make.conf is used by every port you should use 
ports-mgmt/portconf to write only vim knob in /usr/local/etc/ports.conf 
like :

editors/vim: WITHOUT_X11.

Isn't that convenient? :-)

-- 
David Demelier



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4D2B3B82.3060402>