David E. O'Brien
8eefa3ee7c
Update to Vim 7.3 patchlevel 28.
2010-10-15 06:58:05 +00:00
David E. O'Brien
3c3b17a3a6
Do not install icons by default. The destination directories aren't
...
"owned" by Vim and this causes trouble packaging depending on Vim
flavor chosen.
2010-10-12 20:03:06 +00:00
David E. O'Brien
226065e77e
Backout rev. 1.49. The icon handling is too sensitive to what other packages
...
one has installed.
2010-10-12 19:32:19 +00:00
David E. O'Brien
0d28993fc9
Update to Vim 7.3 patchlevel 21.
2010-10-11 06:53:35 +00:00
David E. O'Brien
a23ca4e75d
Enable LUA for the default Portmgr package build.
2010-10-07 15:28:22 +00:00
David E. O'Brien
2b8a1717bc
Backout accidental change.
2010-10-07 15:04:57 +00:00
David E. O'Brien
181847ca29
Vim now has a file that has escaped share/vim/
2010-10-07 15:03:49 +00:00
David E. O'Brien
bba9d47c2d
The stock dependencies are now fixed.
2010-10-06 18:49:30 +00:00
David E. O'Brien
7c93ff3da4
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
2010-10-06 06:58:45 +00:00
David E. O'Brien
a2a11122fd
Change the default GUI from gtk1 to gtk2.
2010-10-05 18:13:39 +00:00
David E. O'Brien
7926811228
Simply the checking output.
2010-10-02 01:55:08 +00:00
David E. O'Brien
008f5aef7f
Obey BSD's 'STRIP= ' setting.
...
PR: 150689
Submitted by: swell.k@gmail.com
2010-09-19 00:30:49 +00:00
David E. O'Brien
4cd240cfcc
Make 'mtree -f $(make -V MTREE_FILE) -p $PREFIX' clean.
...
PR: 150687
Submitted by: swell.k@gmail.com
2010-09-18 23:26:57 +00:00
David E. O'Brien
6cdcf71c7e
Look for libiconv in ${LOCALBASE}.
...
PR: 150690
Submitted by: swell.k@gmail.com
2010-09-18 22:40:36 +00:00
Pav Lucistnik
4f07ab2f02
- Hotfix this high-profile port so it does not install into /
...
PR: ports/150649
Submitted by: Anonymous <swell.k@gmail.com>
Approved by: portmgr hat
2010-09-18 09:48:07 +00:00
David E. O'Brien
45a32494a2
Enable MAKE_JOBS_SAFE for Vim build so it will build in parallel.
...
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.
2010-09-17 00:46:45 +00:00
David E. O'Brien
610f0a282d
Update to Vim 7.2 patchlevel 466.
2010-09-09 06:06:28 +00:00
David E. O'Brien
820df8b4d6
Update to Vim 7.2 patchlevel 411.
2010-04-13 03:49:54 +00:00
David E. O'Brien
5fb9c0b67b
Update to Vim 7.2 patchlevel 344.
2010-01-23 13:01:35 +00:00
David E. O'Brien
62f1a5b37d
Add support for "X11_ONLY" - which disables all GUI toolkit variants, but
...
does have support for the X11 cut buffer, etc... (patch reworked by me)
PR: 140646
Submitted by: Merijn Verstraaten <merijn@inconsistent.nl>
2009-12-29 08:46:57 +00:00
David E. O'Brien
6283910554
Update to Vim 7.2 patchlevel 322.
2009-12-29 03:10:26 +00:00
David E. O'Brien
cc1f036559
Update to Vim 7.2 patchlevel 299.
2009-11-17 17:17:12 +00:00
Wesley Shields
0bb342c52c
Chase patch rename so that it passes "make checksum"
2009-07-29 20:19:43 +00:00
David E. O'Brien
ecebb6fdbe
Change name of diked patch.
2009-07-29 07:40:23 +00:00
David E. O'Brien
45b75016fd
Update to Vim 7.2 patchlevel 239.
2009-07-29 06:27:27 +00:00
Sergey Skvortsov
fad8c5d349
Fix fetching famous^Wannoying patchfile 7.2.041%.
...
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
2009-07-14 17:00:10 +00:00
Martin Matuska
de65271364
- Prepare for lang/tcl80 and x11-toolkits/tk80 removal
...
- Switch all ports that have USE_TCL=80+ to use USE_TCL=82+
2009-07-07 06:48:54 +00:00
Florent Thoumie
699ac84f1d
Damage control, backout latest changes and let fetch timeout.
...
Sorry for the mess.
Pointyhat to: self
2009-06-23 12:51:57 +00:00
Florent Thoumie
4140684a47
Also update distinfo.
2009-06-23 12:32:43 +00:00
Florent Thoumie
ee77d0ec75
Fix fetching.
...
PR: ports/135699
Submitted by: Radim Kolar
2009-06-23 12:25:30 +00:00
David E. O'Brien
bd61dc2f3e
Update to Vim 7.2 patchlevel 209.
2009-06-17 14:50:27 +00:00
David E. O'Brien
0e453df182
Update to Vim 7.2 patchlevel 171.
...
(there is an issue with patch 173 that holds back updating past PL 171)
2009-05-19 14:56:57 +00:00
David E. O'Brien
e5c78c970c
I had a WITH_GNOME where I should have had a USE_GNOME.
...
PR: 133949
Submitted by: Justin Hibbits <jrh29@alumni.cwru.edu>
2009-05-06 06:01:19 +00:00
David E. O'Brien
2c31e95e46
Update to Vim 7.2 patchlevel 166.
2009-05-06 05:08:08 +00:00
Philip M. Gollucci
496112748c
- Mark MAKE_JOBS_UNSAFE= yes
...
Approved by: pav (via irc on #bsdports)
Tested on: RideCharge TB, and P6 TB
2009-04-28 21:36:08 +00:00
David E. O'Brien
cbe9d07445
Update to Vim 7.2 patchlevel 132.
2009-03-08 09:27:24 +00:00
Martin Matuska
24bf28eff1
- Change default Tcl/Tk version to 8.5
...
- Bump PORTVERSION of ports affected
Tested by: pointyhat (pav)
2009-02-23 14:46:37 +00:00
David E. O'Brien
77f4fc2c95
Update to Vim 7.2 patchlevel 106.
2009-02-11 17:29:11 +00:00
David E. O'Brien
de3bd6724f
Update to Vim 7.2 patchlevel 69.
2008-12-11 18:06:19 +00:00
David E. O'Brien
d966f142ed
Update to Vim 7.2 patchlevel 29.
2008-11-07 16:31:11 +00:00
David E. O'Brien
53890fd0c8
Update vim-7.2.tar.bz2 checksums.
...
Per http://ftp.vim.org/pub/vim/unix/ the change is due to
"fixed permissions 2008 Sep 6".
PR: 127231
Submitted by: Josh Carroll <josh.carroll@gmail.com>
Also update to patchlevel 14.
Approved by: portmgr (pav)
2008-09-11 17:12:13 +00:00
David E. O'Brien
54063eff33
Update to Vim 7.2 patchlevel 9.
2008-09-04 16:59:05 +00:00
David E. O'Brien
8230564e1f
Update Vim to version 7.2 (and patchlevel 6 at that).
2008-08-25 15:34:09 +00:00
Martin Wilke
e8dc67ddef
- Unbreak and fix build
...
PR: 125747 (based on)
Reported by: many
Submitted by: Martin Neubauer <m.ne@gmx.net>
No response from: maintainer (obrien, 14 days)
2008-08-04 21:30:25 +00:00
Erwin Lansing
42ea94ba8e
Mark BROKEN: does not build
2008-08-04 18:51:07 +00:00
David E. O'Brien
01f916abb2
Update to Vim 7.1 patchlevel 330.
2008-07-17 17:32:32 +00:00
David E. O'Brien
e1e4af98b8
Add gvimtutor to the mix.
...
PR: 124890
Submitted by: Daniel Austin MBCS <freebsd-sparc64@dan.me.uk>
2008-06-24 15:23:31 +00:00
David E. O'Brien
fae5fd0500
Update to Vim 7.1 patchlevel 315.
2008-06-16 14:07:25 +00:00
Edwin Groothuis
a550b67ae0
Bump portrevision due to upgrade of devel/gettext.
...
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
2008-06-06 14:33:40 +00:00
David E. O'Brien
6c130e4682
Add TCL support and translations options.
...
PR: 123662
Submitted by: Dima Panov <fluffy@fluffy.khv.ru>
2008-06-05 13:11:09 +00:00