Path to this page:
Subject: CVS commit: pkgsrc/devel/cdk
From: Thomas Klausner
Date: 2024-06-26 18:23:34
Message id: 20240626162334.E71C2FC74@cvs.NetBSD.org
Log Message:
cdk: update to 5.0.20240619nb1.
Updated provided by Thomas E. Dickey, thanks!
2024/06/19
+ add configure option --enable-pc-files
+ modify configure script using dialog's changes for Debian #1071581
+ modify cdk-config, adding --cflags-only-I and --cflags-only-other
options.
+ modify cdk-config to add the -I options needed for compiling it, to
the output of --cflags
+ configure script fixes:
+ CF_ANSI_CC_CHECK reset CFLAGS/CPPFLAGS on each loop, to keep the
options from accumulating
+ CF_PIC_HACK make "readelf" tool configurable
2024/03/31
+ add CDKchdir(), CDKopenFile() to use wordexp() for expanding tilde
(suggested by Henry Qin).
2024/03/29
+ build-fix for Solaris xpg4 curses.
+ modify moveCursesWindow() to use mvwin() when it is not possible to
set the window's beginning x/y directly.
+ add compatibility symlink for cdk.h (Debian #1067771).
2024/03/28
+ fixes for manpage formatting
+ improve test-packages
+ corrected configure --enable-hdr-subdir option (Debian #1067771).
2024/03/12
+ build-fix for clang on Solaris.
+ improve compiler-warnings in configure-checks.
+ updated configure macros from xterm and ncurses development
+ update config.guess, config.sub
2023/02/01
+ improve compiler-warnings in configure-checks.
2022/10/25
+ change library dependencies in rpm spec-file.
+ update license in test-packages.
2022/10/18
+ relicense as MIT-X11
+ reduce shellcheck warnings in support-scripts
+ updated configure script to work around regression in GNU grep 3.8
+ updated configure macros from xterm and ncurses development
+ update config.guess, config.sub
2021/12/16
+ fix cppcheck style-warnings.
+ improve makefile header-dependencies by accounting for all generated
headers (report/patch by Sergei Trofimovich).
+ updated configure macros from xterm and ncurses development:
CF_ADD_INCDIR CF_APPEND_CFLAGS CF_DISABLE_ECHO CF_MAKEFLAGS
CF_NCURSES_CONFIG CF_NCURSES_LIBS CF_PKG_CONFIG CF_REMOVE_CFLAGS
CF_SHARED_OPTS CF_TRY_XOPEN_SOURCE CF_XOPEN_SOURCE
2021/08/25
+ build-fix for HP-UX curses, which provides only part of the ACS_xxx
definitions compatible with chtype's.
+ correct calls on SetViewSize in scroll.c, overlooked in 2005/04/24
(report by Brad Hines).
+ updated configure macros from xterm and ncurses development:
CF_C11_NORETURN CF_CHECK_LIBTOOL_VERSION CF_CONST_X_STRING
CF_DISABLE_LEAKS CF_FUNC_LSTAT CF_GETOPT_HEADER CF_NCURSES_CONFIG
CF_NO_LEAKS_OPTION CF_SHARED_OPTS CF_UTF8_LIB CF_XOPEN_CURSES
CF_XOPEN_SOURCE
+ update config.guess, config.sub
Files: