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
David E. O'Brien
9d243e4312
The real package list for version 5.7.
...
Submitted by: steve
2000-07-10 22:21:10 +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
05ff923f00
Update to Vim 5.7 release.
2000-06-28 17:56:13 +00:00
David E. O'Brien
b03ee157b2
Update to Vim 5.7a.
2000-06-20 02:37:00 +00:00
David E. O'Brien
b493e2a952
Update 5.6 to patchlevel 70.
2000-05-14 18:39:08 +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
Michael Haro
090978a739
Add SLAVEDIRS and WWW:
2000-04-20 19:45:48 +00:00
Michael Haro
0f29953274
portname/portversion update
2000-04-14 00:25:54 +00:00
David E. O'Brien
e05c25a8bf
Restore useless version required comments.
2000-03-22 00:28:26 +00:00
David E. O'Brien
da36feaffe
Remove the "version required" line.
2000-03-20 02:37:50 +00:00
David E. O'Brien
1f1d0d32a8
Enable multibyte character support. This helps Japanese users.
...
I am unsure if there are any down sides to this commit for non-multibyte
character users.
Submitted by: TAOKA Satoshi <taoka@infonets.hiroshima-u.ac.jp>
2000-02-29 09:41:36 +00:00
David E. O'Brien
6cef8fe0ee
* Update version 5.6 to patchlevel 12.
...
* tweak PLIST
PR: 16987
Submitted by: Sergey A. Osokin <osa@FreeBSD.org.ru> (PLIST tweak needed)
2000-02-29 09:36:44 +00:00
David E. O'Brien
b5d1cecde4
Style nits in the ports I maintain.
2000-02-13 03:25:05 +00:00
David E. O'Brien
f8fa5991ae
Upgrade to 5.6 release.
2000-01-17 02:48:51 +00:00
David E. O'Brien
108d682b81
Update to version 5.6a patchlevel 21.
2000-01-12 02:56:19 +00:00
David E. O'Brien
476da9fe6a
Update to version 5.6a patchlevel 12
1999-12-29 06:08:08 +00:00
Tim Vanderhoek
8cd82c0318
General comment cleanups.
1999-12-28 16:30:10 +00:00
David E. O'Brien
60b0549133
Update vim 5.5 to patchlevel 67
1999-12-10 16:25:25 +00:00
David E. O'Brien
110ceffce3
Update 5.5 to patchlevel 66.
1999-12-09 15:51:55 +00:00
David E. O'Brien
c18fa7209b
Update 5.5 to patchlevel 55.
1999-12-06 15:03:30 +00:00
David E. O'Brien
9ea7153c3a
Update version 5.5 to patchlevel 51.
1999-12-05 17:46:31 +00:00
David E. O'Brien
92c6526498
Adjust so that satellite ports get the right version number for packaging.
1999-11-29 17:39:19 +00:00
David E. O'Brien
1e54674cab
Update 5.5 to patchlevel 38.
1999-11-17 06:52:14 +00:00
David E. O'Brien
4060394fc5
Update to patchlevel 37
1999-11-03 08:10:55 +00:00
David E. O'Brien
f0d2b13c2c
Don't be quite so minimalistic in the LITE case.
1999-11-03 08:06:14 +00:00
David E. O'Brien
adfcda42e4
Update version 5.5 to Patchlevel 33.
1999-10-25 23:15:20 +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
b18fa1219e
Upgrade to version 5.5
1999-09-22 19:24:51 +00:00
Steve Price
f91103dc8a
Allow the PKGNAME to be overridden by the vim-lite port so we don't
...
get duplicate named packages in INDEX.
Noticed by: pib
1999-09-04 04:46:16 +00:00
David E. O'Brien
91e0452c17
bump to patchlevel 49
1999-09-02 04:53:06 +00:00
David E. O'Brien
0bb8034540
tweak a little
1999-09-01 18:38:41 +00:00
David E. O'Brien
a8a0f45639
portlint
1999-09-01 18:37:31 +00:00
David E. O'Brien
50046ebe75
bump up to patchlevel 49
1999-09-01 18:35:53 +00:00
David E. O'Brien
9a9ac6ba9d
Change Id->FreeBSD.
1999-08-25 05:57:29 +00:00
David E. O'Brien
fd8bafb86f
Update to patchlevel 33.
1999-08-18 17:41:00 +00:00
David E. O'Brien
64d556817d
Upgrade to patchlevel 27.
...
Use DIST_SUBDIR due to the multitude of dist patch files.
Requested by: P.W.Asami-san
1999-08-15 07:38:35 +00:00
David E. O'Brien
04abb85530
Update 5.4 to patchlevel 23.
...
[ with a big thanks to Bram Moolenaar <Bram@moolenaar.net> (Vim author and
FreeBSD user), for tweaking the patchlevel patches to be more Ports
Collection `distribution patch' friendly ]
1999-08-12 10:24:16 +00:00
David E. O'Brien
868fccd85b
Go back to patchlevel 8 as the author re-cut patch 10 and it is now
...
incompatable with us.
1999-08-01 15:33:03 +00:00
David E. O'Brien
b9ada091c3
Foo. I only got the Makefile committed.
1999-07-31 22:40:46 +00:00
David E. O'Brien
3ad7e6895c
Update to patchlevel 10.
1999-07-31 19:06:27 +00:00
David E. O'Brien
2038d4921b
Add offical patches 1-8 (this updates us to version 5.4-pl8)
1999-07-30 17:57:45 +00:00
David E. O'Brien
1edb0d8c7d
Upgrade to version 5.4.
1999-07-30 17:12:01 +00:00
David E. O'Brien
94af3538d8
Don't install links to GUI versions, nor their man pages.
...
Suggested by: Nick Hibma <nick.hibma@jrc.it>
1999-07-15 12:15:40 +00:00
David E. O'Brien
c70c1e14bc
Support a "lite" satelite port.
1999-07-14 18:45:19 +00:00
Tim Vanderhoek
748713c3f6
As threatened, enforce the "Capital, no period" rule. Ellipses are
...
permitted. Note that, given current numeric motif of PW, this is done
in four equally-sized commits of 393 files each.
1999-06-26 17:19:19 +00:00
David E. O'Brien
416726ef9d
Don't build with Python support until I can make it work with Python 1.5.2.
1999-04-29 02:39:24 +00:00
Marc G. Fournier
a05c0a07b8
this should finish cleaning up the WWW_SITE -> DESCR/WWW: mess ...
1999-04-22 00:17:18 +00:00
Bill Fumerola
049b253ab2
Proper URLs that reference directories end in '/'
1999-04-08 19:05:48 +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
Marc G. Fournier
d5ba786a25
Commit all Y2K/WWW_SITE changes from today...
1999-03-11 21:47:15 +00:00
David E. O'Brien
1cc88d8dcf
excape the chars properly
1998-12-02 12:40:59 +00:00
David E. O'Brien
6c77cbdccd
Fix configure bug that caused use to be linked improperly on 3.0/ELF.
1998-12-02 12:32:25 +00:00
David E. O'Brien
8b17ba2380
Force linking against termlib instead of ncurses. Obviously this is only a
...
workaround for a problem in the ncurses library.
The vim5.3's "configure" script checks for tgetent() in ncurses. It's
found in the 3.0 libncurses (so vim is linked with it), but this
check fails under FreeBSD 2.2.x, so it's linked with libtermlib.
Submitted by: "José Mª Alcaide" <jose@we.lc.ehu.es>
1998-12-02 09:15:14 +00:00
Justin M. Seger
10c73a99ff
If you try to build Vim using Lesstif for Motif, the resulting GUI
...
version is unstable. Due to a minor bug in my Makefile, Vim will build
for Motif even if you don't have HAVE_MOTIF defined, but do have Lesstif
already installed.
Submitted by: obrien
1998-10-14 00:19:03 +00:00
Satoshi Asami
b6d6b302c9
tcl80 has been ELFized.
1998-09-25 10:07:46 +00:00
David E. O'Brien
5cfdd24295
pages aren't compressed at move time
1998-09-06 06:19:01 +00:00
David E. O'Brien
a1602df499
install ctags manpage as ``ectags''.
...
E for Exuberant Ctags
1998-09-05 03:12:55 +00:00
David E. O'Brien
95932de744
ln -> {LN}
1998-09-05 02:48:13 +00:00
David E. O'Brien
22ab2b8f06
upgrade to version 5.3
1998-09-03 11:35:12 +00:00
Tim Vanderhoek
19187332cd
Remove manpages, but _NOT_ from the multi-lingual
...
emacsen (*mule-common, mule). That is left for someone more
familiar with their twisty incestuous relationships.
1998-08-17 09:35:03 +00:00
David E. O'Brien
d91123e4d4
Update info.
...
Submitted by: Sven Guckes <guckes@math.fu-berlin.de>
1998-08-11 10:32:45 +00:00
David E. O'Brien
ca68fbe642
Upgrade to version 5.1
1998-04-07 23:38:42 +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
67d0815558
Dist tarball updated to include ctags bug fixes.
...
Vim src didn't change.
1998-03-02 12:32:03 +00:00
David E. O'Brien
4933627bea
Vim 5.0 has been RELEASED! :)
...
(I will move this port to something in a few days, so don't worry, it's
not beta anymore)
1998-02-19 18:08:53 +00:00
David E. O'Brien
ffffd02011
Remove last reference to gmake, it isn't required anymore.
1998-02-19 17:42:54 +00:00
David E. O'Brien
78d23d4a06
Upgrade to beta version 5.0x.
1998-02-16 11:23:14 +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
98fc166031
Upgrade to beta version 5.0v
1998-01-26 23:36:57 +00:00
David E. O'Brien
7be500b900
Author put out a patch.
1998-01-20 11:14:45 +00:00
David E. O'Brien
854ef0e783
Upgrade to beta version 5.0u
1998-01-14 02:40:09 +00:00
David E. O'Brien
ba0cae6e2f
Upgrade to beta version 5.0t.
1997-12-28 14:02:28 +00:00
David E. O'Brien
b4f7f76f39
Upgrade to version 5.0s.
1997-12-08 19:03:54 +00:00
David E. O'Brien
bf31fadaf2
Upgrade to version 5.0r.
1997-11-24 16:54:25 +00:00
David E. O'Brien
508e99c1b9
make it package
1997-11-16 02:04:51 +00:00
Satoshi Asami
d0f9507abe
Mark this port brooken, doesn't package.
1997-11-15 10:17:15 +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
David E. O'Brien
34bc9ce004
Upgrade to vim-5.0o beta
1997-10-01 09:59:52 +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
52e0060613
Upgrade to vim-5.0l (beta)
1997-07-28 18:35:41 +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
David E. O'Brien
5ab6e335b7
Upgrade to 5.0i.
...
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!)
1997-05-28 10:04:37 +00:00
David E. O'Brien
87322138a9
Beta version of Vim 5.0.
...
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.
1997-05-25 02:59:06 +00:00