FreeBSD Bugzilla – Attachment 88908 Details for
Bug 125765
Change for the editors/vim OPTIONS support
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.23 KB, created by
Christoph Mallon
on 2008-07-19 08:50:06 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Christoph Mallon
Created:
2008-07-19 08:50:06 UTC
Size:
1.23 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/editors/vim/Makefile,v >retrieving revision 1.329 >diff -u -r1.329 Makefile >--- Makefile 17 Jul 2008 17:32:32 -0000 1.329 >+++ Makefile 19 Jul 2008 07:21:57 -0000 >@@ -33,9 +33,19 @@ > > SLAVEDIRS= editors/vim-lite > >-.if defined(WITH_OPTIONS) || defined(WITH_VIM_OPTIONS) >-.include "${.CURDIR}/../vim/options" >-.endif >+OPTIONS= PERL "Enable Perl interpreter" off \ >+ PYTHON "Enable Python interpreter" off \ >+ RUBY "Enable Ruby interpreter" off \ >+ TCL "Enable TCL interpreter" off \ >+ LANG "VIm Translations" off \ >+ CSCOPE "Enable cscope" off \ >+ EXUBERANT_CTAGS "Use exctags instead of ctags" off \ >+ X11 "X11 GUI (must enable if things below are)" on \ >+ ATHENA "Athena GUI" off \ >+ GTK2 "GTK2 GUI" off \ >+ GNOME "Gnome1 GUI" off \ >+ MOTIF "Motif GUI" off \ >+ XTERM_SAVE "" off > > CONFLICTS= vim6* vim*-lite > USE_BZIP2= yes >@@ -97,10 +107,6 @@ > MAKE_ARGS+= CONF_OPT_FEAT="--with-features=big" > I18N= CONF_OPT_MULTIBYTE="--enable-multibyte --enable-fontset --enable-xim" > >-.if defined(NO_GUI) >-WITHOUT_X11= yes >-.endif >- > .if defined(WITH_CSCOPE) > RUN_DEPENDS+= cscope:${PORTSDIR}/devel/cscope > MAKE_ARGS+= CONF_OPT_CSCOPE="--enable-cscope"
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 125765
: 88908 |
88909