summaryrefslogtreecommitdiff
path: root/editors/vim (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Minor style change.David E. O'Brien2011-06-201-2/+2
| | | | Notes: svn path=/head/; revision=275913
* Include bsd.port.options.mk.David E. O'Brien2011-06-201-0/+1
| | | | | | | | PR: 157845 Submitted by: Eir Nym <eirnym@gmail.com> Notes: svn path=/head/; revision=275912
* - MAKE_JOBS_UNSAFE:Pav Lucistnik2011-06-181-1/+1
| | | | | | | | | FATAL: can't create objects/py_config.o: No such file or directory Reported by: pointyhat Notes: svn path=/head/; revision=275776
* Update to Vim 7.3 patchlevel 121.David E. O'Brien2011-02-282-1/+81
| | | | Notes: svn path=/head/; revision=270006
* Update to Vim 7.3 patchlevel 81.David E. O'Brien2010-12-142-1/+13
| | | | Notes: svn path=/head/; revision=266305
* Update to Vim 7.3 patchlevel 75.David E. O'Brien2010-12-082-1/+27
| | | | Notes: svn path=/head/; revision=265841
* Complete gtk1->gtk2(gnome2) transition.David E. O'Brien2010-11-242-22/+9
| | | | | | | | PR: 151421 Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com> Notes: svn path=/head/; revision=265111
* + Add additional non-GUI guards to WANT_GNOME.David E. O'Brien2010-11-221-31/+30
| | | | | | | | | + Invert LITE logic to bring it to the top to make easier to see the configuration and improve readability. + Indent embedded logic to make easier to read. Notes: svn path=/head/; revision=264940
* Update to Vim 7.3 patchlevel 62.David E. O'Brien2010-11-222-52/+25
| | | | Notes: svn path=/head/; revision=264928
* Update to Vim 7.3 patchlevel 50.David E. O'Brien2010-11-092-1/+7
| | | | Notes: svn path=/head/; revision=264319
* Update to Vim 7.3 patchlevel 48.David E. O'Brien2010-11-042-1/+4
| | | | Notes: svn path=/head/; revision=264026
* Update to Vim 7.3 patchlevel 47.David E. O'Brien2010-10-312-4/+51
| | | | Notes: svn path=/head/; revision=263856
* Add LUA.David E. O'Brien2010-10-211-0/+1
| | | | Notes: svn path=/head/; revision=263375
* Update to Vim 7.3 patchlevel 32.David E. O'Brien2010-10-212-1/+10
| | | | Notes: svn path=/head/; revision=263374
* Autoconf will use libintl.so if it is installed on the system and causeDavid E. O'Brien2010-10-211-0/+3
| | | | | | | | | Vim to be linked against gettext without recording the gettext dependency. Submitted by: Panagiotis Christias <p.christias@noc.ntua.gr> Notes: svn path=/head/; revision=263372
* Allow one to use WITHOUT_GUI as a synonym for WITHOUT_X11.David E. O'Brien2010-10-211-1/+1
| | | | | | | | PR: 151468 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Notes: svn path=/head/; revision=263368
* Update to Vim 7.3 patchlevel 29.David E. O'Brien2010-10-202-1/+4
| | | | Notes: svn path=/head/; revision=263312
* Update to Vim 7.3 patchlevel 28.David E. O'Brien2010-10-152-1/+22
| | | | Notes: svn path=/head/; revision=263025
* 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
* Backout rev. 1.49. The icon handling is too sensitive to what other packagesDavid E. O'Brien2010-10-121-1/+0
| | | | | | | one has installed. Notes: svn path=/head/; revision=262910
* Update to Vim 7.3 patchlevel 21.David E. O'Brien2010-10-112-1/+7
| | | | Notes: svn path=/head/; revision=262811
* Enable LUA for the default Portmgr package build.David E. O'Brien2010-10-071-1/+1
| | | | Notes: svn path=/head/; revision=262568
* Backout accidental change.David E. O'Brien2010-10-071-1/+0
| | | | Notes: svn path=/head/; revision=262564
* Vim now has a file that has escaped share/vim/David E. O'Brien2010-10-072-0/+2
| | | | Notes: svn path=/head/; revision=262563
* The stock dependencies are now fixed.David E. O'Brien2010-10-061-3/+0
| | | | Notes: svn path=/head/; revision=262532
* Update to Vim 7.3 patchlevel 19.David E. O'Brien2010-10-063-1253/+85
| | | | | | | | | | | | | | | 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
* Change the default GUI from gtk1 to gtk2.David E. O'Brien2010-10-052-6/+15
| | | | Notes: svn path=/head/; revision=262456
* Simply the checking output.David E. O'Brien2010-10-021-1/+2
| | | | Notes: svn path=/head/; revision=262296
* Obey BSD's 'STRIP= ' setting.David E. O'Brien2010-09-191-0/+3
| | | | | | | | PR: 150689 Submitted by: swell.k@gmail.com Notes: svn path=/head/; revision=261415
* Make 'mtree -f $(make -V MTREE_FILE) -p $PREFIX' clean.David E. O'Brien2010-09-182-0/+9
| | | | | | | | PR: 150687 Submitted by: swell.k@gmail.com Notes: svn path=/head/; revision=261413
* Look for libiconv in ${LOCALBASE}.David E. O'Brien2010-09-181-1/+1
| | | | | | | | PR: 150690 Submitted by: swell.k@gmail.com Notes: svn path=/head/; revision=261412
* - Hotfix this high-profile port so it does not install into /Pav Lucistnik2010-09-181-1/+1
| | | | | | | | | PR: ports/150649 Submitted by: Anonymous <swell.k@gmail.com> Approved by: portmgr hat Notes: svn path=/head/; revision=261377
* Enable MAKE_JOBS_SAFE for Vim build so it will build in parallel.David E. O'Brien2010-09-171-1/+7
| | | | | | | | | This deals with the misspelling of "./auto/osdef.h" in some of the .o dependencies - which is what caused the race condition needing MAKE_JOBS_UNSAFE=yes. Notes: svn path=/head/; revision=261308
* Update to Vim 7.2 patchlevel 466.David E. O'Brien2010-09-092-1/+106
| | | | Notes: svn path=/head/; revision=260821
* Update to Vim 7.2 patchlevel 411.David E. O'Brien2010-04-132-2/+167
| | | | Notes: svn path=/head/; revision=252628
* Update to Vim 7.2 patchlevel 344.David E. O'Brien2010-01-232-2/+62
| | | | Notes: svn path=/head/; revision=248409
* Add support for "X11_ONLY" - which disables all GUI toolkit variants, butDavid E. O'Brien2009-12-292-19/+22
| | | | | | | | | | does have support for the X11 cut buffer, etc... (patch reworked by me) PR: 140646 Submitted by: Merijn Verstraaten <merijn@inconsistent.nl> Notes: svn path=/head/; revision=246835
* Update to Vim 7.2 patchlevel 322.David E. O'Brien2009-12-292-2/+65
| | | | Notes: svn path=/head/; revision=246808
* Update to Vim 7.2 patchlevel 299.David E. O'Brien2009-11-172-3/+168
| | | | Notes: svn path=/head/; revision=244398
* Chase patch rename so that it passes "make checksum"Wesley Shields2009-07-291-3/+3
| | | | Notes: svn path=/head/; revision=238641
* Change name of diked patch.David E. O'Brien2009-07-291-1/+1
| | | | Notes: svn path=/head/; revision=238587
* Update to Vim 7.2 patchlevel 239.David E. O'Brien2009-07-292-2/+80
| | | | Notes: svn path=/head/; revision=238580
* Fix fetching famous^Wannoying patchfile 7.2.041%.Sergey Skvortsov2009-07-141-2/+2
| | | | | | | | | | | | | | | | | | Note that "7.2.041%" can not be correct part of http:// URL at all, because must be encoded as "7.2.041%25". Fetching works only because file fetched via "ftp://". However this name prevent using local distfiles cache accessed by http:// protocol, ex.: MASTER_SITE_OVERRIDE=http://freebsd.mycompany.com/distfiles/vim/ So this file should be removed/renamed ASAP. PR: ports/136027 Submitted by: johans Approved by: maintainer timeout Notes: svn path=/head/; revision=237792
* - Prepare for lang/tcl80 and x11-toolkits/tk80 removalMartin Matuska2009-07-071-1/+1
| | | | | | | - Switch all ports that have USE_TCL=80+ to use USE_TCL=82+ Notes: svn path=/head/; revision=237310
* Damage control, backout latest changes and let fetch timeout.Florent Thoumie2009-06-232-3/+4
| | | | | | | | | Sorry for the mess. Pointyhat to: self Notes: svn path=/head/; revision=236519
* Also update distinfo.Florent Thoumie2009-06-231-3/+3
| | | | Notes: svn path=/head/; revision=236517
* Fix fetching.Florent Thoumie2009-06-231-1/+0
| | | | | | | | PR: ports/135699 Submitted by: Radim Kolar Notes: svn path=/head/; revision=236516
* Update to Vim 7.2 patchlevel 209.David E. O'Brien2009-06-172-6/+123
| | | | Notes: svn path=/head/; revision=236130
* Update to Vim 7.2 patchlevel 171.David E. O'Brien2009-05-192-9/+18
| | | | | | | (there is an issue with patch 173 that holds back updating past PL 171) Notes: svn path=/head/; revision=234209
* I had a WITH_GNOME where I should have had a USE_GNOME.David E. O'Brien2009-05-061-2/+2
| | | | | | | | PR: 133949 Submitted by: Justin Hibbits <jrh29@alumni.cwru.edu> Notes: svn path=/head/; revision=233295