summaryrefslogtreecommitdiff
path: root/misc/dialog
diff options
context:
space:
mode:
authorwiz <wiz>2017-02-07 13:00:49 +0000
committerwiz <wiz>2017-02-07 13:00:49 +0000
commite52ce88ad25d9b80867d5aa5b608190e22a7bea9 (patch)
tree065e04e626cb1897ba1922602cdae943cc33915b /misc/dialog
parent3ceb24621634aa18e6bc88a71440bec7ba850880 (diff)
downloadpkgsrc-e52ce88ad25d9b80867d5aa5b608190e22a7bea9.tar.gz
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
Diffstat (limited to 'misc/dialog')
-rw-r--r--misc/dialog/Makefile4
-rw-r--r--misc/dialog/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/misc/dialog/Makefile b/misc/dialog/Makefile
index 28c2fd0b08a..d33e888556d 100644
--- a/misc/dialog/Makefile
+++ b/misc/dialog/Makefile
@@ -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/
diff --git a/misc/dialog/distinfo b/misc/dialog/distinfo
index ca386930129..fbaa4d0a175 100644
--- a/misc/dialog/distinfo
+++ b/misc/dialog/distinfo
@@ -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
-RMD160 (dialog-1.3-20160828.tgz) = 9699a7c38dc9f78d6a84879b397b67181480a30a
-SHA512 (dialog-1.3-20160828.tgz) = aa0329578c8b0580e52b1f6aad5c7179bc519c3791cf115b035e28f25e5f48d7a626faa1a322b81365646018a2f8b09f67f4df0629899b50aa5ce7190b022113
-Size (dialog-1.3-20160828.tgz) = 501960 bytes
+SHA1 (dialog-1.3-20170131.tgz) = 6c3282f6b8ef9e942c5a169ff93fb14ad80bddc4
+RMD160 (dialog-1.3-20170131.tgz) = cb5778128f81dd95a312c3799068c4b58859f32a
+SHA512 (dialog-1.3-20170131.tgz) = 818b4e9d0d5ee55377b78ccceacf59a78e5e6d6fbc09e24a19e62b4988ff8de32f3364132b9ee88c86e126114eda45c82d86397d5f26fae81a6bda91be979786
+Size (dialog-1.3-20170131.tgz) = 507783 bytes