History log of /openbsd-src/share/termtypes/Makefile (Results 1 – 25 of 25)
Revision Date Author Comments
# 079c8b17 25-Sep-2016 natano <natano@openbsd.org>

Some ownership fixes for /usr/share/.

feedback and tweaks rpe
ok tb


# d3704fbc 03-Dec-2015 nicm <nicm@openbsd.org>

Do not build termcap.db and terminfo.db, they are no longer needed.

ok millert


# da425aef 21-Nov-2015 nicm <nicm@openbsd.org>

Install terminfo files into /usr/share/terminfo (as well as
/usr/share/misc/terminfo.db for the moment). ok millert


# 6561d61a 19-Jul-2011 millert <millert@openbsd.org>

Avoid running tic an extra time when stripping the comments from
termcap. With help from and OK nicm@


# a872a427 06-Jul-2011 nicm <nicm@openbsd.org>

Remove old warning about upgrading tic and just exit.

ok millert


# 92fcb046 06-Jul-2011 millert <millert@openbsd.org>

No need to change tabset path in termtypes.master, they've all been
normalized to be /usr/share/tabset (except one that was missed).
OK nicm@


# ded65b4c 05-Jul-2011 nicm <nicm@openbsd.org>

Trim comments from termtypes.master before passing through cap_mkdb,
speeds things up a good bit.

ok tedu


# be2402e5 04-Jul-2011 nicm <nicm@openbsd.org>

Nuke map3270 (tn3270 itself died 9 months ago).

ok deraadt


# c9e7fb78 14-Oct-2009 nicm <nicm@openbsd.org>

Three cleanups:

- ESR no longer maintains termcap/terminfo and the URL in Makefile is dead, so
remove it;
- remove the tic(1) stdout usage hack which is no longer necessary;
- remove the README fi

Three cleanups:

- ESR no longer maintains termcap/terminfo and the URL in Makefile is dead, so
remove it;
- remove the tic(1) stdout usage hack which is no longer necessary;
- remove the README file which doesn't have anything useful anymore.

ok millert

show more ...


# ad95e307 02-Sep-2008 drahn <drahn@openbsd.org>

Use the installed version of tic instead of the newly built version,
The build/upgrade process requires that changes requiring this type of
update be recorded in faq/current.html. ok deraadt@


# e55a1b81 17-Feb-2000 millert <millert@openbsd.org>

Be a little bit smarter about locating the in-tree tic binary.


# 94addc9c 17-Feb-2000 millert <millert@openbsd.org>

Use the version of tic in the build tree, if available. This will make
it easier for folks upgrading from 2.6.


# 7c6f983d 12-Jan-2000 millert <millert@openbsd.org>

Hack to detect termcap/terminfo files that just contain a usage string.
This is needed because, until 5 minutes ago, tic prints its usage()
to stdout and not stderr so the zero-length termcap check d

Hack to detect termcap/terminfo files that just contain a usage string.
This is needed because, until 5 minutes ago, tic prints its usage()
to stdout and not stderr so the zero-length termcap check doesn't help
us here. This hack should be removed after OpenBSD 2.7 is released.

show more ...


# f69ead28 09-Jan-2000 millert <millert@openbsd.org>

Remove the hack to make xterm fit. Tic with the new termtypes file is
smart enough to do the right thing.

*NOTE* it is a good idea to install a tic linked with the latest
libcurses before building

Remove the hack to make xterm fit. Tic with the new termtypes file is
smart enough to do the right thing.

*NOTE* it is a good idea to install a tic linked with the latest
libcurses before building the new termcap/terminfo files.

show more ...


# fea49131 12-Dec-1999 millert <millert@openbsd.org>

Use perl to do /usr/share/lib/tabset -> and /usr/lib/tabset -> /usr/share/tabset
substiution in termcap generation as well as the pruning of unneeded entries
in the xterm entry. This is only tempora

Use perl to do /usr/share/lib/tabset -> and /usr/lib/tabset -> /usr/share/tabset
substiution in termcap generation as well as the pruning of unneeded entries
in the xterm entry. This is only temporary until such time as we can
remove the xterm hack altogether (new termtypes.master coming soon).

show more ...


# 76fb2ff0 22-Mar-1999 millert <millert@openbsd.org>

Add gross ed hack back in so termcap xterm entry < 1024


# 83bb1307 11-Mar-1999 millert <millert@openbsd.org>

tell the user exactly what to do when *.src is 0 length


# a63e6565 05-Mar-1999 millert <millert@openbsd.org>

catch 0-len term*.src in case tic messes up


# bd11b910 05-Mar-1999 tholo <tholo@openbsd.org>

Merge cap_mkdb(1) and info_mkdb(1)


# b92cbab1 20-Dec-1998 millert <millert@openbsd.org>

Evil ed hack not needed as the termcap entry length for xterm is 830 (limit is 1023)


# 174f574c 16-Dec-1998 millert <millert@openbsd.org>

Add missing ${INSTALL_COPY}


# 722efb62 07-Dec-1998 millert <millert@openbsd.org>

remove bogus CURDIR


# d5dec301 07-Dec-1998 millert <millert@openbsd.org>

kill OBJDIR sillyness


# 2a9e0377 07-Dec-1998 millert <millert@openbsd.org>

disgusting ed hack to remove three lines from xterm termcap entry; should be redone


# 86ed957e 07-Dec-1998 millert <millert@openbsd.org>

this will replace share/{termcap,terminfo} soon