Page MenuHomeFreeBSD

x11/sterm: Do not avoid using tic(1)
Needs ReviewPublic

Authored by tembun_bk.ru on Jul 24 2025, 2:28 PM.
Tags
Referenced Files
Unknown Object (File)
Sun, Nov 23, 8:52 PM
Unknown Object (File)
Mon, Nov 3, 9:52 PM
Unknown Object (File)
Sun, Nov 2, 1:34 PM
Unknown Object (File)
Sun, Nov 2, 1:24 PM
Unknown Object (File)
Sun, Nov 2, 1:23 PM
Unknown Object (File)
Oct 29 2025, 6:52 AM
Unknown Object (File)
Oct 25 2025, 10:24 AM
Unknown Object (File)
Oct 21 2025, 4:43 PM
Subscribers

Details

Reviewers
pkubaj
Summary

Since the last work on ncurses, terminfo(5) installed in localbase takes
precedence over termcap(5). Thus, there's no need to avoid using tic(1)
for installing st.info.

Related: https://reviews.freebsd.org/D51463

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

tembun_bk.ru created this revision.

maybe condition to the presence of /usr/bin/tic considering that it does not exist in FreeBSD 13 and it won't be MFCed