Created attachment 247966 [details] git format-patch for update Update cdialog to current release
Tested Ok.
The 1.3-20240619 is out. Would you like update the patch?
Is there a changelog for this update?
https://invisible-island.net/dialog/CHANGES.html 2024/06/19 + modify configure script to ease deprecation of libtool-bin package (Debian #1071581). + update dialog.map, dialog.sym for 2023/10/02 changes. + improve dialog-config.in, + suppressing several special cases of linker options, and + adding support for --cflags-only-I, --cflags-only-other 2024/04/08 + fix a few cppcheck warnings + improvements to NLS configuration. 2024/03/12 + add configure check for PIC vs PIE, needed for linking to libraries which lack pkg-config scripts to specify LDFLAGS. 2024/03/07 + add option --color-modes, which can be used to color the content of programbox, tailbox, textbox (requested by Rafał Radziejewski). 2024/03/06 + updated configure script, e.g., for compiler-warning fixes. + amend change to formbox while revising --max-input to work with the form's "ilen" parameter (report by Anna-Maria Gruber, cf: 2022/04/14) + update config.guess, config.sub 2024/01/01 + updated configure script, e.g., for compiler-warning fixes. + updated lv.po from http://translationproject.org/latest/dialog/ 2023/10/02 + add/use dlg_print_nowrap(), to handle multibyte character strings in progressbox and tailbox (report/testcase by Sergey Merzlikin). + updated configure script, e.g., for compiler-warning fixes. + update config.guess, config.sub 2023/08/18 + updated configure script, e.g., for compiler-warning fixes. + minor fixes for manpages to address mandoc warnings. + updated th.po from http://translationproject.org/latest/dialog/ + update config.guess, config.sub
Created attachment 253857 [details] Update to release 2024-06-19 Tested OK
(In reply to Josmar Calin De Pierri from comment #5) Your patch has plist issues and does not reset PORTREVISION. Please test your patches to ensure they don't have any problems before you submit them. I'll fix this on commit, but I'd rather I didn't have to.
(In reply to Robert Clausecker from comment #6) My bad. I'm sorry!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=14aba2fc6bf164b9f6e3e9205dd4acc992f4f440 commit 14aba2fc6bf164b9f6e3e9205dd4acc992f4f440 Author: Josmar Calin De Pierri <jcpierri@gmail.com> AuthorDate: 2024-09-28 01:31:59 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2024-09-30 14:07:47 +0000 devel/cdialog: update to 1.3-20240619 Changelog: https://invisible-island.net/dialog/CHANGES.html PR: 276624 Reported by: Thomas E. Dickey <dickey@invisible-island.net> devel/cdialog/Makefile | 3 +-- devel/cdialog/distinfo | 6 +++--- devel/cdialog/pkg-plist | 1 + 3 files changed, 5 insertions(+), 5 deletions(-)
Thank you for your contribution.