summaryrefslogtreecommitdiff
path: root/editors/vim (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-06-20Minor style change.David E. O'Brien1-2/+2
Notes: svn path=/head/; revision=275913
2011-06-20Include bsd.port.options.mk.David E. O'Brien1-0/+1
PR: 157845 Submitted by: Eir Nym <eirnym@gmail.com> Notes: svn path=/head/; revision=275912
2011-06-18- MAKE_JOBS_UNSAFE:Pav Lucistnik1-1/+1
FATAL: can't create objects/py_config.o: No such file or directory Reported by: pointyhat Notes: svn path=/head/; revision=275776
2011-02-28Update to Vim 7.3 patchlevel 121.David E. O'Brien2-1/+81
Notes: svn path=/head/; revision=270006
2010-12-14Update to Vim 7.3 patchlevel 81.David E. O'Brien2-1/+13
Notes: svn path=/head/; revision=266305
2010-12-08Update to Vim 7.3 patchlevel 75.David E. O'Brien2-1/+27
Notes: svn path=/head/; revision=265841
2010-11-24Complete gtk1->gtk2(gnome2) transition.David E. O'Brien2-22/+9
PR: 151421 Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com> Notes: svn path=/head/; revision=265111
2010-11-22+ Add additional non-GUI guards to WANT_GNOME.David E. O'Brien1-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
2010-11-22Update to Vim 7.3 patchlevel 62.David E. O'Brien2-52/+25
Notes: svn path=/head/; revision=264928
2010-11-09Update to Vim 7.3 patchlevel 50.David E. O'Brien2-1/+7
Notes: svn path=/head/; revision=264319
2010-11-04Update to Vim 7.3 patchlevel 48.David E. O'Brien2-1/+4
Notes: svn path=/head/; revision=264026
2010-10-31Update to Vim 7.3 patchlevel 47.David E. O'Brien2-4/+51
Notes: svn path=/head/; revision=263856
2010-10-21Add LUA.David E. O'Brien1-0/+1
Notes: svn path=/head/; revision=263375
2010-10-21Update to Vim 7.3 patchlevel 32.David E. O'Brien2-1/+10
Notes: svn path=/head/; revision=263374
2010-10-21Autoconf will use libintl.so if it is installed on the system and causeDavid E. O'Brien1-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
2010-10-21Allow one to use WITHOUT_GUI as a synonym for WITHOUT_X11.David E. O'Brien1-1/+1
PR: 151468 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Notes: svn path=/head/; revision=263368
2010-10-20Update to Vim 7.3 patchlevel 29.David E. O'Brien2-1/+4
Notes: svn path=/head/; revision=263312
2010-10-15Update to Vim 7.3 patchlevel 28.David E. O'Brien2-1/+22
Notes: svn path=/head/; revision=263025
2010-10-12Do not install icons by default. The destination directories aren'tDavid E. O'Brien1-0/+5
"owned" by Vim and this causes trouble packaging depending on Vim flavor chosen. Notes: svn path=/head/; revision=262912
2010-10-12Backout rev. 1.49. The icon handling is too sensitive to what other packagesDavid E. O'Brien1-1/+0
one has installed. Notes: svn path=/head/; revision=262910
2010-10-11Update to Vim 7.3 patchlevel 21.David E. O'Brien2-1/+7
Notes: svn path=/head/; revision=262811
2010-10-07Enable LUA for the default Portmgr package build.David E. O'Brien1-1/+1
Notes: svn path=/head/; revision=262568
2010-10-07Backout accidental change.David E. O'Brien1-1/+0
Notes: svn path=/head/; revision=262564
2010-10-07Vim now has a file that has escaped share/vim/David E. O'Brien2-0/+2
Notes: svn path=/head/; revision=262563
2010-10-06The stock dependencies are now fixed.David E. O'Brien1-3/+0
Notes: svn path=/head/; revision=262532
2010-10-06Update to Vim 7.3 patchlevel 19.David E. O'Brien3-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
2010-10-05Change the default GUI from gtk1 to gtk2.David E. O'Brien2-6/+15
Notes: svn path=/head/; revision=262456
2010-10-02Simply the checking output.David E. O'Brien1-1/+2
Notes: svn path=/head/; revision=262296
2010-09-19Obey BSD's 'STRIP= ' setting.David E. O'Brien1-0/+3
PR: 150689 Submitted by: swell.k@gmail.com Notes: svn path=/head/; revision=261415
2010-09-18Make 'mtree -f $(make -V MTREE_FILE) -p $PREFIX' clean.David E. O'Brien2-0/+9
PR: 150687 Submitted by: swell.k@gmail.com Notes: svn path=/head/; revision=261413
2010-09-18Look for libiconv in ${LOCALBASE}.David E. O'Brien1-1/+1
PR: 150690 Submitted by: swell.k@gmail.com Notes: svn path=/head/; revision=261412
2010-09-18- Hotfix this high-profile port so it does not install into /Pav Lucistnik1-1/+1
PR: ports/150649 Submitted by: Anonymous <swell.k@gmail.com> Approved by: portmgr hat Notes: svn path=/head/; revision=261377
2010-09-17Enable MAKE_JOBS_SAFE for Vim build so it will build in parallel.David E. O'Brien1-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
2010-09-09Update to Vim 7.2 patchlevel 466.David E. O'Brien2-1/+106
Notes: svn path=/head/; revision=260821
2010-04-13Update to Vim 7.2 patchlevel 411.David E. O'Brien2-2/+167
Notes: svn path=/head/; revision=252628
2010-01-23Update to Vim 7.2 patchlevel 344.David E. O'Brien2-2/+62
Notes: svn path=/head/; revision=248409
2009-12-29Add support for "X11_ONLY" - which disables all GUI toolkit variants, butDavid E. O'Brien2-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
2009-12-29Update to Vim 7.2 patchlevel 322.David E. O'Brien2-2/+65
Notes: svn path=/head/; revision=246808
2009-11-17Update to Vim 7.2 patchlevel 299.David E. O'Brien2-3/+168
Notes: svn path=/head/; revision=244398
2009-07-29Chase patch rename so that it passes "make checksum"Wesley Shields1-3/+3
Notes: svn path=/head/; revision=238641
2009-07-29Change name of diked patch.David E. O'Brien1-1/+1
Notes: svn path=/head/; revision=238587
2009-07-29Update to Vim 7.2 patchlevel 239.David E. O'Brien2-2/+80
Notes: svn path=/head/; revision=238580
2009-07-14Fix fetching famous^Wannoying patchfile 7.2.041%.Sergey Skvortsov1-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
2009-07-07- Prepare for lang/tcl80 and x11-toolkits/tk80 removalMartin Matuska1-1/+1
- Switch all ports that have USE_TCL=80+ to use USE_TCL=82+ Notes: svn path=/head/; revision=237310
2009-06-23Damage control, backout latest changes and let fetch timeout.Florent Thoumie2-3/+4
Sorry for the mess. Pointyhat to: self Notes: svn path=/head/; revision=236519
2009-06-23Also update distinfo.Florent Thoumie1-3/+3
Notes: svn path=/head/; revision=236517
2009-06-23Fix fetching.Florent Thoumie1-1/+0
PR: ports/135699 Submitted by: Radim Kolar Notes: svn path=/head/; revision=236516
2009-06-17Update to Vim 7.2 patchlevel 209.David E. O'Brien2-6/+123
Notes: svn path=/head/; revision=236130
2009-05-19Update to Vim 7.2 patchlevel 171.David E. O'Brien2-9/+18
(there is an issue with patch 173 that holds back updating past PL 171) Notes: svn path=/head/; revision=234209
2009-05-06I had a WITH_GNOME where I should have had a USE_GNOME.David E. O'Brien1-2/+2
PR: 133949 Submitted by: Justin Hibbits <jrh29@alumni.cwru.edu> Notes: svn path=/head/; revision=233295