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: Wed Jun 26 16:24:02 UTC 2024
Modified Files:
pkgsrc/misc/dialog: Makefile distinfo
Log Message:
dialog: update to 1.3.20240619.
Updated provided by Thomas E. Dickey, thanks!
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
To generate a diff of this commit:
cvs rdiff -u -r1.94 -r1.95 pkgsrc/misc/dialog/Makefile
cvs rdiff -u -r1.62 -r1.63 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.94 pkgsrc/misc/dialog/Makefile:1.95
--- pkgsrc/misc/dialog/Makefile:1.94 Sat Feb 11 10:19:49 2023
+++ pkgsrc/misc/dialog/Makefile Wed Jun 26 16:24:02 2024
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.94 2023/02/11 10:19:49 fcambus Exp $
+# $NetBSD: Makefile,v 1.95 2024/06/26 16:24:02 wiz Exp $
-DISTNAME= dialog-1.3-20230209
+DISTNAME= dialog-1.3-20240619
PKGNAME= ${DISTNAME:C/-2/.2/}
CATEGORIES= misc
-MASTER_SITES= ftp://ftp.invisible-island.net/dialog/
+MASTER_SITES= https://invisible-island.net/archives/dialog/ \
+ https://invisible-mirror.net/archives/dialog/
EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -18,12 +19,6 @@ CONFIGURE_ARGS+= --with-libtool
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
-SUBST_CLASSES+= rpath
-SUBST_FILES.rpath= dialog-config.in
-SUBST_MESSAGE.rpath= Fixing rpath in dialog-config
-SUBST_SED.rpath= -e 's;-L\(.\);${_COMPILER_RPATH_FLAG}\1\{exec_prefix\}/lib -L\1;'
-SUBST_STAGE.rpath= pre-configure
-
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} < 060000
CONFIGURE_ARGS+= --disable-widec
Index: pkgsrc/misc/dialog/distinfo
diff -u pkgsrc/misc/dialog/distinfo:1.62 pkgsrc/misc/dialog/distinfo:1.63
--- pkgsrc/misc/dialog/distinfo:1.62 Sat Feb 11 10:19:49 2023
+++ pkgsrc/misc/dialog/distinfo Wed Jun 26 16:24:02 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.62 2023/02/11 10:19:49 fcambus Exp $
+$NetBSD: distinfo,v 1.63 2024/06/26 16:24:02 wiz Exp $
-BLAKE2s (dialog-1.3-20230209.tgz) = 0309edb277e050badb9eaef2b903749395f018c48d2075ac72d445d33c7f68d2
-SHA512 (dialog-1.3-20230209.tgz) = e34b1de09e3455289ee6278cf2f8bfb6ec9f8f6ed1f61aee10ad0ff5ee499330ec3481afa1dcd999ed7460479607cc443433e09584b8eeab2efdba689b6851cf
-Size (dialog-1.3-20230209.tgz) = 573222 bytes
+BLAKE2s (dialog-1.3-20240619.tgz) = f07573f733428974b96c434ff66923d5920e537c7699c552078318414f50a10d
+SHA512 (dialog-1.3-20240619.tgz) = 0c8884b9effbd745e245aa36daa262381a349559476dfe2244e948a5374f927b377dbed233b73771caa57f8dd0a9cc712ec2669e43268bb578b9e4e721dd054a
+Size (dialog-1.3-20240619.tgz) = 571167 bytes
Home |
Main Index |
Thread Index |
Old Index