Page MenuHomeFreeBSD

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

Authored by temcbun_gmail.com on Jul 24 2025, 2:28 PM.
Tags
Referenced Files
Unknown Object (File)
Fri, May 15, 10:27 AM
Unknown Object (File)
Thu, May 14, 5:27 PM
Unknown Object (File)
Tue, May 12, 2:27 AM
Unknown Object (File)
Thu, May 7, 2:29 AM
Unknown Object (File)
Wed, May 6, 4:51 AM
Unknown Object (File)
Sun, May 3, 9:47 PM
Unknown Object (File)
Sat, May 2, 8:15 PM
Unknown Object (File)
Mon, Apr 27, 10:36 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

temcbun_gmail.com 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