CVS log for ports/editors/vim/files/patch-configure
Up to [FreeBSD] / ports / editors / vim / files
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Oct 6 06:58:45 2010 UTC (16 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_7_4_0, RELEASE_6_EOL, HEAD
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +10 -0 lines
Update to Vim 7.3 patchlevel 19. WITH_LANG is now "on by default" as the lang files are now part of the base Vim tarball. The most notable additions since 7.2: + Persistent undo and undo for reload + Blowfish encryption, encryption of the swap file + Conceal text + Lua interface + Python 3 interface
Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Aug 25 15:34:09 2008 UTC (3 years, 5 months ago) by obrien
Branches: MAIN
CVS tags: vim_7_2_446, RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +11 -5 lines
Update Vim to version 7.2 (and patchlevel 6 at that).
Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Dec 19 16:30:28 2007 UTC (4 years, 1 month ago) by obrien
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1 lines
Re-enable WITH_TCL. + fixed TCL_DEFS processing in patch-configure + re-enabled Tcl support (using new bsd.tcl.mk) + supports Tcl 80, 82, 83, 84, 85 (WITH_TCL_VER=8x or VIM_WITH_TCL_VER=8x) + no support for threaded Tcl yet (because of the way how vim's configure searches for Tcl, this needs more modifications) PR: 112347 Submitted by: mm
Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Jun 26 18:21:39 2006 UTC (5 years, 7 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, RELEASE_6_2_0, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +6 -9 lines
Upgrade the Vim port to version 7.0, patchlevel 35. At PL35 it is now well stable and appropriate as a production editor. MANLANG support taken from PR 98979, submitted by Roman Bogorodskiy <novel@freebsd.org>.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Oct 24 01:28:48 2005 UTC (6 years, 3 months ago) by obrien
Branches: MAIN
CVS tags: vim_6_4_9, RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +5 -5 lines
Update to Vim 6.4 release! 6.4 is a maintenance release - containing additional syntax files, translations and all 90 patches to 6.3. It is a "reset" for future patch fixes.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon May 17 23:51:15 2004 UTC (7 years, 8 months ago) by kris
Branches: MAIN
CVS tags: vim_6_3_90, vim_6_3_45, vim_6_2_531, RELEASE_6_0_0, RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_4_11_0
Unbreak WITH_TCL builds. Submitted by: Michael Edenfield <kutulu@kutulu.org> PR: 66434 Approved by: maintainer
