Update to 1.2.20150513:
2015/05/13 + add configure option --with-install-prefix, like ncurses. + add --with-screen and related configure options from ncurses-examples to allow building with ncurses6 test-packages. + update configure macros for improved coding style from lynx changes. + updated ro.po from http://translationproject.org/latest/dialog/ + update config.guess, config.sub > patches by Florent Rougon: + fix two bugs in the "--file" option. + When the number of arguments read from the included file is 0, the code used to just skip over '--file' and its argument instead of removing them from the argument list, causing "Error: Unknown option --file" later on. + In the alternative case (at least one argument read from the file), the previous code used to do '--j;' in order to "force rescan" of the inserted arguments. However, control then flowed to outer blocks where a '++j;' counteracted this measure, causing "Error: Unknown option --msgbox" (for instance) later on. + modify escaping in argv.c to be more uniform, whether or not the backslash is found within a parameter.
This commit is contained in:
parent
b57644d813
commit
93a624fd9c
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.72 2015/03/01 15:14:49 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.73 2015/05/28 06:29:10 wiz Exp $
|
||||
|
||||
DISTNAME= dialog-1.2-20150225
|
||||
DISTNAME= dialog-1.2-20150513
|
||||
PKGNAME= ${DISTNAME:C/-2/.2/}
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= ftp://invisible-island.net/dialog/
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.42 2015/03/01 15:14:49 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.43 2015/05/28 06:29:10 wiz Exp $
|
||||
|
||||
SHA1 (dialog-1.2-20150225.tgz) = 6820c84e68ffac69a540b86aa31e93b1aa0d17af
|
||||
RMD160 (dialog-1.2-20150225.tgz) = b049fcbaf8c2eea667bf91edea3d7cbf897dba1d
|
||||
Size (dialog-1.2-20150225.tgz) = 473318 bytes
|
||||
SHA1 (dialog-1.2-20150513.tgz) = 62a76ea7e8a205c4a20e265c34c1b7674fbe0e34
|
||||
RMD160 (dialog-1.2-20150513.tgz) = a59d3de306ff24add3f00db305b74bb0b07fd860
|
||||
Size (dialog-1.2-20150513.tgz) = 497554 bytes
|
||||
|
|
Loading…
Reference in a new issue