Commit Graph

142 Commits

Author SHA1 Message Date
David E. O'Brien
257e43929f Fix building fails when compiled w/ perl interpreter option.
PR:		36124
Submitted by:	Anton Berezin <tobez@tobez.org>
2002-06-02 21:40:04 +00:00
David E. O'Brien
347ed57aa8 Allow package suffix to be overridden. 2002-05-21 17:37:07 +00:00
Akinori MUSHA
5406488640 Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.

Use command macros where appropriate.
2002-01-29 10:34:23 +00:00
David E. O'Brien
fbd873a4cf Change LATEST_LINK so version 6 "comes out ahead". 2001-11-07 00:58:55 +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
fea21db97b Update Vim 5.8 to patchlevel 8. 2001-07-23 16:27:58 +00:00
David E. O'Brien
545a36efa8 Update Vim 5.8 to patchlevel 6. 2001-06-29 07:49:02 +00:00
David E. O'Brien
72d873e645 Update Vim 5.8 to patchlevel 4. 2001-06-16 16:29:16 +00:00
David E. O'Brien
86c89b3db8 Update Vim 5.8 to patchlevel 3. 2001-06-09 16:54:46 +00:00
David E. O'Brien
dcf9395b5d Update Vim 5.8 to patchlevel 2. 2001-06-07 14:20:42 +00:00
David E. O'Brien
f9c2e5ad8c Go back to using the proper distname regex now that we are out of beta.
Submitted by:	dougb
2001-06-06 00:42:06 +00:00
David E. O'Brien
163983b450 Update Vim 5.8 to patchlevel 1. 2001-06-05 17:06:46 +00:00
David E. O'Brien
595f1257e0 Update Vim 5.8 (release) to patchlevel 0. 2001-05-31 16:40:36 +00:00
David E. O'Brien
c10929a105 Update to Vim 5.8 beta A 2001-05-24 19:12:47 +00:00
David E. O'Brien
77c62b456a 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 08:55:37 +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
3ba0c84178 Make sure all the possible "vim" links that can exist, do.
For example, the Vim Makefile will not create the "rgvim" link in the
non-GUI case, but since we share the PLIST among all the various vim ports,
we have to be consistent.
2001-04-26 15:11:36 +00:00
David E. O'Brien
7b7e2f05ec Update Vim 5.7 to patchlevel 30.
Fixed problem:  A ":make" or ":grep" command with a very long argument could
                cause a crash.
2001-04-26 15:05:23 +00:00
David E. O'Brien
e0114b3ddb The r* commands are back -- so add them here. 2001-04-17 17:49:29 +00:00
David E. O'Brien
bf6db12a19 Update Vim 5.7 to patchlevel 28. 2001-04-04 14:35:38 +00:00
David E. O'Brien
d516a6be1c Update Vim 5.7 to patchlevel 27. 2001-03-31 22:53:34 +00:00
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