freebsd/lib/ncurses
Baptiste Daroussin 821aa63a09 ncurses: only keep the version with widechar support
Only keep the widechar version of ncurses as libncursesw.so.9

Keep the old name to avoid breaking the ABI compatibility (the non
widechar version libncurses.so.9 is not binary compatible with
libncursesw.so.9) since all ports and base are already only linking
against the widechar version we can simply remove libncurses.so.9

Since the .9 version only lived in the dev branch and never ended in a
release, it is simply removed and not added to any binary compat
package.

Add symlinks to keep build time compatibility for anyone linking against
-lncurses
2021-01-05 14:01:32 +01:00
..
form ncurses: only keep the version with widechar support 2021-01-05 14:01:32 +01:00
menu ncurses: only keep the version with widechar support 2021-01-05 14:01:32 +01:00
ncurses ncurses: only keep the version with widechar support 2021-01-05 14:01:32 +01:00
panel ncurses: only keep the version with widechar support 2021-01-05 14:01:32 +01:00
config.mk ncurses: only keep the version with widechar support 2021-01-05 14:01:32 +01:00
Makefile ncurses: only keep the version with widechar support 2021-01-05 14:01:32 +01:00
Makefile.inc Build lib/ with WARNS=6 by default. 2010-01-02 09:58:07 +00:00