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
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
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
David E. O'Brien
874cf5a8f2
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
2007-12-19 16:30:28 +00:00
David E. O'Brien
967786f2d6
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>.
2006-06-26 18:21:39 +00:00
David E. O'Brien
8a2760083c
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.
2005-10-24 01:28:48 +00:00
David E. O'Brien
1772ed437e
A better way to respect $CC.
2004-08-03 19:16:15 +00:00
David E. O'Brien
e794a01dde
Update to Vim 6.3 release.
2004-06-08 20:32:00 +00:00
Kris Kennaway
c1a9c78832
Unbreak WITH_TCL builds.
...
Submitted by: Michael Edenfield <kutulu@kutulu.org>
PR: 66434
Approved by: maintainer
2004-05-17 23:51:15 +00:00
David E. O'Brien
0e4690c976
OBE by REINPLACE action in pre-configure.
...
PR: ports/46317
Submitted by: David Yeske <dyeske@yahoo.com>
2004-01-13 17:21:21 +00:00
David E. O'Brien
221c4a5253
Don't instally {ex,view}.1 links.
...
Reported by: Alex Vasylenko <lxv@omut.org>
2003-11-01 23:41:22 +00:00
David E. O'Brien
a2a039cf0a
Update to Vim 6.2 patchlevel 139
2003-10-30 20:21:23 +00:00
Maxim Sobolev
24afa13d1f
Unbreak with perl 5.8.1 (conflicting symbol).
2003-10-29 21:01:45 +00:00
David E. O'Brien
5914baf67d
Update to Vim 6.1 patchlevel 319
...
Patch 6.1.318 fixed the problems that our local patch-01 revs 1.2[24] fixed.
2003-02-07 03:43:34 +00:00
David E. O'Brien
4d446a4fad
This removes the need for one of the patches for WITH_PERL. I've heard
...
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)
2002-09-21 23:49:28 +00:00
David E. O'Brien
2c0ee27fbb
Not sure why all of a sudden the lang/README.txt became such a problem.
...
A whack with the hammer and it can be forgotten.
2002-06-11 00:19:48 +00:00
David E. O'Brien
ecacd68f71
Update to Vim 6.1 patchlevel 32
2002-04-27 18:42:20 +00:00
David E. O'Brien
43dba690a5
Update to Vim 6.1 patchlevel 14
...
and fix to build on 5-CURRENT.
2002-04-10 02:08:41 +00:00
David E. O'Brien
0ccc5f6f03
Add a Vietnamese VIQR input mapping.
2001-12-03 07:13:35 +00:00
David E. O'Brien
d39599e509
PERL_CFLAGS contains quotes, which breaks compilation of auto/pathdefs.c
...
(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
2001-10-25 15:01:29 +00:00
David E. O'Brien
2379127908
Update to Vim 6.0 beta AQ
2001-08-08 01:25:44 +00:00
David E. O'Brien
635199626e
Make newly added bits reinstall friendly.
2001-05-03 10:35:39 +00:00
David E. O'Brien
c4dbe633d6
Update to Vim 6.0 beta AD
2001-04-30 16:43:16 +00:00
Akinori MUSHA
15e997bfb2
Apply a hotfix against ruby-interp. This fixes the coredump when $_
...
is set to non-string in a :rubydo command. (e.g. :rubydo $_ = 0)
It will be submitted to the vim6 author soon.
2001-04-28 19:34:59 +00:00
David E. O'Brien
98ac5ddaa5
Update to Vim 6.0 Beta "N".
2000-11-20 17:27:45 +00:00
David E. O'Brien
884319ba26
Update to Vim 6.0 Beta "M".
2000-11-13 11:52:37 +00:00
David E. O'Brien
b9b356aa56
Update to Vim 6.0 Beta "L".
2000-11-06 21:53:56 +00:00
Jeremy Lea
3707e5b740
Implment WANT_GTK.
2000-10-05 06:47:41 +00:00
Satoshi Asami
7c1067091e
Add this back -- it was a repository copy. ;)
...
Pointy hat to: asami
2000-07-31 19:28:41 +00:00
Satoshi Asami
b57d0cf9d4
This needs a repository copy.
2000-07-31 19:07:03 +00:00
David E. O'Brien
bf1ff67962
Vim version 6 (beta C).
2000-07-31 19:04:26 +00:00
Satoshi Asami
74ab39afaf
Remove this port for now, since it's just a repo copy and I don't want
...
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.)
2000-07-18 18:18:24 +00:00
Steve Price
89b7d2a446
- Use GTK_CONFIG/GLIB_CONFIG instead of hardcoded gtk12-config/glib12-config
...
- Support CC/CFLAGS/PREIFX/LOCALBASE/X11BASE/MAKE/etc. properly
PR: 19623
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
2000-07-07 19:59:26 +00:00
David E. O'Brien
c2da4f3ff8
Treat the manpage links the same as we do the binary links.
...
Submitted by: reg
2000-05-07 16:04:23 +00:00
David E. O'Brien
1a56eeadb8
Add GTK support. Set "HAVE_GTK" to invoke it.
...
Submitted by: Yuan-Chen Cheng <ycheng@ycheng.wsl.sinica.edu.tw>
1999-10-25 06:02:02 +00:00
David E. O'Brien
1edb0d8c7d
Upgrade to version 5.4.
1999-07-30 17:12:01 +00:00
David E. O'Brien
48801ace44
Use "MLINK"s rather than let Vim's Makefile do the manpage linking.
...
This fixes the problem that many of Vim's manpages pointed to nowhere.
1999-03-15 10:24:26 +00:00
David E. O'Brien
22ab2b8f06
upgrade to version 5.3
1998-09-03 11:35:12 +00:00
David E. O'Brien
4ab3e40ac4
Fix handling of man page links.
1998-03-22 22:13:59 +00:00
David E. O'Brien
1bee26eff9
Upgrade to beta version 5.0w.
1998-02-09 10:35:12 +00:00
David E. O'Brien
ef970a0167
Add libXm.so.0.1 to search list of possible Motif libraries [for Lesstif?]
...
Requested by: Andreas Klemm <andreas@klemm.gtn.com>
1998-01-27 10:42:21 +00:00
David E. O'Brien
e61cd6ce12
Upgrade to version 5.0q
1997-11-11 15:20:17 +00:00
David E. O'Brien
5211b46baf
Upgrade to vim-5.0p.
...
Apply patch to work with Perl5 support (needed especically if perl5 was
installed as a package).
1997-10-22 10:23:48 +00:00
David E. O'Brien
9eecda3cf7
autoconf's handling of perl5 interpreter support is broken on 2.2.5-BETA.
1997-10-15 09:28:58 +00:00
Andreas Klemm
89a8f7a5b1
vim didn't find lesstif's libXm library, since lesstif
...
doesn't build and install a static library libXm.a.
1997-08-23 13:43:43 +00:00
David E. O'Brien
c23dacf9a9
Upgrade to the 5.0m beta
1997-08-22 19:55:37 +00:00
David E. O'Brien
eba04cf04f
Upgrade to 5.0k beta
1997-06-12 16:35:10 +00:00
David E. O'Brien
9790f7a970
Upgrade to vim-5.0j beta
...
(configure works properly on FreeBSD-CURRENT now)
1997-06-02 16:10:37 +00:00
David E. O'Brien
87f617f689
Link with force!
...
Don't install ``ex'' and ``view''.
1997-05-29 03:22:26 +00:00