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 context 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,6 +1,6 @@
-# $NetBSD: Makefile,v 1.82 2016/09/01 16:02:22 wiz Exp $
+# $NetBSD: Makefile,v 1.83 2017/02/07 13:00:49 wiz Exp $
 
-DISTNAME=	dialog-1.3-20160828
+DISTNAME=	dialog-1.3-20170131
 PKGNAME=	${DISTNAME:C/-2/.2/}
 CATEGORIES=	misc
 MASTER_SITES=	ftp://invisible-island.net/dialog/

cvs diff -r1.51 -r1.52 pkgsrc/misc/dialog/distinfo (expand / switch to context 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 @@
-$NetBSD: distinfo,v 1.51 2016/09/01 16:02:22 wiz Exp $
+$NetBSD: distinfo,v 1.52 2017/02/07 13:00:49 wiz Exp $
 
-SHA1 (dialog-1.3-20160828.tgz) = 6745a288bc49d2b2f8a92411086387c357d880d0
+SHA1 (dialog-1.3-20170131.tgz) = 6c3282f6b8ef9e942c5a169ff93fb14ad80bddc4
-RMD160 (dialog-1.3-20160828.tgz) = 9699a7c38dc9f78d6a84879b397b67181480a30a
+RMD160 (dialog-1.3-20170131.tgz) = cb5778128f81dd95a312c3799068c4b58859f32a
-SHA512 (dialog-1.3-20160828.tgz) = aa0329578c8b0580e52b1f6aad5c7179bc519c3791cf115b035e28f25e5f48d7a626faa1a322b81365646018a2f8b09f67f4df0629899b50aa5ce7190b022113
+SHA512 (dialog-1.3-20170131.tgz) = 818b4e9d0d5ee55377b78ccceacf59a78e5e6d6fbc09e24a19e62b4988ff8de32f3364132b9ee88c86e126114eda45c82d86397d5f26fae81a6bda91be979786
-Size (dialog-1.3-20160828.tgz) = 501960 bytes
+Size (dialog-1.3-20170131.tgz) = 507783 bytes