History log of /src/usr.bin/vi/Makefile (Results 201 – 225 of 264)
Revision Date Author Comments
# a1b0f307 12-Apr-1997 Peter Wemm <peter@FreeBSD.org>

Oops. Broke golden rule #1: test everything before commit. :-]


# 0be88738 12-Apr-1997 Peter Wemm <peter@FreeBSD.org>

Respect NOTCL, don't link with libtcl for the scripting support if
we're not building it.


# c115df18 22-Feb-1997 Peter Wemm <peter@FreeBSD.org>

Revert $FreeBSD$ to $Id$


# 1130b656 14-Jan-1997 Jordan K. Hubbard <jkh@FreeBSD.org>

Make the long-awaited change from $Id$ to $FreeBSD$

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

Make the long-awaited change from $Id$ to $FreeBSD$

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.

show more ...


# 015a0dc2 01-Jan-1997 Bruce Evans <bde@FreeBSD.org>

Use ${COPY} instead of -c for installing non-source files.


# 9a42f835 30-Dec-1996 Peter Wemm <peter@FreeBSD.org>

When using the perl5 extensions, ask perl itself what the pathnames are,
don't just hard code them into the Makefile.

(This is the optional stuff to use perl scripts as a vi scripting language.
eg,

When using the perl5 extensions, ask perl itself what the pathnames are,
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.)

show more ...


# 6e1b71c5 08-Dec-1996 Andrey A. Chernov <ache@FreeBSD.org>

Link Dutch catalog with nl_NL instead of da_DK


# 7be39054 21-Nov-1996 Andrey A. Chernov <ache@FreeBSD.org>

Add ru_RU as alias to ru_SU


# b345ce1b 10-Nov-1996 Paul Richards <paul@FreeBSD.org>

Added a missing \ for installing perl modules.
2.2 and 2.1.6 candidate.


# 647518cf 09-Nov-1996 Joerg Wunsch <joerg@FreeBSD.org>

Merge from the 2.2 branch: avoid including the API stuff when building
vi for the fixit floppy. Perhaps we'll find a more elegant solution
some day, by now it has proven to work reasonably.


# e1384c5e 04-Nov-1996 Andrey A. Chernov <ache@FreeBSD.org>

Install message catalog links according to standard naming convention
Message catalogs not works without this change

2.2 candidate


# 9b26ad21 03-Nov-1996 Peter Wemm <peter@FreeBSD.org>

Fill in some of the missing blanks for the tknvi and perl5 compile options.
Both options can be compiled if the appropriate ports are present. These
are examples only and are commented out.


# 0e3dfa92 03-Nov-1996 Peter Wemm <peter@FreeBSD.org>

The tcl/perl interpreter compile options were not really optional.

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

The tcl/perl interpreter compile options were not really optional.

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).

show more ...


# db1f91a9 01-Nov-1996 Peter Wemm <peter@FreeBSD.org>

Yikes, I forgot to remove the -DSYSV_CURSES setting that I was using on
one of the machines I was testing on. (This was to get it to use the
sysv extensions in ncurses)


# 4f85133d 01-Nov-1996 Peter Wemm <peter@FreeBSD.org>

Update to use nvi-1.79 sources


# 18fd508d 16-Aug-1994 Sean Eric Fagan <sef@FreeBSD.org>

Latest public release of nvi, from Keith Bostic. I hope I got this
right ;).
Reviewed by: Sean Eric Fagan


# 4feef85f 16-Aug-1994 Sean Eric Fagan <sef@FreeBSD.org>

This commit was generated by cvs2svn to compensate for changes in r2081,
which included commits to RCS files with non-trunk default branches.


# 1a0fda2b 04-Mar-2010 Dag-Erling Smørgrav <des@FreeBSD.org>

IFH@204581


# 9199c09a 06-Jan-2010 Warner Losh <imp@FreeBSD.org>

Merge from head at r201628.

# This hasn't been tested, and there are at least three bad commits
# that need to be backed out before the branch will be stable again.


# b7946da9 02-Jan-2010 Ed Schouten <ed@FreeBSD.org>

Build usr.bin/ with WARNS=6 by default.

Also add some missing $FreeBSD$ to keep svn happy.


# bd2e7b74 18-Oct-2004 Ruslan Ermilov <ru@FreeBSD.org>

Replaced afterinstall: with equivalent FILES and SYMLINKS.


# 47d7e8a9 05-Feb-2004 Ruslan Ermilov <ru@FreeBSD.org>

Fixed style of DPADD and LDADD assignments as per style.Makefile(5).


# 3232f62c 23-Jun-2003 Andrey A. Chernov <ache@FreeBSD.org>

FIx catalog name I overlook in prev. obsolete locales removing

Submitted by: ru


# 1d35769f 10-Jun-2003 Andrey A. Chernov <ache@FreeBSD.org>

Remove deprecated locale names


# 96ca3aa8 04-Jan-2003 Peter Wemm <peter@FreeBSD.org>

Unifdef has got some crack-smoking exit values:
"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

Unifdef has got some crack-smoking exit values:
"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.

show more ...


1234567891011