David E. O'Brien
a62fe80d02
Update Vim 5.7 to patchlevel 25.
...
(patch 26 is for m$ platforms only)
2001-03-12 11:14:41 +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
7f44992f9a
Tweak how we set PKGNAMESUFFIX.
...
Submitted by: sf
2001-02-16 06:53:46 +00:00
David E. O'Brien
0288596190
Add a "NO_GUI" knob for those that want full features w/o dependence on X.
...
Submitted by: Peter Pentchev <roam@orbitel.bg>
I'm torn between having so many knobs and having the 'vim-lite' be the
Right Thing for sysadmins on Xless router boxes. I'm open to opinions
on if 'vim-lite' should only mean no X, or it should also mean
no interpreters
2001-02-15 12:47:40 +00:00
David E. O'Brien
74deb8c73a
Only link with libxpg4 if we really need to.
...
Also build multibyte in the 'lite' case for our Asian sysadmins.
Submitted by: clive
2001-02-15 12:42:35 +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
09369601ec
Update Vim 5.7 to patchlevel 24.
2001-02-15 11:26:38 +00:00
David E. O'Brien
29963f510e
Update Vim 5.7 to patchlevel 22.
2001-01-10 16:59:05 +00:00
David E. O'Brien
b446c50731
Update Vim 5.7 to patchlevel 20.
2001-01-03 16:40:11 +00:00
David E. O'Brien
febabb47cd
Remove Y2k. Satoshi said it wasn't needed any more.
2000-12-21 20:16:10 +00:00
David E. O'Brien
280ed5046a
Finish cleaning up after the switch to Open Motif. Building with
...
Motif is the default unless WITH_ATHENA or WITH_GTK is defined.
2000-12-05 17:25:44 +00:00
David E. O'Brien
e0c29d16ac
Update Vim 5.7 to patchlevel 19.
2000-11-29 16:58:21 +00:00
David E. O'Brien
cab28a419e
Update Vim 5.7 to patchlevel 18.
2000-11-21 09:56:51 +00:00
David E. O'Brien
05da9e1416
Update Vim 5.7 to patchlevel 18.
2000-11-19 03:09:37 +00:00
David E. O'Brien
d0a95c82d4
Update Vim 5.7 to patchlevel 15.
2000-11-13 22:35:39 +00:00
David E. O'Brien
434625ce78
Go ahead and install the gvim' links, otherwise the
vim-lite' port does
...
not deinstall properly. A `vim-lite' port user will be told that graphical
support was not compiled in if they try to run `gvim', so no harm done.
PR: 19539
Submitted by: Ying-Chieh Chen <yinjieh@Crazyman.Dorm13.NCTU.edu.tw>
2000-11-11 05:23:54 +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
7eb0a62925
Update Vim 5.7 to patchlevel 14.
2000-11-03 13:05:20 +00:00
David E. O'Brien
0444c438dc
Update Vim 5.7 to patchlevel 13.
2000-10-28 03:18:38 +00:00
David E. O'Brien
4479b9fdb0
Update version 5.7 to patchlevel 12.
2000-10-24 10:07:21 +00:00
David E. O'Brien
2ede665185
Update Vim 5.7 to patchlevel 10.
2000-10-10 08:58:49 +00:00
David E. O'Brien
7398ccc6b0
Cleanup.
2000-10-09 18:13:08 +00:00
David E. O'Brien
35d79ba27b
* Remove Motif lib searching hack. Isn't needed any more.
...
* Use magic "GTK_CONFIG" rather than spelling out the path explicitly.
2000-10-09 17:01:59 +00:00
David E. O'Brien
811055968d
Update Vim 5.7 to patchlevel 10.
2000-10-09 16:59:06 +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
bcb845736e
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 15:25:40 +00:00
David E. O'Brien
6ab1ef4241
Prevent attempting to build with Python support if Python just happens to
...
be present. Since our Python port is built with threads support, Vim will
also need to be built with -pthreads but there is a build problem with
-pthreads set.
2000-07-20 10:55:05 +00:00
David E. O'Brien
7fd36a9968
Fix a mastersite and remove our explicit linking with libxpg4 as Vim 5.7
...
correctly determines if it is needed (and isn't in FreeBSD 4.1 and later)
2000-07-20 00:52:13 +00:00
David E. O'Brien
7ad264fe48
Re-apply rev 1.38 (remove building with Python (I have NO idea how I
...
accidetnly readded Python) until I can make Vim link properly with -ptheads)
2000-07-20 00:48:19 +00:00
Steve Price
483ee3f635
Revert parts of the previous commit, spell CONFIGURE_ENV correctly, and
...
get this port to build correctly again with HAVE_GTK=t.
PR: 19893
2000-07-16 19:40:21 +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