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)
Fri, Oct 10, 9:47 PM
Unknown Object (File)
Fri, Oct 10, 9:47 PM
Unknown Object (File)
Fri, Oct 10, 3:57 PM
Unknown Object (File)
Wed, Oct 8, 3:55 AM
Unknown Object (File)
Fri, Sep 19, 3:17 PM
Unknown Object (File)
Sep 15 2025, 5:19 AM
Unknown Object (File)
Sep 11 2025, 6:39 AM
Unknown Object (File)
Aug 30 2025, 10:35 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