summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-libs/ncurses: Stop embedding RCS IDsPeter Foley2023-02-241-1/+0
| | | | | | | | | | | | | | | | | | It's unclear if this is still useful, and it causes a ton of warnings like: /var/tmp/portage/sys-libs/ncurses-6.4/work/ncurses-6.4/ncurses/curses.priv.h:60:41: warning: ‘Ident’ defined but not used [-Wunused-const-variable=] 60 | #define MODULE_ID(id) static const char Ident[] = id; | ^~~~~ /var/tmp/portage/sys-libs/ncurses-6.4/work/ncurses-6.4/ncurses/tinfo/lib_napms.c:55:1: note: in expansion of macro ‘MODULE_ID’ 55 | MODULE_ID("$Id: lib_napms.c,v 1.27 2020/08/15 19:45:23 tom Exp $") | ^~~~~~~~~ [sam: This has been there since the very beginning, going back to 2000-08-03, 495ec043da885fd0d7826ac39147aab1b8173910] Signed-off-by: Peter Foley <pefoley2@pefoley.com> Closes: https://github.com/gentoo/gentoo/pull/29756 Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/ncurses: Fix cygwin buildPeter Foley2023-02-221-12/+7
| | | | | | | | | | Force -DBUILDING_NCURCES for build tools to avoid dllimport errors. Update tic build to use get_exeext, which fixes native builds. Bug: https://bugs.gentoo.org/852665 Signed-off-by: Peter Foley <pefoley2@pefoley.com> Closes: https://github.com/gentoo/gentoo/pull/29713 Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/ncurses: add 6.4Sam James2023-01-011-0/+428
Signed-off-by: Sam James <sam@gentoo.org>