From owner-freebsd-questions@FreeBSD.ORG Tue Feb 6 18:30:38 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A716716A400 for ; Tue, 6 Feb 2007 18:30:37 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail1.sea5.speakeasy.net (mail1.sea5.speakeasy.net [69.17.117.3]) by mx1.freebsd.org (Postfix) with ESMTP id 852E813C49D for ; Tue, 6 Feb 2007 18:30:37 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 19812 invoked from network); 6 Feb 2007 18:30:36 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail1.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 6 Feb 2007 18:30:36 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 814EE2842F; Tue, 6 Feb 2007 13:30:35 -0500 (EST) To: peter References: <1170647689.2769.8.camel@pjfs.renzhichu.cc> From: Lowell Gilbert Date: Tue, 06 Feb 2007 13:30:35 -0500 In-Reply-To: <1170647689.2769.8.camel@pjfs.renzhichu.cc> (peter@topcomtech.com.cn's message of "Mon, 05 Feb 2007 11:54:49 +0800") Message-ID: <44zm7rf8ac.fsf@be-well.ilk.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: port install vim no gettext feature X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Feb 2007 18:30:38 -0000 peter writes: > Hi, I install vim from port /usr/ports/editors/vim, > In gvim, use :version command: > > Big version with GTK GUI. Features included (+) or not (-): > +arabic +autocmd +balloon_eval +browse ++builtin_terms +byte_offset > +cindent +clientserver +clipboard > +cmdline_compl +cmdline_hist +cmdline_info +comments +cryptv +cscope > +cursorshape +dialog_con_gui +diff > +digraphs +dnd -ebcdic +emacs_tags +eval +ex_extra +extra_search +farsi > +file_in_path +find_in_path +folding > -footer +fork() -gettext -hangul_input +iconv +insert_expand +jumplist > +keymap +langmap +libcall +linebreak > +lispindent +listcmds +localmap +menu +mksession +modify_fname +mouse > +mouseshape +mouse_dec -mouse_gpm > -mouse_jsbterm +mouse_netterm +mouse_xterm +multi_byte +multi_lang > -mzscheme +netbeans_intg -osfiletype > +path_extra -perl +postscript +printer -profile -python +quickfix > +reltime +rightleft -ruby +scrollbind > +signs +smartindent -sniff +statusline -sun_workshop +syntax +tag_binary > +tag_old_static -tag_any_white -tcl > +terminfo +termresponse +textobjects +title +toolbar +user_commands > +vertsplit +virtualedit +visual > +visualextra +viminfo +vreplace +wildignore +wildmenu +windows > +writebackup +X11 +xfontset +xim > +xsmp_interact +xterm_clipboard -xterm_save > > > How to modify Makefile to enable gettext? It appears to be enabled if and only if you define WITH_LANG.