diff options
author | wiz <wiz@pkgsrc.org> | 2013-01-21 13:13:08 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-01-21 13:13:08 +0000 |
commit | b56040758a42a83f2f01b9bf80ab75572d3dd0d2 (patch) | |
tree | a3b35992b758649472f57beaf806f39a27943671 /misc/dialog/Makefile | |
parent | 631fb798cb5335e55fa864fd0277b3ef537219d1 (diff) | |
download | pkgsrc-b56040758a42a83f2f01b9bf80ab75572d3dd0d2.tar.gz |
Update to 1.2.20121230:
2012/12/30 - release 1.2
+ improve some older changelog entries to help with HTML'izing content.
+ various fixes/improvments for scrollbar appearance.
+ add mappings for some equivalent options provided by whiptail;
add configure option --disable-whiptail to allow suppressing these.
+ add configure option --disable-Xdialog2 to allow suppressing the
newer features, i.e., for cdialog 1.2
+ add --no-items option, for consistency.
+ add --no-tags option, like Xdialog.
+ add buildlist, rangebox and treeview dialogs, like Xdialog.
+ remove obsolete workaround for ncurses 4.2 scrolling in checklist
and menubox.
+ improve dialog_helpfile() by preventing it from showing extra buttons
(suggested by xDog Walker).
+ correct logic in formbox's scroll_next() function (report by xDog
Walker).
+ fix a case with inputbox widget where preset input text is not shown
until moving the cursor within the text (report by xDog Walker).
+ handle SIGCHLD in dialog_prgbox() to eliminate defunct processes
(report by xDog Walker).
+ improve the way "hotkeys" are assigned to widget buttons by checking
if a given key has already been used in the row of buttons (Debian
#684933).
+ amend fix for --trace parsing from 2012/07/03, which sometimes
skipped a parameter (report by xDog Walker).
+ drop copismall and install files from samples, which were essentially
nonfunctional.
+ correct secondary border colors in samples/slackware.rc and
samples/whiptail.rc
+ update gl.po, add ia.po from
http://translationproject.org/latest/dialog/
+ fix various issues reported by coverity scan.
+ miscellaneous configure script fixes/updates:
+ require autoconf 2.52+patches
+ support --datarootdir option
+ check for clang compiler
+ check for tinfo library when looking for ncurses
+ add 3rd parameter to AC_DEFINE for autoheader
+ remove unused macros from aclocal.m4
+ update 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 247d5c61dd1..168d861bb90 100644 --- a/misc/dialog/Makefile +++ b/misc/dialog/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.60 2012/10/08 09:57:19 asau Exp $ +# $NetBSD: Makefile,v 1.61 2013/01/21 13:13:08 wiz Exp $ -DISTNAME= dialog-1.1-20120706 +DISTNAME= dialog-1.2-20121230 PKGNAME= ${DISTNAME:C/-2/.2/} CATEGORIES= misc MASTER_SITES= ftp://invisible-island.net/dialog/ |