diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2021-01-04 16:29:40 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2021-01-05 13:01:32 +0000 |
commit | 821aa63a09402935da0a73abf20ba0441562aa07 (patch) | |
tree | b1a1034d969a225e45fc85a376347eea3b391652 /lib/ncurses/ncursesw | |
parent | 9fd96b416c4572c83d4958763819bae83928cbce (diff) | |
download | src-821aa63a09402935da0a73abf20ba0441562aa07.tar.gz src-821aa63a09402935da0a73abf20ba0441562aa07.zip |
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
Diffstat (limited to 'lib/ncurses/ncursesw')
-rw-r--r-- | lib/ncurses/ncursesw/Makefile | 7 | ||||
-rw-r--r-- | lib/ncurses/ncursesw/Makefile.depend | 16 |
2 files changed, 0 insertions, 23 deletions
diff --git a/lib/ncurses/ncursesw/Makefile b/lib/ncurses/ncursesw/Makefile deleted file mode 100644 index 5f6040e7119c..000000000000 --- a/lib/ncurses/ncursesw/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -# $FreeBSD$ - -ENABLE_WIDEC= - -.PATH: ${.CURDIR:H}/ncurses - -.include "${.CURDIR:H}/ncurses/Makefile" diff --git a/lib/ncurses/ncursesw/Makefile.depend b/lib/ncurses/ncursesw/Makefile.depend deleted file mode 100644 index 8d409f5263ac..000000000000 --- a/lib/ncurses/ncursesw/Makefile.depend +++ /dev/null @@ -1,16 +0,0 @@ -# $FreeBSD$ -# Autogenerated - do NOT edit! - -DIRDEPS = \ - include \ - include/xlocale \ - lib/${CSU_DIR} \ - lib/libc \ - lib/libcompiler_rt \ - - -.include <dirdeps.mk> - -.if ${DEP_RELDIR} == ${_DEP_RELDIR} -# local dependencies - needed for -jN in clean tree -.endif |