Commit Graph

169 Commits

Author SHA1 Message Date
David E. O'Brien
6d296b1b3c Update to Vim 6.0 patchlevel 32 2001-10-29 18:06:57 +00:00
David E. O'Brien
8dfc34c8b7 Update to Vim 6.0 patchlevel 26 2001-10-25 15:01:59 +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
bb1895b360 Update to Vim 6.0 patchlevel 23 2001-10-24 17:24:00 +00:00
David E. O'Brien
0aa6840dfe Update to Vim 6.0 patchlevel 21 2001-10-23 17:14:35 +00:00
David E. O'Brien
33dc5813c2 Update to Vim 6.0 patchlevel 18 2001-10-22 00:12:58 +00:00
David E. O'Brien
26892a9cc2 Update to Vim 6.0 patchlevel 14 2001-10-19 18:19:42 +00:00
David E. O'Brien
10421f4dd4 Update to Vim 6.0 patchlevel 11 2001-10-03 02:29:12 +00:00
David E. O'Brien
cb9c9ea55a Update to Vim 6.0 patchlevel 8 2001-10-01 11:47:47 +00:00
David E. O'Brien
f471151081 Update to Vim 6.0 patchlevel 1 2001-09-29 19:30:56 +00:00
David E. O'Brien
b730a1b205 Update to Vim 6.0 RELEASE !! 2001-09-28 15:08:34 +00:00
David E. O'Brien
373940463a Update to Vim 6.0 beta AX patchlevel 20 2001-09-26 05:38:55 +00:00
David E. O'Brien
73086c2cfd Update to Vim 6.0 beta AX patchlevel 13 2001-09-24 17:27:21 +00:00
David E. O'Brien
8d6ef34a3d Update to Vim 6.0 beta AX patchlevel 11 2001-09-22 18:15:53 +00:00
David E. O'Brien
576f033d42 Update to Vim 6.0 beta AX 2001-09-20 20:13:58 +00:00
David E. O'Brien
a39b75a536 Update to Vim 6.0 beta AW patchlevel 6 2001-09-18 11:01:03 +00:00
David E. O'Brien
8ace9ec422 Update to Vim 6.0 beta AW 2001-09-17 16:51:12 +00:00
David E. O'Brien
139a823944 ftp.freesoftware.com -- R.I.P. 2001-09-13 23:38:10 +00:00
David E. O'Brien
598b73386c Update to Vim 6.0 beta AV 2001-09-12 07:24:23 +00:00
David E. O'Brien
e0d507edcd Update to Vim 6.0 beta Au 2001-09-04 04:06:45 +00:00
David E. O'Brien
8363fd1d2b Update to Vim 6.0 beta AT 2001-08-29 05:40:35 +00:00
David E. O'Brien
7a9327d507 Support "lite" configurations.
Submitted by:	Dirk Meyer <dirk.meyer@dinoex.sub.org>
2001-08-21 19:51:09 +00:00
David E. O'Brien
73b31b701e Update to Vim 6.0 beta AS 2001-08-20 15:50:18 +00:00
David E. O'Brien
d7d4e11428 Update to Vim 6.0 beta AR 2001-08-13 17:11:17 +00:00
David E. O'Brien
2379127908 Update to Vim 6.0 beta AQ 2001-08-08 01:25:44 +00:00
Ben Smithurst
d125bb96f6 Add ftp.mirror.ac.uk.
Approved by:	obrien (maintainer)
2001-06-27 21:33:44 +00:00
David E. O'Brien
90e749d61f Add back on dirrm that is easist to do here than in the auto-produce code. 2001-05-24 01:21:29 +00:00
David E. O'Brien
13c44e816b I am tired of chasing the Vim support files (help, syntax, etc..).
Dynamically produce the share portion of pkg-plist at install time.
2001-05-24 01:19:05 +00:00
David E. O'Brien
527f36a623 Fix typo. 2001-05-24 01:17:46 +00:00
David E. O'Brien
09f0f38619 Add some missing manpages and tweak PLIST.
PR:		27346
Submitted by:	David W. Chapman Jr. <dwcjr@inethouston.net>
2001-05-23 09:36:26 +00:00
David E. O'Brien
42697e35af Update to Vim 6.0 beta AE 2001-05-10 00:40:33 +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
b34da5a3f5 Change the Vim-specific "NO_GUI" to the correct "WITHOUT_X11". 2001-04-30 22:39:13 +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
Akinori MUSHA
aea15d40ea Allow slave ports to override PORTREVISION.
Approved by:	obrien (MAINTAINER)
2001-04-28 18:08:30 +00:00
David E. O'Brien
2611fffa91 Add the NO_GUI knob for those who want a hugely-featured Vim, but don't
want the X depandancy.

Bow to numerous wishes(yelling) to make GTK the default GUI lib vs. Motif.
Bram (Vim author) prefering GTK over Open Motif weighed kinda heavy.

With my dislike of the GPV and their political agenda, I have
been resisting this demand.  [I fully agree with the reasons why the
`ddd' debugger didn't use GTK until the GNU people got a hold of it]
GNU's NIH and "brace and extend" is often as bad as Microsoft's.
And often the only reason people put up with it is because of they like
to force GNU Public Virused software forces down our throat.

Some argue that GTK is "smaller" than OpenMotif.  Maybe GTK 1.2 is (but
don't forget to look at the GTK depends, where OpenMotif has none).
But GTK 1.3 definitely is not smaller than OpenMotif (just look at its
dependancy list).

I will review my decision to use GTK as default GUI when the GTK+ 1.{3,4}
behemoth is released.
2001-04-26 15:36:46 +00:00
David E. O'Brien
b3aa987993 Make reinstall friendly. 2001-04-15 07:33:31 +00:00
David E. O'Brien
4af53afe1f Update to Vim 6.0 beta AA 2001-04-11 19:56:45 +00:00
David E. O'Brien
906bf16041 Update to Vim 6.0 beta Z 2001-03-25 19:01:28 +00:00
David E. O'Brien
ce453a0274 Update to Vim 6.0 beta Y 2001-03-20 17:59:53 +00:00
David E. O'Brien
0929e18125 Update to Vim 6.0 beta X 2001-03-14 18:54:32 +00:00
David E. O'Brien
d414a14a58 Allow maintainer to be set in slave ports. 2001-03-11 00:05:13 +00:00
David E. O'Brien
97351813c9 Update to Vim 6.0 beta W 2001-03-09 01:40:52 +00:00
David E. O'Brien
3a3bf3a012 Update to Vim 6.0 beta V 2001-02-16 11:39:57 +00:00
David E. O'Brien
5c037916db Tweak to try to help build a GTK version. 2001-02-16 07:02:29 +00:00
David E. O'Brien
63102f9a6a Add files I missed.
Submitted by:	sf
2001-02-16 07:02:13 +00:00
David E. O'Brien
34b8ac7f22 Don't force pythoninterp if we build for GTK -- only do that if we build
for offical packages.
2001-02-15 12:21:38 +00:00
David E. O'Brien
7b8505c249 Remove multiple `multibyte' specifications. Also sync the vim6 up
with how this is done in the vim5 port.

Submitted by:	clive
2001-02-15 12:18:48 +00:00
David E. O'Brien
e6ca1f4e0b I shouldn't have been removing `gvim' from the non-GUI PLIST.
Also make the gvim link relative rather than absolute, in case someone
specifies a different prefix when installing the package.  Note there are
some burned in paths in the vim binary, but there is no reason to totally
make this not work, when it could somewhat.
2001-02-15 12:12:43 +00:00