From owner-freebsd-ports@FreeBSD.ORG Mon Nov 22 03:29:32 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C325116A4CE for ; Mon, 22 Nov 2004 03:29:32 +0000 (GMT) Received: from mailout2.barnet.com.au (mailout2.barnet.com.au [218.185.88.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED98143D3F for ; Mon, 22 Nov 2004 03:29:31 +0000 (GMT) (envelope-from edwin@mavetju.org) Received: by mailout2.barnet.com.au (Postfix, from userid 27) id 684AB7074B3; Mon, 22 Nov 2004 14:29:30 +1100 (EST) X-Viruscan-Id: <41A15D1A00015CD09F2922@BarNet> Received: from mail2-auth.barnet.com.au (mailout2.barnet.com.au [218.185.88.16]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) Authority" (verified OK)) by mail2.barnet.com.au (Postfix) with ESMTP id 2408E7074B1; Mon, 22 Nov 2004 14:29:30 +1100 (EST) Received: from k7.mavetju (edwin-3.int.barnet.com.au [10.10.12.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) Certificate Authority" (verified OK)) by mail2-auth.barnet.com.au (Postfix) with ESMTP id 3658970746C; Mon, 22 Nov 2004 14:29:29 +1100 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id 17991611C; Mon, 22 Nov 2004 14:29:28 +1100 (EST) Date: Mon, 22 Nov 2004 14:29:28 +1100 From: Edwin Groothuis To: Jeremy Messenger Message-ID: <20041122032927.GA1214@k7.mavetju> References: <41A01DF9.9090607@sc.rr.com> <20041121205219.GA1154@dragon.nuxi.com> <20041122020040.GA12663@dragon.nuxi.com> <200411220327.31085.freebsd@redesjm.local> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.6i cc: freebsd-ports@freebsd.org Subject: Re: FreeBSD Port: vim-lite-6.3.16 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Nov 2004 03:29:32 -0000 On Sun, Nov 21, 2004 at 09:06:40PM -0600, Jeremy Messenger wrote: > On Mon, 22 Nov 2004 03:27:30 +0100, Jose M Rodriguez > wrote: > > >El Lunes, 22 de Noviembre de 2004 03:00, David O'Brien escribi??: > >>On Sun, Nov 21, 2004 at 12:52:19PM -0800, David O'Brien wrote: > >>> On Sun, Nov 21, 2004 at 07:41:14PM +0100, Jose M Rodriguez wrote: > >>> > El Domingo, 21 de Noviembre de 2004 18:27, David O'Brien > >>> > escribi?: > >>> > > >>> > cp> On Sun, Nov 21, 2004 at 06:06:27AM +0100, Pav Lucistnik wrote: > >>> > > > William Allison p??e v so 20. 11. 2004 v 23:47 -0500: > >>> > > > > I'm sorry but I can't seem to figure this out and haven't > >>> > > > > been able to get help on IRC. > >>> > > > > >>> > > > [ ... ] > >>> > > > >>> > > I would more than welcome a patch for a tested vim-gtk (or > >>> > > vim-gtk2) slave port[*] that I could review and test. > >>> > > >>> > I use this locally for weeks > >>> > >>> This isn't a slave port. See vim-lite for an example of what I > >>> mean. Also your patch un-portlint's the Makefile more than it > >>> already is. > >> > >>Why isn't the following suffient for a GTK slave port? > > > >I just prefer fix what I really want. > > It's personal matter, I will not want to have Perl, cscope and etc in GTK > slave port if it creates. > > >WITH_GTK2=yes > >WITH_I18N=yes # localized menus and messages > >WITH_CSCOPE=yes # cscope support > >WITH_PERL=yes # perl integration > > > >So this can be build as package even with only BATCH=yes. > > Solution add this in your make.conf: > ========================================= > .if ${.CURDIR:M*/editors/vim} > WITH_GTK2=yes > WITH_I18N=yes # localized menus and messages > WITH_CSCOPE=yes # cscope support > WITH_PERL=yes > .endif > ========================================= Or let the port use OPTIONS and you have a more scalable way of configuring these options. Edwin -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://weblog.barnet.com.au/edwin/