freebsd-dev/tools/bsdbox
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
..
Makefile bsdbox: fix build after recent libifconfig changes 2020-09-21 19:50:39 +00:00
Makefile.base ncurses: only keep the version with widechar support 2021-01-05 14:01:32 +01:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
Makefile.fs
Makefile.hostapd Fix bsdbox build WITH_OFED 2018-08-27 19:34:50 +00:00
Makefile.kld
Makefile.login
Makefile.net add missing lib80211 include. 2015-11-30 09:02:28 +00:00
Makefile.telnetd
Makefile.textproc
README

$FreeBSD$

This is a very cut down implementation of a "busybox" style binary
for FreeBSD.

It's based on the rescue build system, which uses the crunchgen functionality
to build binaries.

It's a work in progress.

  -- adrian