History log of /freebsd-10.3-release/share/termcap/Makefile
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 296373 04-Mar-2016 marius

- Copy stable/10@296371 to releng/10.3 in preparation for 10.3-RC1
builds.
- Update newvers.sh to reflect RC1.
- Update __FreeBSD_version to reflect 10.3.
- Update default pkg(8) configuration to use the quarterly branch.

Approved by: re (implicit)

# 276991 11-Jan-2015 ngie

MFC r275687,r275692:

Relnotes: yes

r275687:

Remove termcap entry reordering; install the file verbatim instead

termcap entry reordering requires ex (which is available via usr.bin/vi), which
breaks on build hosts where installworld is run with MK_VI == no (or when
make delete-old is run on ^/projects/building-blocks as vi, et al, are
removed on the branch when the knob is tweaked to => "no")

Reordering termcap was believed to improve performance, but the file is now
accessed via /etc/termcap.db, so /etc/termcap (and /usr/share/misc/termcap by
proxy) access is less preferred.

Reordering the file broke the historical comment <-> entry mapping as well,
which could muddle the purpose of entries in the file, so it could be
potentially harmful to readers in its reordered state.

Discussion took place on hackers@ here:
https://lists.freebsd.org/pipermail/freebsd-hackers/2014-December/046657.html

Discussed with: -hackers, mp
Sponsored by: EMC / Isilon Storage Division

r275692:

Fix building termcap.db when make obj is run beforehand from a clean tree by
using make variables for the filenames, which helps resolve pathing
appropriately when running cap_mkdb

Pointyhat to: me


# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

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


# 148724 05-Aug-2005 phk

Remove the map3270 file, tn3270 was retired long ago.


# 142262 22-Feb-2005 ru

Add endianness support to cap_mkdb(1), useful for cross builds.


# 93764 04-Apr-2002 ru

Complete the fix in revision 1.13 -- don't even depend on termcap(5)
database to be present.

PR: misc/31225


# 88055 17-Dec-2001 ru

FILES support for bsd.prog.mk. See bsd.README for details.

Stolen from: NetBSD


# 83460 14-Sep-2001 ru

Don't redirect to /dev/null when executing ex(1).
This makes it impossible to detect the problem
with missing /var/tmp/vi.recover/.

PR: misc/29715, misc/30514


# 74856 27-Mar-2001 ru

MAN[1-9] -> MAN.


# 72965 24-Feb-2001 imp

Force TERM to be dumb when building termcap. ex in batch mode seems
to care about the terminal setting. In emacs, make buildworld was
broken because it sets TERM to emacs, which caused ex to fail.


# 50476 28-Aug-1999 peter

$Id$ -> $FreeBSD$


# 32235 04-Jan-1998 wosch

Always copy the source file map3270 during install.
Pointed out by: Bruce


# 32214 03-Jan-1998 wosch

444 -> ${SHAREMODE}


# 17639 17-Aug-1996 wosch

make install should not install any file in /etc.


# 9701 25-Jul-1995 bde

Change `install' to `${INSTALL}' so that default install flags can be
specified in the top level Makefiles.


# 6382 14-Feb-1995 rgrimes

Remove use of ${DESTDIR} in target of symbolic link, it makes the link
point to the wrong place.


# 6090 01-Feb-1995 jkh

Change the way I make the link to /etc/termcap. It worked for install
but not distribute. Now it works for both.


# 6030 30-Jan-1995 jkh

Make a link to /etc for termcap file. /etc/termcap is just too lodged in
folklore to do without! :-)


# 5824 24-Jan-1995 jkh

Fix this bogus Makefile.


# 2016 11-Aug-1994 jkh

termcap.0 -> termcap.5
Submitted by: jkh


# 1790 06-Jul-1994 rgrimes

all: does not need to depend on ${MAN5}, remove special case clean:
and cleandir: targets, simple use a CLEANFILES+= to handle this very
simple special case.
Add ${COPY} knob to install commands so that files don't disappear out
of the obj tree after a make install.


# 1639 30-May-1994 rgrimes

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


# 1638 30-May-1994 rgrimes

BSD 4.4 Lite Share Sources