aboutsummaryrefslogtreecommitdiff
path: root/editors/vim5/files
Commit message (Collapse)AuthorAgeFilesLines
* Fix building fails when compiled w/ perl interpreter option.David E. O'Brien2002-06-021-4/+15
| | | | | | | | PR: 36124 Submitted by: Anton Berezin <tobez@tobez.org> Notes: svn path=/head/; revision=60492
* * Remove Motif lib searching hack. Isn't needed any more.David E. O'Brien2000-10-091-12/+3
| | | | | | | * Use magic "GTK_CONFIG" rather than spelling out the path explicitly. Notes: svn path=/head/; revision=33623
* Implment WANT_GTK.Jeremy Lea2000-10-051-2/+2
| | | | Notes: svn path=/head/; revision=33426
* Revert parts of the previous commit, spell CONFIGURE_ENV correctly, andSteve Price2000-07-161-0/+14
| | | | | | | | | get this port to build correctly again with HAVE_GTK=t. PR: 19893 Notes: svn path=/head/; revision=30708
* - 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
* Upgrade to 5.0i.David E. O'Brien1997-05-281-0/+58
| | | | | | | | | Castrate configure's checks for elf.h. Now that FreeBSD has an elf.h, Vim thought we were SysV! (yea, right, only when they pry this keyboard from my cold stiff dead hands!) Notes: svn path=/head/; revision=6590
* Beta version of Vim 5.0.David E. O'Brien1997-05-251-0/+21
Vim 5.0 beta is still under development (hasn't really reached a final beta stage). Until that point, I don't want to change the stable vim-4.6 port. Note that Vim5.0 has syntax coloring and Perl 5.004 support. Notes: svn path=/head/; revision=6549