diff options
author | wiz <wiz@pkgsrc.org> | 2010-05-02 13:40:22 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-05-02 13:40:22 +0000 |
commit | 30ecf5e082f4e4a531d1035d94d627cc3416bb45 (patch) | |
tree | 61c69a409335ea8b5b115af34a158143c66ec14f /misc | |
parent | 263ec0514f32cefc9f861424f40a7a5f2f96c5a4 (diff) | |
download | pkgsrc-30ecf5e082f4e4a531d1035d94d627cc3416bb45.tar.gz |
Update to 1.1.20100428:
2010/04/28
+ several improvements to configure script:
+ modify CF_CURSES_TERM_H to handle cases such as cygwin where
packager has installed curses.h and term.h in different
directories, e.g., to wedge in a termcap library.
+ modify CF_XOPEN_SOURCE, adding special case for OpenSolaris
+ modify CF_MAKE_TAGS to add check for exctags and exetags, prefer to
ctags and etags to work around pkgsrc (NetBSD) renaming.
+ correct CF_FIND_LINKAGE, setting cache variable for library_file in
the special case where no directory search is made.
+ improve CF_GCC_VERSION, suppress stderr for c89 alias of gcc.
+ improve CF_GCC_WARNINGS, moving -W and -Wall into the list to
check, since c89 alias for gcc complains about these options.
+ modify CF_HEADER_PATH, to not search for variations of everything
in the current include-path
+ use "mkdir -p", remove mkdirs.sh
+ use CF_CURSES_HEADER to fill in possible subdirectory used for
ncurses header filename.
+ modify CF_XOPEN_CURSES to work around current ncurse header loss of
predefinition of _XOPEN_SOURCE_EXTENDED
+ add "--disable-rpath-hack" option, along with scripting to add
rpath option to libraries found in unusual places.
+ modify pause widget to autosize like gauge, and to omit the area for
buttons when none are displayed.
+ fix an infinite loop in dlg_button_layout() if there are no buttons
to display (Debian #579390).
+ add makefile rules for generating html, etc., documentation from
nroff.
> patches by Samuel Mart
+ reset errors in tailbox before reading new character.
+ modify dlg_draw_scrollbar(), omitting hiding percentages in boxes
when no arrows or scrollbar are needed.
+ correct value of row for scrollbars in formbox.
+ update es.po from
http://translationproject.org/latest/dialog/
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 025285f480a..0cee89bac87 100644 --- a/misc/dialog/Makefile +++ b/misc/dialog/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.52 2010/02/03 19:05:24 wiz Exp $ +# $NetBSD: Makefile,v 1.53 2010/05/02 13:40:22 wiz Exp $ -DISTNAME= dialog-1.1-20100119 +DISTNAME= dialog-1.1-20100428 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 8393d07aebb..66b3c61f019 100644 --- a/misc/dialog/distinfo +++ b/misc/dialog/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.25 2010/02/03 19:05:24 wiz Exp $ +$NetBSD: distinfo,v 1.26 2010/05/02 13:40:22 wiz Exp $ -SHA1 (dialog-1.1-20100119.tgz) = 07f4081edd93b9cac5c1e59f747d0d785511457c -RMD160 (dialog-1.1-20100119.tgz) = 77bfc4c5d37a4beb9ff475a50f247373a900dd8e -Size (dialog-1.1-20100119.tgz) = 395011 bytes +SHA1 (dialog-1.1-20100428.tgz) = 6945b302bf5b107c12f6009c25699d265b45579c +RMD160 (dialog-1.1-20100428.tgz) = fce98c3207ebdb155f01fb38df8b89de75f9b875 +Size (dialog-1.1-20100428.tgz) = 400036 bytes |