Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Sep 2006 17:33:15 GMT
From:      Hung-Je Lou <snese@csie.isu.edu.tw>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/103685: editors/vim: The hope can provide the language file in the ports
Message-ID:  <200609261733.k8QHXFNI010579@www.freebsd.org>
Resent-Message-ID: <200609261740.k8QHePHV071609@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         103685
>Category:       ports
>Synopsis:       editors/vim: The hope can provide the language file in the ports
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 26 17:40:25 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Hung-Je Lou
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
I-Shou University, Campus Network Association
>Environment:
FreeBSD bbs.isu.edu.tw 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #1: Thu Sep 21 15:09:57 CST 2006 root@bbs.isu.edu.tw:/usr/obj/usr/src/sys/BBS i386
>Description:
When I use vim in linux , if the LANG setting establishes correctly, vim then
may demonstrate the correct translated environment like Traditional Chinese.

Now has a question I use ports system to install vim, calculated my
LANG establishes, the correct language or is unable to demonstrate.

Finally I discovered is when the installment has lacked the 'po' file.
>How-To-Repeat:
Always exists...
>Fix:
Provides in this, I solve this question stupid method.

 # cd /usr/ports/editors/vim ; make

when process preparation starts configure, I press down ctrl + z to suspend the process.

 # cd /usr/ports/editors/vim/work

In this take 7.0 as the example.

 # fetch ftp://ftp.vim.org/pub/vim/extra/vim-7.0-lang.tar.gz
 # tar -zxf vim-7.0-lang.tar.gz
 # cd ../ ; make install clean

After installs ,I start to use vim also discover this stupid method
has solved the problem.
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609261733.k8QHXFNI010579>