From owner-freebsd-questions@FreeBSD.ORG Mon Feb 5 03:59:09 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 C11F616A400 for ; Mon, 5 Feb 2007 03:59:09 +0000 (UTC) (envelope-from peter@topcomtech.com.cn) Received: from mail.topcomtech.com.cn (61-221-55-190.HINET-IP.hinet.net [61.221.55.190]) by mx1.freebsd.org (Postfix) with ESMTP id 5C68C13C428 for ; Mon, 5 Feb 2007 03:59:08 +0000 (UTC) (envelope-from peter@topcomtech.com.cn) Received: from [192.168.14.186] ([219.137.13.77]) (authenticated bits=0) by mail.topcomtech.com.cn (8.12.9/8.12.9) with ESMTP id l153qQ5R065263 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NOT) for ; Mon, 5 Feb 2007 11:52:31 +0800 (CST) (envelope-from peter@topcomtech.com.cn) From: peter To: freebsd-questions@freebsd.org Content-Type: text/plain Date: Mon, 05 Feb 2007 11:54:49 +0800 Message-Id: <1170647689.2769.8.camel@pjfs.renzhichu.cc> Mime-Version: 1.0 X-Mailer: Evolution 2.8.1.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Subject: port install vim no gettext feature X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Feb 2007 03:59:09 -0000 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? thanks peter