summaryrefslogtreecommitdiff
path: root/editors/vim/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Do not install icons by default. The destination directories aren'tDavid E. O'Brien2010-10-121-0/+5
| | | | | | | | "owned" by Vim and this causes trouble packaging depending on Vim flavor chosen. Notes: svn path=/head/; revision=262912
* Update to Vim 7.3 patchlevel 19.David E. O'Brien2010-10-061-0/+10
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=262519
* Update Vim to version 7.2 (and patchlevel 6 at that).David E. O'Brien2008-08-252-36/+11
| | | | Notes: svn path=/head/; revision=219152
* - Unbreak and fix buildMartin Wilke2008-08-041-0/+31
| | | | | | | | | | PR: 125747 (based on) Reported by: many Submitted by: Martin Neubauer <m.ne@gmx.net> No response from: maintainer (obrien, 14 days) Notes: svn path=/head/; revision=218040
* Re-enable WITH_TCL.David E. O'Brien2007-12-191-1/+1
| | | | | | | | | | | | | | + 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 Notes: svn path=/head/; revision=204122
* Upgrade the Vim port to version 7.0, patchlevel 35.David E. O'Brien2006-06-263-54/+48
| | | | | | | | | 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>. Notes: svn path=/head/; revision=166386
* Update to Vim 6.4 release!David E. O'Brien2005-10-241-5/+5
| | | | | | | | 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. Notes: svn path=/head/; revision=146200
* A better way to respect $CC.David E. O'Brien2004-08-031-0/+9
| | | | Notes: svn path=/head/; revision=115356
* Update to Vim 6.3 release.David E. O'Brien2004-06-081-9/+0
| | | | Notes: svn path=/head/; revision=111103
* Unbreak WITH_TCL builds.Kris Kennaway2004-05-171-0/+11
| | | | | | | | | Submitted by: Michael Edenfield <kutulu@kutulu.org> PR: 66434 Approved by: maintainer Notes: svn path=/head/; revision=109383
* OBE by REINPLACE action in pre-configure.David E. O'Brien2004-01-131-8/+0
| | | | | | | | PR: ports/46317 Submitted by: David Yeske <dyeske@yahoo.com> Notes: svn path=/head/; revision=98088
* Don't instally {ex,view}.1 links.David E. O'Brien2003-11-011-9/+25
| | | | | | | Reported by: Alex Vasylenko <lxv@omut.org> Notes: svn path=/head/; revision=92808
* Update to Vim 6.2 patchlevel 139David E. O'Brien2003-10-302-28/+0
| | | | Notes: svn path=/head/; revision=92653
* Unbreak with perl 5.8.1 (conflicting symbol).Maxim Sobolev2003-10-292-0/+28
| | | | Notes: svn path=/head/; revision=92593
* Update to Vim 6.1 patchlevel 319David E. O'Brien2003-02-071-6/+0
| | | | | | | Patch 6.1.318 fixed the problems that our local patch-01 revs 1.2[24] fixed. Notes: svn path=/head/; revision=75006
* This removes the need for one of the patches for WITH_PERL. I've heardDavid E. O'Brien2002-09-211-1/+1
| | | | | | | | | | | vague problems with building with WITH_PERL, but I've never been able to get hard evidence. So this patch makes the whole thing OBE. It also uses the new USE_REINPLACE. Approved by: kris (portmgr) Notes: svn path=/head/; revision=67025
* Not sure why all of a sudden the lang/README.txt became such a problem.David E. O'Brien2002-06-111-6/+11
| | | | | | | A whack with the hammer and it can be forgotten. Notes: svn path=/head/; revision=61083
* Update to Vim 6.1 patchlevel 32David E. O'Brien2002-04-271-26/+0
| | | | Notes: svn path=/head/; revision=58243
* Update to Vim 6.1 patchlevel 14David E. O'Brien2002-04-101-0/+26
| | | | | | | and fix to build on 5-CURRENT. Notes: svn path=/head/; revision=57513
* Add a Vietnamese VIQR input mapping.David E. O'Brien2001-12-031-0/+286
| | | | Notes: svn path=/head/; revision=50949
* PERL_CFLAGS contains quotes, which breaks compilation of auto/pathdefs.cDavid E. O'Brien2001-10-251-0/+6
| | | | | | | | | | (which is generated during vim build). This only happens when vim is built with perl support, as in package building, for example. Submitted by: tobez Notes: svn path=/head/; revision=49200
* Update to Vim 6.0 beta AQDavid E. O'Brien2001-08-081-83/+71
| | | | Notes: svn path=/head/; revision=45937
* Make newly added bits reinstall friendly.David E. O'Brien2001-05-031-8/+44
| | | | Notes: svn path=/head/; revision=42209
* Update to Vim 6.0 beta ADDavid E. O'Brien2001-04-301-13/+0
| | | | Notes: svn path=/head/; revision=42089
* Apply a hotfix against ruby-interp. This fixes the coredump when $_Akinori MUSHA2001-04-281-0/+13
| | | | | | | | | is set to non-string in a :rubydo command. (e.g. :rubydo $_ = 0) It will be submitted to the vim6 author soon. Notes: svn path=/head/; revision=42013
* Update to Vim 6.0 Beta "N".David E. O'Brien2000-11-201-5/+0
| | | | Notes: svn path=/head/; revision=35289
* Update to Vim 6.0 Beta "M".David E. O'Brien2000-11-131-15/+9
| | | | Notes: svn path=/head/; revision=35069
* Update to Vim 6.0 Beta "L".David E. O'Brien2000-11-061-16/+8
| | | | Notes: svn path=/head/; revision=34857
* Implment WANT_GTK.Jeremy Lea2000-10-051-2/+2
| | | | Notes: svn path=/head/; revision=33426
* Add this back -- it was a repository copy. ;)Satoshi Asami2000-07-312-0/+99
| | | | | | | Pointy hat to: asami Notes: svn path=/head/; revision=31179
* This needs a repository copy.Satoshi Asami2000-07-312-99/+0
| | | | Notes: svn path=/head/; revision=31177
* Vim version 6 (beta C).David E. O'Brien2000-07-312-0/+99
| | | | Notes: svn path=/head/; revision=31176
* Remove this port for now, since it's just a repo copy and I don't wantSatoshi Asami2000-07-182-94/+0
| | | | | | | | the release to ship with it if DavidO can't get to it. (DavidO will cvs add the files back when he solves the problem that's holding him back.) Notes: svn path=/head/; revision=30793
* - Use GTK_CONFIG/GLIB_CONFIG instead of hardcoded gtk12-config/glib12-configSteve Price2000-07-071-14/+0
| | | | | | | | | | - Support CC/CFLAGS/PREIFX/LOCALBASE/X11BASE/MAKE/etc. properly PR: 19623 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=30342
* Treat the manpage links the same as we do the binary links.David E. O'Brien2000-05-071-7/+43
| | | | | | | Submitted by: reg Notes: svn path=/head/; revision=28342
* Add GTK support. Set "HAVE_GTK" to invoke it.David E. O'Brien1999-10-251-4/+18
| | | | | | | Submitted by: Yuan-Chen Cheng <ycheng@ycheng.wsl.sinica.edu.tw> Notes: svn path=/head/; revision=22618
* Upgrade to version 5.4.David E. O'Brien1999-07-302-53/+8
| | | | Notes: svn path=/head/; revision=20402
* Use "MLINK"s rather than let Vim's Makefile do the manpage linking.David E. O'Brien1999-03-151-4/+40
| | | | | | | This fixes the problem that many of Vim's manpages pointed to nowhere. Notes: svn path=/head/; revision=17231
* upgrade to version 5.3David E. O'Brien1998-09-032-51/+24
| | | | Notes: svn path=/head/; revision=12994
* Fix handling of man page links.David E. O'Brien1998-03-221-5/+41
| | | | Notes: svn path=/head/; revision=10292
* Upgrade to beta version 5.0w.David E. O'Brien1998-02-091-10/+6
| | | | Notes: svn path=/head/; revision=9640
* Add libXm.so.0.1 to search list of possible Motif libraries [for Lesstif?]David E. O'Brien1998-01-271-0/+11
| | | | | | | Requested by: Andreas Klemm <andreas@klemm.gtn.com> Notes: svn path=/head/; revision=9479
* Upgrade to version 5.0qDavid E. O'Brien1997-11-112-52/+13
| | | | Notes: svn path=/head/; revision=8583
* Upgrade to vim-5.0p.David E. O'Brien1997-10-222-9/+68
| | | | | | | | Apply patch to work with Perl5 support (needed especically if perl5 was installed as a package). Notes: svn path=/head/; revision=8326
* autoconf's handling of perl5 interpreter support is broken on 2.2.5-BETA.David E. O'Brien1997-10-151-3/+12
| | | | Notes: svn path=/head/; revision=8276
* vim didn't find lesstif's libXm library, since lesstifAndreas Klemm1997-08-231-0/+11
| | | | | | | doesn't build and install a static library libXm.a. Notes: svn path=/head/; revision=7661
* Upgrade to the 5.0m betaDavid E. O'Brien1997-08-221-32/+9
| | | | Notes: svn path=/head/; revision=7658
* Upgrade to 5.0k betaDavid E. O'Brien1997-06-121-88/+17
| | | | Notes: svn path=/head/; revision=6887
* Upgrade to vim-5.0j betaDavid E. O'Brien1997-06-021-58/+0
| | | | | | | (configure works properly on FreeBSD-CURRENT now) Notes: svn path=/head/; revision=6672
* Link with force!David E. O'Brien1997-05-291-2/+86
| | | | | | | Don't install ``ex'' and ``view''. Notes: svn path=/head/; revision=6614