From owner-freebsd-ports@FreeBSD.ORG Mon Nov 22 03:39:45 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 76BDA16A4CE; Mon, 22 Nov 2004 03:39:45 +0000 (GMT) Received: from smtp1.jazztel.es (smtp1.jazztel.es [62.14.3.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93A9843D54; Mon, 22 Nov 2004 03:39:44 +0000 (GMT) (envelope-from josemi@freebsd.jazztel.es) Received: from antivirus by smtp1.jazztel.es with antivirus id 1CW53R-0007OR-00 Mon, 22 Nov 2004 04:39:53 +0100 Received: from [212.106.237.232] (helo=rguez.homeunix.net) by smtp1.jazztel.es with esmtp id 1CW53R-0007MS-00 Mon, 22 Nov 2004 04:39:53 +0100 Received: from redesjm.local (orion.redesjm.local [192.168.254.16]) by rguez.homeunix.net (8.13.1/8.13.1) with ESMTP id iAM3dVuD000349; Mon, 22 Nov 2004 04:39:31 +0100 (CET) (envelope-from freebsd@redesjm.local) Received: by redesjm.local (8.13.1/8.13.1/Submit) id iAM3dW8N008687; Mon, 22 Nov 2004 04:39:32 +0100 (CET) (envelope-from freebsd@redesjm.local) From: Jose M Rodriguez To: "Jeremy Messenger" Date: Mon, 22 Nov 2004 04:39:31 +0100 User-Agent: KMail/1.7.1 References: <41A01DF9.9090607@sc.rr.com> <200411220327.31085.freebsd@redesjm.local> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200411220439.31998.freebsd@redesjm.local> X-AntiVirus: checked by AntiVir Milter (version: 1.1; AVE: 6.28.0.12; VDF: 6.28.0.76; host: antares.redesjm.local) X-Virus-Scanned: by antivirus 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:39:45 -0000 El Lunes, 22 de Noviembre de 2004 04:06, Jeremy Messenger escribi=C3=B3: > 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=C3=B3: > >> 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=20 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. Not. Is somewhat allready done: from editors/vim/Makefile: =2Eif defined(PACKAGE_BUILDING) && !defined(LITE) WITH_TCL=3D yes WITH_PERL=3D yes WITH_PYTHON=3D yes WITH_CSCOPE=3D yes =2Eendif > > > WITH_GTK2=3Dyes > > WITH_I18N=3Dyes # localized menus and messages > > WITH_CSCOPE=3Dyes # cscope support > > WITH_PERL=3Dyes # perl integration > > > > So this can be build as package even with only BATCH=3Dyes. > > Solution add this in your make.conf: > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > .if ${.CURDIR:M*/editors/vim} > WITH_GTK2=3Dyes > WITH_I18N=3Dyes # localized menus and messages > WITH_CSCOPE=3Dyes # cscope support > WITH_PERL=3Dyes > .endif > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > It will work with and without portupgrade. I use above rather than > use pkgtools.conf. > > Cheers, > Mezz > And ... How can I make the package building cluster use this? What I really don't like of the actual vim port is that default port=20 build is very different from package build. I can recall this as the most common package build on Unix (al last, on=20 Linux). And what we really must define is what packages are to be build. Now,=20 we build: =2D a gtk vim (with tcl, perl, python and cscope) =2D a vim-lite I think that we must build (as packages, no ports clues). =2D a Non-X11, perl and cscoped enabled vim from editor/vim (most used) =2D a vim-lite =2D a vim-gtk2 vim from editors/vim-gtk2 =2D a X11 enabled (gtk?) vim from other slave port? =2D an 'all enabled' devel-vim from other port? ALso, I think that gtk packages must have i18n enabled by default. =2D- josemi