Commit Graph

300 Commits

Author SHA1 Message Date
David E. O'Brien
19bec80a66 [Try to] Look for dependcancies in ${LOCALBASE}. 2005-12-28 22:46:29 +00:00
David E. O'Brien
a6f39b1c2a Update to Vim 6.4 patchlevel 6 2005-12-28 22:45:21 +00:00
Renato Botelho
d87ce05f52 - Register ruby and python dependency when WITH_(RUBY|PYTHON) is set
PR:		ports/63018
Submitted by:	KOMATSU Shinichiro <koma2@jiro.c.u-tokyo.ac.jp>
Approved by:	maintainer timeout (> 9 months)
2005-12-08 12:24:07 +00:00
Joe Marcus Clarke
235c907ae5 Bump PORTREVISION to chase the glib20 shared library update. 2005-11-05 05:22:06 +00:00
Kirill Ponomarev
d61f763090 Fix breakage with portupgrade(1).
Submitted by:	mezz
Approved by:	portmgr hat
2005-10-24 09:43:26 +00:00
David E. O'Brien
8a2760083c Update to Vim 6.4 release!
6.4 is a maintenance release - containing additional syntax files, translations
and all 90 patches to 6.3.  It is a "reset" for future patch fixes.
2005-10-24 01:28:48 +00:00
David E. O'Brien
2c1e9e1b0b Attempt to fix to respect non-standard LOCALBASE/X11BASE settings.
Let me just take this opportunity to express how much I hate autoconf's
attempt at containing AI, and note the size of hammer one has to use to
knock some real knowledge into its head.
2005-10-24 00:34:13 +00:00
David E. O'Brien
f40a3e4dd6 Update to Vim 6.3 patchlevel 90 2005-10-17 19:12:06 +00:00
Remko Lodder
ec9063b927 Add a note about VIM's modeline support. This will instruct users
that do not need the modeline support to disable it, since it contained
remote vulnerabilities.

Reviewed by:		simon
Approved by:		portsmgr (blanket, secteam), obrien (maintainer)
2005-08-16 16:48:41 +00:00
David E. O'Brien
51362dc438 Update to Vim 6.3 patchlevel 85
Approved by:	portmgr(krion)
2005-08-02 16:50:21 +00:00
David E. O'Brien
1344bef812 Update to Vim 6.3 patchlevel 79 2005-07-06 20:09:05 +00:00
David E. O'Brien
c1cac05afb Update to Vim 6.3 patchlevel 62 2005-03-02 04:43:23 +00:00
David E. O'Brien
511877bb11 Update to Vim 6.3 patchlevel 45. 2004-12-11 02:22:13 +00:00
David E. O'Brien
4e2e9e469c Update to Vim 6.3 patchlevel 16 2004-08-27 17:50:32 +00:00
David E. O'Brien
df0e998263 Add more MLINKS.
Reviewed by:	vs
2004-08-09 12:01:24 +00:00
David E. O'Brien
1772ed437e A better way to respect $CC. 2004-08-03 19:16:15 +00:00
David E. O'Brien
60d0d9867a Update to Vim 6.3 patchlevel 15 2004-08-03 19:15:39 +00:00
David E. O'Brien
3a7600be4d Respect ${CC}.
PR:		67774
Submitted by:	michael johnson <ahze@ahze.net>
2004-06-11 00:10:11 +00:00
David E. O'Brien
e794a01dde Update to Vim 6.3 release. 2004-06-08 20:32:00 +00:00
David E. O'Brien
766628f521 Update to Vim 6.3 release. 2004-06-08 16:09:52 +00:00
Kris Kennaway
c1a9c78832 Unbreak WITH_TCL builds.
Submitted by:	Michael Edenfield <kutulu@kutulu.org>
PR:		66434
Approved by:	maintainer
2004-05-17 23:51:15 +00:00
David E. O'Brien
1b39efa5f9 Update to Vim 6.2 patchlevel 532 2004-05-09 03:33:40 +00:00
David E. O'Brien
85edf7b80d Add patch #502 to BADPATCHES. While it patches OK, and bulids fine for me;
for others it caused a build failure.

