diff options
author | Peter Foley <pefoley2@pefoley.com> | 2023-02-24 00:42:50 -0500 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-24 12:59:46 +0000 |
commit | 2953e1093acd734f2cc5554d34698643322f129f (patch) | |
tree | 128cc0721904d026a4a8d2a6f42022604357e6a5 /sys-libs/ncurses | |
parent | dev-lang/elixir: add 1.14.3 (diff) | |
download | gentoo-2953e1093acd734f2cc5554d34698643322f129f.tar.gz gentoo-2953e1093acd734f2cc5554d34698643322f129f.tar.bz2 gentoo-2953e1093acd734f2cc5554d34698643322f129f.zip |
sys-libs/ncurses: Stop embedding RCS IDs
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>
Diffstat (limited to 'sys-libs/ncurses')
-rw-r--r-- | sys-libs/ncurses/ncurses-6.3_p20221203-r2.ebuild | 1 | ||||
-rw-r--r-- | sys-libs/ncurses/ncurses-6.4.ebuild | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sys-libs/ncurses/ncurses-6.3_p20221203-r2.ebuild b/sys-libs/ncurses/ncurses-6.3_p20221203-r2.ebuild index 406b0ca3cb24..c986389eed5a 100644 --- a/sys-libs/ncurses/ncurses-6.3_p20221203-r2.ebuild +++ b/sys-libs/ncurses/ncurses-6.3_p20221203-r2.ebuild @@ -302,7 +302,6 @@ do_configure() { $(use_enable kernel_Winnt term-driver) --disable-termcap --enable-symlinks - --with-rcs-ids --with-manpage-format=normal --enable-const --enable-colorfgbg diff --git a/sys-libs/ncurses/ncurses-6.4.ebuild b/sys-libs/ncurses/ncurses-6.4.ebuild index 58a97be7ee7d..061b210752e5 100644 --- a/sys-libs/ncurses/ncurses-6.4.ebuild +++ b/sys-libs/ncurses/ncurses-6.4.ebuild @@ -242,7 +242,6 @@ do_configure() { $(use_enable kernel_Winnt term-driver) --disable-termcap --enable-symlinks - --with-rcs-ids --with-manpage-format=normal --enable-const --enable-colorfgbg |