summaryrefslogtreecommitdiffstats
path: root/usr.bin/vi
Commit message (Collapse)AuthorAgeFilesLines
* Replaced afterinstall: with equivalent FILES and SYMLINKS.ru2004-10-181-34/+33
|
* Fixed style of DPADD and LDADD assignments as per style.Makefile(5).ru2004-02-051-2/+2
|
* FIx catalog name I overlook in prev. obsolete locales removingache2003-06-231-1/+1
| | | | Submitted by: ru
* Remove deprecated locale namesache2003-06-101-16/+0
|
* Centralize _PATH_* definitions.obrien2003-05-051-0/+4
| | | | Submitted by: Tim Kientzle <kientzle@acm.org> (embellished by me)
* Unifdef has got some crack-smoking exit values:peter2003-01-041-10/+1
| | | | | | | | | | | | | | "The unifdef utility exits 0 if the output is an exact copy of the input, 1 if not, and 2 if in trouble." This causes an 'Error code 1 (ignored)' in the world output, which upsets the whereintheworld scripts that the tinderboxes use. However, this stuff here is a relic. We do not enable HAVE_TCL_INTERP nor HAVE_PERL_INTERP.. The Makefile hooks to turn them on have gone ages ago, and this stuff was here for release building purposes only. Rather than fight with the tinderbox builds, clean house a bit and remove the last remaining unused relics of this stuff.
* Drop support for COPY, -c has been the default mode of install(1)ru2002-07-291-1/+1
| | | | | | for a long time now. Approved by: bde
* s/${INSTALL} -c/${INSTALL} ${COPY}/ru2002-07-181-1/+1
|
* Remove Perl and TCL/TK bits, neither of which are in the base systemmarkm2002-05-181-94/+1
| | | | (anymore).
* remove __Pimp2002-03-221-17/+2
|
* Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3.markm2002-02-081-1/+0
|
* Protect this against the to-come WARNS=2 default.markm2001-12-111-0/+1
|
* Style fix: use .else where appropriate.dd2001-08-091-2/+2
| | | | | PR: 29489 Submitted by: Joseph Mallett <jmallett@xMach.org>
* Add more *.US-ASCII entriesache2001-06-101-1/+3
|
* Understand new locale names and Latin15ache2001-06-101-2/+23
|
* Drop support for -DRELEASE_BUILD_FIXIT and -DCRUNCHED_BINARY inru2001-04-031-1/+1
| | | | ${CFLAGS}. The only supported method thus is -DRELEASE_CRUNCH.
* MAN[1-9] -> MAN.ru2001-03-271-1/+1
|
* Install Ukrainian message catalog.phantom2000-08-221-1/+2
|
* Do not pull in <sys/select.h>, it isn't required.jlemon2000-04-161-1/+2
|
* Perl support in vi is broken if perl has thread support built in.markm1999-09-041-2/+2
| | | | Document this. Minor nitpick in other comments.
* We're using ncurses now.peter1999-08-301-3/+3
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* The perlinterp option builds and works, but I'm not so sure how it'll gopeter1998-12-161-5/+6
| | | | in a release or buildworld environment, so I'll leave it disabled.
* Remove tcl from /usr/src, according to prior agreement. BTW, tcl-8.0 *is*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
* $@ is deprecated, use ${.TARGET} instead. Ditto for other single characterimp1998-06-091-3/+3
| | | | | $n. PR: conf/3273
* Polish message catalogs for vi.wosch1997-09-221-2/+6
| | | | | Submitted by: abial@warman.org.pl PR: 4522
* Fix 1.17 properly by adding ${DESTDIR} in front. (I know this part isasami1997-08-191-2/+2
| | | | not enabled now.)
* Drop the TCL hook for the time being until the tcl dust settles some more.peter1997-08-181-2/+2
|
* Fixed another make world stopper ;)andreas1997-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.
* Enable GLOBAL tags support.jkh1997-04-181-1/+3
|
* Oops. Broke golden rule #1: test everything before commit. :-]peter1997-04-121-5/+3
|
* Respect NOTCL, don't link with libtcl for the scripting support ifpeter1997-04-121-1/+5
| | | | we're not building it.
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-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.
* Use ${COPY} instead of -c for installing non-source files.bde1997-01-011-2/+2
|
* When using the perl5 extensions, ask perl itself what the pathnames are,peter1996-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.)
* Link Dutch catalog with nl_NL instead of da_DKache1996-12-081-3/+3
|
* Add ru_RU as alias to ru_SUache1996-11-211-1/+2
|
* Added a missing \ for installing perl modules.paul1996-11-101-2/+2
| | | | 2.2 and 2.1.6 candidate.
* Merge from the 2.2 branch: avoid including the API stuff when buildingjoerg1996-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.
* Install message catalog links according to standard naming conventionache1996-11-041-1/+26
| | | | | | Message catalogs not works without this change 2.2 candidate
* Fix PATH_MSGCATache1996-11-041-1/+1
| | | | 2.2 candidate
* Fill in some of the missing blanks for the tknvi and perl5 compile options.peter1996-11-031-22/+28
| | | | | Both options can be compiled if the appropriate ports are present. These are examples only and are commented out.
* The tcl/perl interpreter compile options were not really optional.peter1996-11-032-4/+7
| | | | | 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).
* Yikes, I forgot to remove the -DSYSV_CURSES setting that I was using onpeter1996-11-011-2/+2
| | | | | one of the machines I was testing on. (This was to get it to use the sysv extensions in ncurses)
* Remove the old nvi-1.34, it has served us well but it's time has come..peter1996-11-01181-67408/+0
| | | | (It was tagged immediately prior to removal with the tag "nvi_1_34_final")
* Update to use nvi-1.79 sourcespeter1996-11-014-2/+558
|
* s/__unused/__sex_unused/ - this is simply a placeholder variable thatpeter1996-08-241-1/+1
| | | | | conflicts with what I added to cdefs.h a while ago. I never noticed this since I used nvi-1.71..
* ``~a'', ``~i'' etc. cause vi to core dumpwosch1996-03-031-1/+5
| | | | | | if the (file)buffer is empty (line=1, colum=0, len=0) Submitted by: batie@agora.rdrop.com (Alan Batie)
* Add manpage links for ex.1 view.1 nex.1 nview.1 nvi.1wosch1996-01-231-0/+3
|
OpenPOWER on IntegriCloud