From owner-freebsd-ports@FreeBSD.ORG Mon Sep 20 09:43:36 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B52BC1065670; Mon, 20 Sep 2010 09:43:36 +0000 (UTC) (envelope-from rfarmer@predatorlabs.net) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 5F6DD8FC18; Mon, 20 Sep 2010 09:43:36 +0000 (UTC) Received: by vws2 with SMTP id 2so1993041vws.13 for ; Mon, 20 Sep 2010 02:43:35 -0700 (PDT) MIME-Version: 1.0 Received: by 10.220.30.10 with SMTP id s10mr1711375vcc.214.1284975812203; Mon, 20 Sep 2010 02:43:32 -0700 (PDT) Received: by 10.220.188.3 with HTTP; Mon, 20 Sep 2010 02:43:32 -0700 (PDT) X-Originating-IP: [71.1.133.114] In-Reply-To: <20100920083442.GA77193@e.0x20.net> References: <4C93AA31.5080202@DataIX.net> <20100917205404.GA66620@atarininja.org> <20100917232437.GC67059@atarininja.org> <20100920083442.GA77193@e.0x20.net> Date: Mon, 20 Sep 2010 02:43:32 -0700 Message-ID: From: Rob Farmer To: Lars Engels Content-Type: text/plain; charset=ISO-8859-1 Cc: David DEMELIER , FreeBSD Ports , Wesley Shields Subject: Re: editors/vim installs to / X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Sep 2010 09:43:36 -0000 On Mon, Sep 20, 2010 at 01:34, Lars Engels wrote: > editors/vim-lite is console only. > That seems to disable a lot of other stuff too. .if !defined(LITE) MAKE_ARGS+= CONF_OPT_FEAT="--with-features=big" However, I will definitely take a look at it. Thank you for suggesting it. -- Rob Farmer