diff options
author | wiz <wiz@pkgsrc.org> | 2007-07-19 21:53:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-07-19 21:53:11 +0000 |
commit | 4368054cfd402709718f82de276b5110e500f293 (patch) | |
tree | 99ea427464a059f4cf8c54c95ca89e8e868a8532 /misc/dialog/Makefile | |
parent | 7e45cfe5d717af91eb370e316557f2eded864df3 (diff) | |
download | pkgsrc-4368054cfd402709718f82de276b5110e500f293.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/dialog/Makefile')
-rw-r--r-- | misc/dialog/Makefile | 4 |
1 files changed, 2 insertions, 2 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/ |