pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/misc/dialog



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jun  9 18:07:18 UTC 2026

Modified Files:
        pkgsrc/misc/dialog: Makefile distinfo

Log Message:
dialog: update to 1.3.20260107.

2026/01/07
        + modify package/debian/* to work with Debian 13+.
        + modify run_test.sh to set LD_LIBRARY_PATH in case "make check" is
          used on a system where dialog's shared library was not installed.
        + improve gen-pkgconfig.in by widening the filter for "-z" options.
        + improve layout of menu and checklist/radiolist widgets (report by
          Mike Castle).
        + add a limit-check in the tailbox widget.
        + correct length of input-fields in form widget (report by Mike Castle).

2025/12/23
        + correct a typo for aspect ratio in files written by --create-rc
          (report by Mike Castle).
        + improve manpage description of --hline (report by Mike Castle).
        + update configure script macros for cross-compatibility.
        + added kab.po from
                https://translationproject.org/latest/dialog/
        + updated bg.po, de.po, eo.po, fa.po, id.po, ja.po, ms.po, pl.po,
          pt.po, ro.po, sq.po, sv.po, uk.po from
                https://translationproject.org/latest/dialog/

2025/10/01
        + configure script fixes for compiler warnings
        + update config.guess, config.sub

2025/08/17
        + amend macros for temporarily disabling --no-tags in buildlist and
          treeview to allow --no-items (report/testcase by Maksym Telychko).
        + configure script fixes for compiler warnings

2025/01/16
        + modify dialog-config.in to allow for include-subdirectory.
        + update configure script macros for changes made with Cdk.

2025/01/14
        + use $ LIB_ROOTNAME, e.g., set by --with-libname, in generating
          *-config and ".pc" files

2025/01/12
        + further improvements to matching output from *-config and ".pc"
        + improve gen-pkgconfig.in to mark the screen library, e.g., ncurses,
          as "Required" and filter the cflags/libs from required packages out
          of the ".pc" file, because pkg-config will add those automatically.

2025/01/09
        + fix some gcc15 strict compiler warnings
        + configure script fixes for compiler warnings
        + update config.guess, config.sub


To generate a diff of this commit:
cvs rdiff -u -r1.95 -r1.96 pkgsrc/misc/dialog/Makefile
cvs rdiff -u -r1.63 -r1.64 pkgsrc/misc/dialog/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/dialog/Makefile
diff -u pkgsrc/misc/dialog/Makefile:1.95 pkgsrc/misc/dialog/Makefile:1.96
--- pkgsrc/misc/dialog/Makefile:1.95    Wed Jun 26 16:24:02 2024
+++ pkgsrc/misc/dialog/Makefile Tue Jun  9 18:07:17 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.95 2024/06/26 16:24:02 wiz Exp $
+# $NetBSD: Makefile,v 1.96 2026/06/09 18:07:17 wiz Exp $
 
-DISTNAME=      dialog-1.3-20240619
+DISTNAME=      dialog-1.3-20260107
 PKGNAME=       ${DISTNAME:C/-2/.2/}
 CATEGORIES=    misc
 MASTER_SITES=  https://invisible-island.net/archives/dialog/ \

Index: pkgsrc/misc/dialog/distinfo
diff -u pkgsrc/misc/dialog/distinfo:1.63 pkgsrc/misc/dialog/distinfo:1.64
--- pkgsrc/misc/dialog/distinfo:1.63    Wed Jun 26 16:24:02 2024
+++ pkgsrc/misc/dialog/distinfo Tue Jun  9 18:07:17 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.63 2024/06/26 16:24:02 wiz Exp $
+$NetBSD: distinfo,v 1.64 2026/06/09 18:07:17 wiz Exp $
 
-BLAKE2s (dialog-1.3-20240619.tgz) = f07573f733428974b96c434ff66923d5920e537c7699c552078318414f50a10d
-SHA512 (dialog-1.3-20240619.tgz) = 0c8884b9effbd745e245aa36daa262381a349559476dfe2244e948a5374f927b377dbed233b73771caa57f8dd0a9cc712ec2669e43268bb578b9e4e721dd054a
-Size (dialog-1.3-20240619.tgz) = 571167 bytes
+BLAKE2s (dialog-1.3-20260107.tgz) = a1812953eeea5de923ffb6b5f9366411b9292514b74c5a608e60e5ee0b4599eb
+SHA512 (dialog-1.3-20260107.tgz) = ef3dd7530c42489a08c2dcb0eb6597de32d22be9a22aad000b4841dc6e4fe4fc8681c0d6b3e8cc55caa8c9027f4f182f60fe3f2caa8cce39fbe50dcbff93875b
+Size (dialog-1.3-20260107.tgz) = 584313 bytes



Home | Main Index | Thread Index | Old Index