Commit graph

139 commits

Author SHA1 Message Date
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
David E. O'Brien
c319298ceb What in the world is "SLAVEDIR" doing in here?? `vim-lite' is NOT a slave
for this port, it is for the `vim5' port.  YET another reason why changes
like this should go thru the maintainer if he is active.

Craziness by:	mharo
2001-02-15 11:29:23 +00:00
David E. O'Brien
46b467dd18 Fix plist due to some 'U' changes I missed. 2001-02-15 10:20:08 +00:00
David E. O'Brien
95f818cd31 Update to Vim 6.0 beta U 2001-02-06 08:41:32 +00:00
David E. O'Brien
511f7e23fd Update to Vim 6.0 beta R 2001-01-02 19:51:02 +00:00
Will Andrews
60f2b6b7a8 Goodbye, YEAR2000. Hello, 2001.
Approved by:	asami
2001-01-01 10:15:16 +00:00
David E. O'Brien
27b14128e8 Update to Vim 6.0 beta Q 2000-12-19 19:58:07 +00:00
David E. O'Brien
5741aab7ed Finish cleaning up after the switch to Open Motif.
Building with Motif is the default, unless WITH_ATHENA is defined.
2000-12-05 17:24:26 +00:00
David E. O'Brien
9b96b5afb6 Update to Vim 6.0 beta O 2000-12-05 17:22:25 +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
21f112710c Remove GTK suport. No one has stepped forward with patches to fix it,
and I'm quite tired of getting email about it being broken.
2000-11-08 16:47:20 +00:00
Satoshi Asami
7112ba2b40 Change motif to a normal dependency. REQUIRES_MOTIF is now called
USE_MOTIF and generates a LIB_DEPENDS to x11-toolkits/open-motif.  As
before, it implies USE_XPM (and therefore USE_XLIB).  Motif-dummy is
removed from PKG_IGNORE_DEPENDS, whose sole resident is now XFree86-3.

Most of the simple ".if defined(HAVE_MOTIF)"s are removed to always
have USE_MOTIF.  ftp/moxftp will define USE_MOTIF unless
WANT_ATHENA_VERSION (new variable) is defined.  I merged the X cases
in cad/mars, so USE_MOTIF is used iff WITHOUT_X11 is not defined.

I will remove x11-toolkits/Motif-dummy (which has been repo copied to
open-motif) in a few days.
2000-11-07 23:28:20 +00:00
David E. O'Brien
b9b356aa56 Update to Vim 6.0 Beta "L". 2000-11-06 21:53:56 +00:00
David E. O'Brien
22fd09379d Tweak needed. 2000-10-31 20:07:22 +00:00
David E. O'Brien
fe9a450971 Update to Vim 6.0 beta K 2000-10-30 13:37:59 +00:00
David E. O'Brien
76dc05d97b Remove a duplicate `dirrm'. 2000-10-24 10:10:26 +00:00
David E. O'Brien
ec540a53be Update to Vim version 6.0, beta "j". 2000-10-24 08:58:31 +00:00
Akinori MUSHA
bda05ec263 Complete plist. Add 40 files and 9 directories that were missing. ;)
Submitted by:	bento
2000-10-21 18:08:04 +00:00
David E. O'Brien
d94079c78e Ctags isn't included anymore. 2000-10-16 20:50:47 +00:00
David E. O'Brien
ef65503dab Update to Vim version 6.0, beta "i". 2000-10-16 11:21:38 +00:00
Satoshi Asami
7acef1cd7a Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
2000-10-08 10:23:48 +00:00
Jeremy Lea
3707e5b740 Implment WANT_GTK. 2000-10-05 06:47:41 +00:00
David E. O'Brien
65c130b906 Style updates:
* The use of MAKE_FLAGS is obsolete.  It should use MAKE_ARGS instead.
* s/CONFIGURE/CONFIGURE_ENV/
* Use USE_PYTHON instead of manually specifying python as BUILD_DEPENDS and
  RUN_DEPENDS.
* CATEGORIES should be overridable for its slave ports.

Submitted by:	knu (aka Mr. Ruby :-))
2000-09-26 14:48:33 +00:00
David E. O'Brien
d9de9564d1 Update to Vim 6, Beta H. 2000-09-02 00:05:59 +00:00
David E. O'Brien
41fc0919a0 Update to version 6.0 Beta G. 2000-08-24 20:36:46 +00:00
David E. O'Brien
82bdc6ed1f Update to Vim version 6.0, Beta rev 'E'. 2000-08-07 10:48:02 +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