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
F147625059: D51488.diff
Thu, Mar 12, 10:30 AM
Unknown Object (File)
Mon, Mar 9, 9:16 AM
Unknown Object (File)
Tue, Mar 3, 7:37 PM
Unknown Object (File)
Tue, Mar 3, 1:42 AM
Unknown Object (File)
Mon, Mar 2, 3:54 AM
Unknown Object (File)
Sun, Mar 1, 7:20 PM
Unknown Object (File)
Fri, Feb 20, 7:32 AM
Unknown Object (File)
Fri, Feb 20, 7:26 AM
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