Tue Feb 7 13:00:49 2017 UTC ()
Updated dialog to 1.3.20170131.

2017/01/31
	+ use DLG_TRACE macro consistently to make "--disable-trace" configure
	  option work.
	+ modify buildlist widget to support option "--reorder" for to allow
	  user to reorder the data based on the sequence of selections
	  (discussion with Paraic O'Ceallaigh).
	+ fill background color on unused parts of buildlist.
	+ fix a minor error in buildlist which let pageup switch columns.
	+ change several calls to dlg_trace_msg to prefix with "#" to make
	  the trace logs more consistent for parsing.
	+ add samples/run_test.sh
	+ further improve performance with very long command-lines by changes
	  to howmany_tags().
	+ modify dlg_string_to_argv() to convert escaped double-quotes to
	  plain double-quotes when within a double-quoted string.
	+ modify makefile to apply CFLAGS to linking
	+ modify dlg_string_to_argv() to ignore escaped newlines except when
	  quoted, fixing a problem with samples/checklist9.
	+ interpret $DIALOGOPTS before expanding "--file", etc., to allow
	  the environment variable to turn on tracing in that process.
	+ improve performance when processing very long command lines, e.g.,
	  using "--file" by changing dialog_opts[] to an array of pointers to
	  the expanded argv[] (discussion with Lars Tauber).
	+ modified autoconf macros
	  + CF_CC_ENV_FLAGS amend the last change to move only the
	    preprocessor, optimization and warning flags to CPPFLAGS and
	    CFLAGS, leaving the residue in CC.  That happens to work for gcc's
	    various "model" options, but may require tuning for other compilers
	  + CF_LARGEFILE workaround for clang exit-code vs warnings
	  + CF_MATH_LIB quiet strict gcc warning
	  + CF_WITH_LIBTOOL fix a few places in configure/build scripts where
	    DESTDIR and rpath were combined
	  + CF_XOPEN_SOURCE add "uclinux" to list of Linux's
	+ update config.guess, config.sub


(wiz)
diff -r1.82 -r1.83 pkgsrc/misc/dialog/Makefile
diff -r1.51 -r1.52 pkgsrc/misc/dialog/distinfo

cvs diff -r1.82 -r1.83 pkgsrc/misc/dialog/Makefile (expand / switch to unified diff)

--- pkgsrc/misc/dialog/Makefile 2016/09/01 16:02:22 1.82
+++ pkgsrc/misc/dialog/Makefile 2017/02/07 13:00:49 1.83
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.82 2016/09/01 16:02:22 wiz Exp $ 1# $NetBSD: Makefile,v 1.83 2017/02/07 13:00:49 wiz Exp $
2 2
3DISTNAME= dialog-1.3-20160828 3DISTNAME= dialog-1.3-20170131
4PKGNAME= ${DISTNAME:C/-2/.2/} 4PKGNAME= ${DISTNAME:C/-2/.2/}
5CATEGORIES= misc 5CATEGORIES= misc
6MASTER_SITES= ftp://invisible-island.net/dialog/ 6MASTER_SITES= ftp://invisible-island.net/dialog/
7EXTRACT_SUFX= .tgz 7EXTRACT_SUFX= .tgz
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://invisible-island.net/dialog/dialog.html 10HOMEPAGE= http://invisible-island.net/dialog/dialog.html
11COMMENT= Display dialog boxes from shell scripts 11COMMENT= Display dialog boxes from shell scripts
12LICENSE= gnu-lgpl-v2.1 12LICENSE= gnu-lgpl-v2.1
13 13
14GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
15MAKE_FILE= makefile 15MAKE_FILE= makefile
16USE_LIBTOOL= yes 16USE_LIBTOOL= yes

cvs diff -r1.51 -r1.52 pkgsrc/misc/dialog/distinfo (expand / switch to unified diff)

--- pkgsrc/misc/dialog/distinfo 2016/09/01 16:02:22 1.51
+++ pkgsrc/misc/dialog/distinfo 2017/02/07 13:00:49 1.52
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.51 2016/09/01 16:02:22 wiz Exp $ 1$NetBSD: distinfo,v 1.52 2017/02/07 13:00:49 wiz Exp $
2 2
3SHA1 (dialog-1.3-20160828.tgz) = 6745a288bc49d2b2f8a92411086387c357d880d0 3SHA1 (dialog-1.3-20170131.tgz) = 6c3282f6b8ef9e942c5a169ff93fb14ad80bddc4
4RMD160 (dialog-1.3-20160828.tgz) = 9699a7c38dc9f78d6a84879b397b67181480a30a 4RMD160 (dialog-1.3-20170131.tgz) = cb5778128f81dd95a312c3799068c4b58859f32a
5SHA512 (dialog-1.3-20160828.tgz) = aa0329578c8b0580e52b1f6aad5c7179bc519c3791cf115b035e28f25e5f48d7a626faa1a322b81365646018a2f8b09f67f4df0629899b50aa5ce7190b022113 5SHA512 (dialog-1.3-20170131.tgz) = 818b4e9d0d5ee55377b78ccceacf59a78e5e6d6fbc09e24a19e62b4988ff8de32f3364132b9ee88c86e126114eda45c82d86397d5f26fae81a6bda91be979786
6Size (dialog-1.3-20160828.tgz) = 501960 bytes 6Size (dialog-1.3-20170131.tgz) = 507783 bytes