Tested by:	will
2004-05-09 02:54:47 +00:00
David E. O'Brien
b07915c81a Update to Vim 6.2 patchlevel 521 2004-05-02 23:36:15 +00:00
Kirill Ponomarev
4efa9ce4ab - Use USE_ICONV knob
Approved by:	portmgr
2004-03-30 19:20:22 +00:00
David E. O'Brien
045136aaed Back out rev. 1.247 (add GNU_CONFIGURE, which make respect for CC/CFLAGS
flags), as it broke all the CONF_OPT_* knobs.
2004-03-20 19:11:45 +00:00
David E. O'Brien
9dcc06472b Update to Vim 6.2 patchlevel 383 2004-03-20 18:21:33 +00:00
David E. O'Brien
e09fa49c9a Fix problem in the configuration of Cscope support.
Submitted by:	Marc Olzheim <marcolz@stack.nl>
2004-03-14 22:46:03 +00:00
Sergey A. Osokin
fc1ce0f4df Add GNU_CONFIGURE, which make respect for CC/CFLAGS flags.
Approved by:	obrien (maintainer)
2004-02-24 10:21:49 +00:00
David E. O'Brien
837e83529a Update to Vim 6.2 patchlevel 263 2004-02-15 22:01:49 +00:00
Joe Marcus Clarke
d3ed8a1b49 Set {WANT,USE}_GNOME correctly to make these ports compatible with the new
bsd.port.mk.

Submitted by:	kris
2004-02-04 05:25:22 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
David E. O'Brien
457646c546 Update to Vim 6.2 patchlevel 221 2004-02-02 06:33:49 +00:00
Trevor Johnson
fbd1108f49 Use the SORT macro from bsd.port.mk. 2004-01-22 11:06:02 +00:00
David E. O'Brien
0e4690c976 OBE by REINPLACE action in pre-configure.
PR:		ports/46317
Submitted by:	David Yeske <dyeske@yahoo.com>
2004-01-13 17:21:21 +00:00
David E. O'Brien
a727c310f0 Remove junk files (ie, .orig) before installing all files in support
directories.

Submitted by:	Mike Hunter <mhunter@ack.Berkeley.EDU>
2004-01-05 07:27:36 +00:00
David E. O'Brien
8dcc092603 Update to Vim 6.2 patchlevel 154 2003-11-18 22:27:07 +00:00
David E. O'Brien
96b8ea1bd9 Use Tcl/Tk 8.4 rather than 8.3.
Submitted by:	Thierry Thomas <thierry@pompo.net>
2003-11-18 02:29:43 +00:00
David E. O'Brien
221c4a5253 Don't instally {ex,view}.1 links.
Reported by:	Alex Vasylenko <lxv@omut.org>
2003-11-01 23:41:22 +00:00
David E. O'Brien
a2a039cf0a Update to Vim 6.2 patchlevel 139 2003-10-30 20:21:23 +00:00
Maxim Sobolev
24afa13d1f Unbreak with perl 5.8.1 (conflicting symbol). 2003-10-29 21:01:45 +00:00
David E. O'Brien
14fcd4f889 Update to Vim 6.2 patchlevel 72 2003-09-04 17:08:11 +00:00
David E. O'Brien
1206aefbc6 Work around for bsd.gnome.mk isn't needed any longer.
Submitted by:	marcus
2003-09-04 17:07:41 +00:00
Hye-Shik Chang
aff1614521 Bump PORTREVISION after lang/python's changing default to
BUILD_STATIC. This affects to python embedding programs only.

Submitted by:	olgeni
2003-08-23 01:03:50 +00:00
David E. O'Brien
8e93e45e3e Update to Vim 6.2 patchlevel 61 2003-08-10 00:42:47 +00:00
David E. O'Brien
9061242549 update PORTREVISION 2003-07-19 19:27:43 +00:00
David E. O'Brien
7ce48dd36c Mark patch 015 as bad. 015 works fine under CTWM and TWM. But I guess I
should be nice to the KDE users -- they are getting cores left and right.
2003-07-19 19:27:12 +00:00
David E. O'Brien
d32ebd3141 Update to Vim 6.2 patchlevel 21 2003-07-11 09:26:24 +00:00
David E. O'Brien
5d98269a65 Introduces WITH_GTK2 support.
Submitted by:	obraun
2003-06-07 09:46:40 +00:00
David E. O'Brien
dfe75d1843 Change the data directory. 2003-06-07 08:14:39 +00:00