FreeBSD Bugzilla – Attachment 122941 Details for
Bug 166202
[patch] editors/vim: respect WITHOUT_NLS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
vim-nls.patch
vim-nls.patch (text/plain), 1.15 KB, created by
Rachel Flynn
on 2012-03-17 15:40:11 UTC
(
hide
)
Description:
vim-nls.patch
Filename:
MIME Type:
Creator:
Rachel Flynn
Created:
2012-03-17 15:40:11 UTC
Size:
1.15 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/editors/vim/Makefile,v >retrieving revision 1.386 >diff -u -r1.386 Makefile >--- Makefile 20 Jun 2011 17:40:31 -0000 1.386 >+++ Makefile 17 Mar 2012 15:00:45 -0000 >@@ -58,8 +58,10 @@ > MLINKS+= vim.1 gvim.1 vim.1 gview.1 vimdiff.1 gvimdiff.1 \ > vim.1 rgvim.1 vim.1 rgview.1 evim.1 eview.1 > .endif >+.if !defined(WITHOUT_NLS) > MANLANG= "" ru.KOI8-R ru.UTF-8 pl.ISO8859-2 pl.UTF-8 pl fr.ISO8859-1 \ > fr.UTF-8 fr it.ISO8859-1 it.UTF-8 it >+.endif > > .if defined(PACKAGE_BUILDING) && !defined(LITE) > WITH_CSCOPE= yes >@@ -109,7 +111,6 @@ > .else # !LITE > MAKE_ARGS+= CONF_OPT_FEAT="--with-features=big" > I18N= CONF_OPT_MULTIBYTE="--enable-multibyte --enable-fontset --enable-xim" >-USE_GETTEXT= yes > > . if defined(NO_GUI) || defined(WITHOUT_GUI) > WITHOUT_X11= yes >@@ -169,8 +170,10 @@ > .if exists(${LOCALBASE}/lib/libiconv.so) > USE_ICONV= yes > .endif >-.if exists(${LOCALBASE}/lib/libintl.so) >+.if exists(${LOCALBASE}/lib/libintl.so) && !defined(WITHOUT_NLS) > USE_GETTEXT= yes >+.else >+MAKE_ARGS+= CONF_OPT_NLS="--disable-nls" > .endif > > .if defined(WITH_EXUBERANT_CTAGS)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 166202
: 122941