ncurses/tic: Remove bogus definitions of _XOPEN_SOURCE_EXTENDED.XPG 4.2 aka SUSv1 aka UNIX95 is 26 years old stuff and I'm prettysure that we will never support it. Our default environment is just
ncurses/tic: Remove bogus definitions of _XOPEN_SOURCE_EXTENDED.XPG 4.2 aka SUSv1 aka UNIX95 is 26 years old stuff and I'm prettysure that we will never support it. Our default environment is justfine here.
show more ...
hostprog: Remove NO_WERROR from btools tic.Pointed-out-by: swildner
tic(1): Explicitly disable WERROR in hostprog tic. This special version is used during buildworld. Helps with bootstrapping on OpenBSD.
world: Mark all build-tools.
ncurses: Add hostprog variant of tic.Tic(1) uses some of internal bits of ncurses implementation. * For now include a basic set of libncurses. * Link this tic with wide version of ncurses. *
ncurses: Add hostprog variant of tic.Tic(1) uses some of internal bits of ncurses implementation. * For now include a basic set of libncurses. * Link this tic with wide version of ncurses. * Adjust sources a bit for future reference.