Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 05 Dec 2025 10:25:53 +0000
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 836a0d46320c - main - ncurses: readd "bsdpads"
Message-ID:  <6932b331.344e2.c8c0d70@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by bapt:

URL: https://cgit.FreeBSD.org/src/commit/?id=836a0d46320c18d83029bf138b630b6ce5ebe6ae

commit 836a0d46320c18d83029bf138b630b6ce5ebe6ae
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2025-12-05 10:18:48 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2025-12-05 10:24:58 +0000

    ncurses: readd "bsdpads"
    
    During the import of ncurses 6.5 some bsd specifics configuration where
    lost and reintroduce quickly after the import, unfortunatly there was a
    typo in this fix which caused the "bsdpads" to not be enabled in
    ncurses.
    
    Fortunatly only very old programs may be affected by this change,
    unfortunatly Nethack (in the ports tree is one of them.)
    
    PR:             287358
    MFC After:      3 days
---
 lib/ncurses/tinfo/ncurses_cfg.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/ncurses/tinfo/ncurses_cfg.h b/lib/ncurses/tinfo/ncurses_cfg.h
index 33890f300310..e26aa49763f0 100644
--- a/lib/ncurses/tinfo/ncurses_cfg.h
+++ b/lib/ncurses/tinfo/ncurses_cfg.h
@@ -61,7 +61,7 @@
 #define MIXEDCASE_FILENAMES 1
 #define STDC_HEADERS 1
 #define USE_GETCAP 1
-#define USE_BSD_TPUTS 1
+#define BSD_TPUTS 1
 #define HAVE_BSD_CGETENT 1
 #define HAVE_SYS_TYPES_H 1
 #define HAVE_SYS_STAT_H 1


help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6932b331.344e2.c8c0d70>