diff options
author | wiz <wiz> | 2007-07-19 21:53:11 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-07-19 21:53:11 +0000 |
commit | d3118a2c92f9ba68451415b5996797239ee4e89f (patch) | |
tree | 99ea427464a059f4cf8c54c95ca89e8e868a8532 /misc | |
parent | d693f00a14cf2801484e984a31fd3944f14a320c (diff) | |
download | pkgsrc-d3118a2c92f9ba68451415b5996797239ee4e89f.tar.gz |
Update to 1.1.20070704:
2007/07/04
+ revise the resizable shadows so textbox's search dialog has text
visible in the shadow again.
+ improve the prefixing of autoconf-related symbols in the installed
header files, taking into account symbols which are not mentioned in
dlg_config.h
+ add a check when ERR returned from wgetch() to ensure that the
input/output streams are still valid. If that happens, force
ESC to be returned, quitting dialog (report by Reiner Huober).
+ add extern "C" declarations to dlg_keys.h so the corresponding
function declarations are exported to C++ as C symbols.
+ updated config.guess, config.sub
Diffstat (limited to 'misc')
-rw-r--r-- | misc/dialog/Makefile | 4 | ||||
-rw-r--r-- | misc/dialog/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/misc/dialog/Makefile b/misc/dialog/Makefile index 3d3c3f75e93..8eb59198952 100644 --- a/misc/dialog/Makefile +++ b/misc/dialog/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.43 2007/06/12 22:25:39 wiz Exp $ +# $NetBSD: Makefile,v 1.44 2007/07/19 21:53:11 wiz Exp $ -DISTNAME= dialog-1.1-20070604 +DISTNAME= dialog-1.1-20070704 PKGNAME= ${DISTNAME:C/-2/.2/} CATEGORIES= misc MASTER_SITES= ftp://invisible-island.net/dialog/ diff --git a/misc/dialog/distinfo b/misc/dialog/distinfo index 5f55ec053a1..ee6b2339e82 100644 --- a/misc/dialog/distinfo +++ b/misc/dialog/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.18 2007/06/12 22:25:39 wiz Exp $ +$NetBSD: distinfo,v 1.19 2007/07/19 21:53:11 wiz Exp $ -SHA1 (dialog-1.1-20070604.tgz) = 761a1de17a0608ced9f8a9c185820387082ec398 -RMD160 (dialog-1.1-20070604.tgz) = 06bee856154f8c8804c9a8fc6f04df5e5b4a2cb4 -Size (dialog-1.1-20070604.tgz) = 365939 bytes +SHA1 (dialog-1.1-20070704.tgz) = af12f3d9872e1fd85cd7e9529335269648dd21c2 +RMD160 (dialog-1.1-20070704.tgz) = 88487908ffd621a567d8ab6a601526b34411048e +Size (dialog-1.1-20070704.tgz) = 367588 bytes |