From owner-freebsd-ports@FreeBSD.ORG Fri Sep 14 07:57:25 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 235B416A420 for ; Fri, 14 Sep 2007 07:57:25 +0000 (UTC) (envelope-from Gergely_Santa@tempest.sk) Received: from igw1.tempest.sk (proxy.dgrp.sk [195.28.127.2]) by mx1.freebsd.org (Postfix) with ESMTP id CAC0F13C45B for ; Fri, 14 Sep 2007 07:57:24 +0000 (UTC) (envelope-from Gergely_Santa@tempest.sk) Received: from localhost (localhost.localdomain [127.0.0.1]) by igw1.tempest.sk (Postfix) with ESMTP id 9674210123; Fri, 14 Sep 2007 09:57:23 +0200 (CEST) X-Virus-Scanned: amavisd-new at tempest.sk Received: from igw1.tempest.sk ([127.0.0.1]) by localhost (igw1.tempest.sk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sB-T8xgu1sL6; Fri, 14 Sep 2007 09:57:21 +0200 (CEST) Received: from mail.tempest.sk (unknown [195.28.100.45]) by igw1.tempest.sk (Postfix) with ESMTP; Fri, 14 Sep 2007 09:57:21 +0200 (CEST) Received: from ed.tempest.sk ([195.28.100.84]) by mail.tempest.sk (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTPSA id <0JOC00JKPM3K0J60@mail.tempest.sk>; Fri, 14 Sep 2007 09:57:21 +0200 (CEST) Date: Fri, 14 Sep 2007 09:57:30 +0200 From: =?UTF-8?B?R2VyZ2VseSBTw6FudGE=?= In-reply-to: <20070914065841.GA4831@amilo.cenkes.org> To: infofarmer@FreeBSD.org Message-id: <46EA3EEA.9090005@tempest.sk> MIME-version: 1.0 Content-type: text/plain; charset=UTF-8; format=flowed Content-transfer-encoding: 8BIT References: <46E92692.7020202@tempest.sk> <20070914065841.GA4831@amilo.cenkes.org> User-Agent: Thunderbird 2.0.0.6 (X11/20070816) Cc: freebsd-ports@freebsd.org Subject: Re: configure editors/vim 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: Fri, 14 Sep 2007 07:57:25 -0000 Andrew Pantyukhin wrote: > On Thu, Sep 13, 2007 at 02:01:22PM +0200, Gergely Sánta wrote: >> Hi! >> I'm a developer using gvim with it's tagging through exctags (somehow ctags >> never worked for me). As vim port have no configuration options, it can't >> be configured easyly through 'make config'. I'm too lazy for digging >> Makefile for options every time I compile new version of vim, I added >> configuration options to Makefile. >> I'm new to FreeBSD, also to it's Ports, so maybe I don't see the reasons, >> these options aren't in the Makefile, but maybe they should be there. >> Anyway, I attach my change, maybe it will be acceptable to have it's way to >> ports. And if not, maybe it will help for someone else too :) > > It's interesting to hear that from a vim (power?) user :) > Personally I resent dialog(1) because it's so much faster, more > hassle-free and convenient to edit make.conf(5) with vim. As I mentioned in my post, I'm new to FreeBSD, I didn't know (yet) about make.conf... Anyway thanx for the help (also thanx for Martin Tournoij, he gave me stricter hint)! EdE