From 821aa63a09402935da0a73abf20ba0441562aa07 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Mon, 4 Jan 2021 17:29:40 +0100 Subject: 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 --- lib/ncurses/panelw/Makefile | 5 ----- lib/ncurses/panelw/Makefile.depend | 17 ----------------- 2 files changed, 22 deletions(-) delete mode 100644 lib/ncurses/panelw/Makefile delete mode 100644 lib/ncurses/panelw/Makefile.depend (limited to 'lib/ncurses/panelw') diff --git a/lib/ncurses/panelw/Makefile b/lib/ncurses/panelw/Makefile deleted file mode 100644 index 2585738a5e60..000000000000 --- a/lib/ncurses/panelw/Makefile +++ /dev/null @@ -1,5 +0,0 @@ -# $FreeBSD$ - -ENABLE_WIDEC= - -.include "${.CURDIR:H}/panel/Makefile" diff --git a/lib/ncurses/panelw/Makefile.depend b/lib/ncurses/panelw/Makefile.depend deleted file mode 100644 index 3d9451023bec..000000000000 --- a/lib/ncurses/panelw/Makefile.depend +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ -# Autogenerated - do NOT edit! - -DIRDEPS = \ - include \ - include/xlocale \ - lib/${CSU_DIR} \ - lib/libc \ - lib/libcompiler_rt \ - lib/ncurses/ncursesw \ - - -.include - -.if ${DEP_RELDIR} == ${_DEP_RELDIR} -# local dependencies - needed for -jN in clean tree -.endif -- cgit v1.2.3