History log of /freebsd-14.2/etc/termcap/Makefile (Results 1 – 4 of 4)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/13.4.0-p5, release/13.5.0-p1, release/14.2.0-p3, release/13.5.0, release/14.2.0-p2, release/14.1.0-p8, release/13.4.0-p4, release/14.1.0-p7, release/14.2.0-p1, release/13.4.0-p3, release/14.2.0, release/13.4.0, release/14.1.0, release/13.3.0
# 1ed12844 02-Dec-2023 Ka Ho Ng <[email protected]>

termcap.small: Include xterm-256color

MFC after: 7 days
Reviewed by: imp, jhb
Differential Revision: https://reviews.freebsd.org/D42784

(cherry picked from commit 1da7f3f6f72b2245e458fc7195733268ae

termcap.small: Include xterm-256color

MFC after: 7 days
Reviewed by: imp, jhb
Differential Revision: https://reviews.freebsd.org/D42784

(cherry picked from commit 1da7f3f6f72b2245e458fc7195733268ae4a1136)

show more ...


Revision tags: release/14.0.0, release/13.2.0
# 577b62c2 03-Mar-2023 Mark Johnston <[email protected]>

pkgbase: Put termcap.small in the same package as termcap

Reviewed by: manu
Differential Revision: https://reviews.freebsd.org/D36951


# 7a8d62cd 27-Dec-2022 John Baldwin <[email protected]>

termcap.small: Don't use -o pipefail.

The command to generate termcap.small doesn't use any pipes, so this
option is not needed. Using it also breaks cross-building on hosts
where /bin/sh does not

termcap.small: Don't use -o pipefail.

The command to generate termcap.small doesn't use any pipes, so this
option is not needed. Using it also breaks cross-building on hosts
where /bin/sh does not support pipefail such as Linux hosts where
/bin/sh is dash.

Reviewed by: sobomax, imp
Sponsored by: DARPA
Differential Revision: https://reviews.freebsd.org/D37865

show more ...


Revision tags: release/12.4.0
# 3078531d 13-Sep-2022 Maxim Sobolev <[email protected]>

Fix mergemaster(8) breakage in the 6ad780caa.

Split out termcap.small generation into its own Makefile under
etc/termcap, so it's properly executed by the underlying command:

make 'SUBDIR_OVERRID

Fix mergemaster(8) breakage in the 6ad780caa.

Split out termcap.small generation into its own Makefile under
etc/termcap, so it's properly executed by the underlying command:

make 'SUBDIR_OVERRIDE=etc' everything

Reported by: gbe
MFC after: 1 month

show more ...