History log of /freebsd-9.3-release/usr.bin/vi/Makefile
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 201386 02-Jan-2010 ed

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

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


# 136668 18-Oct-2004 ru

Replaced afterinstall: with equivalent FILES and SYMLINKS.


# 125503 05-Feb-2004 ru

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


# 116728 23-Jun-2003 ache

FIx catalog name I overlook in prev. obsolete locales removing

Submitted by: ru


# 116135 09-Jun-2003 ache

Remove deprecated locale names


# 108679 04-Jan-2003 peter

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.


# 100872 29-Jul-2002 ru

Drop support for COPY, -c has been the default mode of install(1)
for a long time now.

Approved by: bde


# 100313 18-Jul-2002 ru

s/${INSTALL} -c/${INSTALL} ${COPY}/


# 96860 18-May-2002 markm

Remove Perl and TCL/TK bits, neither of which are in the base system
(anymore).


# 90416 08-Feb-2002 markm

Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3.


# 87692 11-Dec-2001 markm

Protect this against the to-come WARNS=2 default.


# 81348 09-Aug-2001 dd

Style fix: use .else where appropriate.

PR: 29489
Submitted by: Joseph Mallett <jmallett@xMach.org>


# 78015 10-Jun-2001 ache

Add more *.US-ASCII entries


# 77996 10-Jun-2001 ache

Understand new locale names and Latin15


# 75126 03-Apr-2001 ru

Drop support for -DRELEASE_BUILD_FIXIT and -DCRUNCHED_BINARY in
${CFLAGS}. The only supported method thus is -DRELEASE_CRUNCH.


# 74848 27-Mar-2001 ru

MAN[1-9] -> MAN.


# 64962 22-Aug-2000 phantom

Install Ukrainian message catalog.


# 50884 04-Sep-1999 markm

Perl support in vi is broken if perl has thread support built in.
Document this. Minor nitpick in other comments.


# 50639 30-Aug-1999 peter

We're using ncurses now.


# 50477 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 41840 16-Dec-1998 peter

The perlinterp option builds and works, but I'm not so sure how it'll go
in a release or buildworld environment, so I'll leave it disabled.


# 38857 05-Sep-1998 asami

Remove tcl from /usr/src, according to prior agreement. BTW, tcl-8.0 *is*
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


# 36786 09-Jun-1998 imp

$@ is deprecated, use ${.TARGET} instead. Ditto for other single character
$n.
PR: conf/3273


# 29728 22-Sep-1997 wosch

Polish message catalogs for vi.

Submitted by: abial@warman.org.pl
PR: 4522


# 28395 18-Aug-1997 asami

Fix 1.17 properly by adding ${DESTDIR} in front. (I know this part is
not enabled now.)


# 28353 18-Aug-1997 peter

Drop the TCL hook for the time being until the tcl dust settles some more.


# 28332 17-Aug-1997 andreas

Fixed another make world stopper ;)
If TCLINTERP is defined, CFLAGS needs an additional include path:
-I/usr/include/tcl
Otherwise tcl.h can't be found during make world.


# 25012 18-Apr-1997 jkh

Enable GLOBAL tags support.


# 24837 12-Apr-1997 peter

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


# 24836 12-Apr-1997 peter

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


# 23012 22-Feb-1997 peter

Revert $FreeBSD$ to $Id$


# 21673 14-Jan-1997 jkh

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.


# 21155 01-Jan-1997 bde

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


# 21050 30-Dec-1996 peter

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


# 20213 08-Dec-1996 ache

Link Dutch catalog with nl_NL instead of da_DK


# 19910 21-Nov-1996 ache

Add ru_RU as alias to ru_SU


# 19612 10-Nov-1996 paul

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


# 19576 09-Nov-1996 joerg

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.


# 19379 04-Nov-1996 ache

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

2.2 candidate


# 19373 03-Nov-1996 peter

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.


# 19372 03-Nov-1996 peter

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


# 19312 01-Nov-1996 peter

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)


# 19310 01-Nov-1996 peter

Update to use nvi-1.79 sources


# 2082 16-Aug-1994 sef

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


# 2081 16-Aug-1994 sef

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