aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/vi/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* MFC: Drop support for COPY.Ruslan Ermilov2002-08-071-4/+4
| | | | Notes: svn path=/stable/4/; revision=101469
* MFC: s/${INSTALL} -c/${INSTALL} ${COPY}/Ruslan Ermilov2002-07-181-3/+3
| | | | Notes: svn path=/stable/4/; revision=100323
* MFC: Drop support for -DRELEASE_BUILD_FIXIT and -DCRUNCHED_BINARYRuslan Ermilov2002-04-191-1/+1
| | | | | | | | | in ${CFLAGS}. The only supported method thus is -DRELEASE_CRUNCH. Sponsored by: FreeBSD 4.4 CD set from FreeBSD Mall, Inc. Notes: svn path=/stable/4/; revision=95049
* MFC:Alexey Zelkin2002-01-051-1/+25
| | | | | | | | | | rev 1.31, understand new locale names and Latin15 rev 1.32, more *.US-ASCII entries Approved by: re Notes: svn path=/stable/4/; revision=88913
* MFC 1.33: style fix: use .else where appropriate.Dima Dorfman2001-12-191-2/+2
| | | | Notes: svn path=/stable/4/; revision=88165
* MFC: MAN[1-9] -> MAN.Ruslan Ermilov2001-04-251-1/+1
| | | | Notes: svn path=/stable/4/; revision=75957
* Activate Ukrainian catalog for viAlexey Zelkin2000-09-221-1/+2
| | | | Notes: svn path=/stable/4/; revision=66252
* Perl support in vi is broken if perl has thread support built in.Mark Murray1999-09-041-2/+2
| | | | | | | Document this. Minor nitpick in other comments. Notes: svn path=/head/; revision=50884
* We're using ncurses now.Peter Wemm1999-08-301-3/+3
| | | | Notes: svn path=/head/; revision=50639
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* The perlinterp option builds and works, but I'm not so sure how it'll goPeter Wemm1998-12-161-5/+6
| | | | | | | in a release or buildworld environment, so I'll leave it disabled. Notes: svn path=/head/; revision=41840
* Remove tcl from /usr/src, according to prior agreement. BTW, tcl-8.0 *is*Satoshi Asami1998-09-051-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a port so there is nothing to be done on that side now. Approved by: jkh === To: "Jordan K. Hubbard" <jkh@time.cdrom.com> cc: Andreas Klemm <andreas@klemm.gtn.com>, current@freebsd.org Subject: Re: Make this a relese coordinator decision (was Re: ports-current/packages-current discontinued) From: David Greenman <dg@root.com> Date: Sun, 03 Aug 1997 20:23:31 -0700 >decision is, I'll respect it. Another chance to architect people's principles...I can hardly wait. Seems quite appropriate for a Sunday - I just need to get one of those collection plates (and money envelopes) so I can profit, too. :-) Tcl stays in /usr/src for now, but it needs to be kept up to date; same for perl. If Jordan doesn't have "setup" (written in tcl) ready for 3.0, then tcl will be yanked prior to the 3.0 release (and made into a port). As for the ports tree only supporting the last FreeBSD release, this seems sensible to me. The "ports" have always been a moving target between releases and the problem is only going to get worse when we expand to supporting other processor architectures. In any case, Satoshi is and always has been in charge of the ports tree and whatever he wants to do with it (within reason :-)) is his decision. Does this cover the issue completely? I admit to deleting messages in this thread with unusual fervor (people have FAR too much time on their hands!). There's a fair bit of reasoning behind the above, but since everyone is sick of arguing about this, I'll spare you the analysis. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project Notes: svn path=/head/; revision=38857
* $@ is deprecated, use ${.TARGET} instead. Ditto for other single characterWarner Losh1998-06-091-3/+3
| | | | | | | | $n. PR: conf/3273 Notes: svn path=/head/; revision=36786
* Polish message catalogs for vi.Wolfram Schneider1997-09-221-2/+6
| | | | | | | | Submitted by: abial@warman.org.pl PR: 4522 Notes: svn path=/head/; revision=29728
* Fix 1.17 properly by adding ${DESTDIR} in front. (I know this part isSatoshi Asami1997-08-191-2/+2
| | | | | | | not enabled now.) Notes: svn path=/head/; revision=28395
* Drop the TCL hook for the time being until the tcl dust settles some more.Peter Wemm1997-08-181-2/+2
| | | | Notes: svn path=/head/; revision=28353
* Fixed another make world stopper ;)Andreas Klemm1997-08-171-2/+2
| | | | | | | | | If TCLINTERP is defined, CFLAGS needs an additional include path: -I/usr/include/tcl Otherwise tcl.h can't be found during make world. Notes: svn path=/head/; revision=28332
* Enable GLOBAL tags support.Jordan K. Hubbard1997-04-181-1/+3
| | | | Notes: svn path=/head/; revision=25012
* Oops. Broke golden rule #1: test everything before commit. :-]Peter Wemm1997-04-121-5/+3
| | | | Notes: svn path=/head/; revision=24837
* Respect NOTCL, don't link with libtcl for the scripting support ifPeter Wemm1997-04-121-1/+5
| | | | | | | we're not building it. Notes: svn path=/head/; revision=24836
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=23012
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Use ${COPY} instead of -c for installing non-source files.Bruce Evans1997-01-011-2/+2
| | | | Notes: svn path=/head/; revision=21155
* When using the perl5 extensions, ask perl itself what the pathnames are,Peter Wemm1996-12-301-8/+17
| | | | | | | | | | | | | | | don't just hard code them into the Makefile. (This is the optional stuff to use perl scripts as a vi scripting language. eg, to load a sample script, type: :perl do 'wc.pl'; this loads /usr/share/vi/perl/wc.pl to add the "wc" command. Then, one can do this: :perl wc Yes, this is a trivial example. There are more useful examples, eg 'make' output parsing along the lines of emacs's "compile" mode. The tcl extension is similar and enabled by default since we ship with tcl.) Notes: svn path=/head/; revision=21050
* Link Dutch catalog with nl_NL instead of da_DKAndrey A. Chernov1996-12-081-3/+3
| | | | Notes: svn path=/head/; revision=20213
* Add ru_RU as alias to ru_SUAndrey A. Chernov1996-11-211-1/+2
| | | | Notes: svn path=/head/; revision=19910
* Added a missing \ for installing perl modules.Paul Richards1996-11-101-2/+2
| | | | | | | 2.2 and 2.1.6 candidate. Notes: svn path=/head/; revision=19612
* Merge from the 2.2 branch: avoid including the API stuff when buildingJoerg Wunsch1996-11-091-4/+23
| | | | | | | | vi for the fixit floppy. Perhaps we'll find a more elegant solution some day, by now it has proven to work reasonably. Notes: svn path=/head/; revision=19576
* Install message catalog links according to standard naming conventionAndrey A. Chernov1996-11-041-1/+26
| | | | | | | | | Message catalogs not works without this change 2.2 candidate Notes: svn path=/head/; revision=19379
* Fill in some of the missing blanks for the tknvi and perl5 compile options.Peter Wemm1996-11-031-22/+28
| | | | | | | | Both options can be compiled if the appropriate ports are present. These are examples only and are commented out. Notes: svn path=/head/; revision=19373
* The tcl/perl interpreter compile options were not really optional.Peter Wemm1996-11-031-1/+4
| | | | | | | | This is needed for building the boot crunch for 2.2 (It still needs a hook so the release code can tell it when to build it without tcl etc). Notes: svn path=/head/; revision=19372
* Yikes, I forgot to remove the -DSYSV_CURSES setting that I was using onPeter Wemm1996-11-011-2/+2
| | | | | | | | one of the machines I was testing on. (This was to get it to use the sysv extensions in ncurses) Notes: svn path=/head/; revision=19312
* Update to use nvi-1.79 sourcesPeter Wemm1996-11-011-2/+134
| | | | Notes: svn path=/head/; revision=19310
* Latest public release of nvi, from Keith Bostic. I hope I got thisvendor/nvi/1.32Sean Eric Fagan1994-08-161-0/+3
right ;). Reviewed by: Sean Eric Fagan Notes: svn path=/cvs2svn/branches/nvi/; revision=2081 svn path=/cvs2svn/tags/nvi_1_32/; revision=2083; tag=vendor/nvi/1.32