Fri Feb 15 19:58:14 2019 UTC ()
luit: update to 2.0.20190106.

Provided by Thomas Dickey in private email.

2019/01/06

  • updated configure macros to work around a non-POSIX feature of BSDs.
  • add a dummy "check" rule to makefile for Arch packages.
  • add COPYING file for Arch packages.
  • use consistent wording for copyright notice in source-files.
  • update config.guess, config.sub

2018/12/11

  • build-fixes/updates for cygwin to accommodate configure-macro changes.
  • updated configure macros:
      □ CF_CC_ENV_FLAGS, add check for preprocessor-options in $CFLAGS.
      □ CF_FUNC_GRANTPT, amend the posix_openpt vs grantpt change to work with
        BSDs
      □ CF_GNU_SOURCE, fixes a regression for Cygwin. The check for
        _DEFAULT_SOURCE should apply to "recent" Cygwin (since early 2016), and
        except for "NEWLIB" vs "GLIBC" in the test, acts the same if I pretend
        that "newlib" is the GNU C library. Without this, the check falls
        through to the _XOPEN_SOURCE test, which breaks the pseudoterminal
        checks for xterm.
      □ CF_LD_RPATH_OPT, suppress check if --disable-rpath is given.
      □ CF_XOPEN_SOURCE, add midnightbsd to special cases with freebsd
  • update config.guess, config.sub

2018/06/28

  • modify configure script to avoid using OpenBSD's nonfunctional POSIX
    pseudoterminal interface.
  • add null-pointer checks for all strings printed in trace calls.
  • updated configure macros, deprecating use of _GNU_SOURCE symbol for
    DEFAULT_SOURCE, and preferring man2html over groff's html conversion.
  • update config.guess, config.sub


(wiz)
diff -r1.13 -r1.14 pkgsrc/x11/luit/Makefile
diff -r1.10 -r1.11 pkgsrc/x11/luit/distinfo

cvs diff -r1.13 -r1.14 pkgsrc/x11/luit/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/luit/Makefile 2016/05/18 11:33:57 1.13
+++ pkgsrc/x11/luit/Makefile 2019/02/15 19:58:14 1.14
@@ -1,20 +1,20 @@ @@ -1,20 +1,20 @@
1# $NetBSD: Makefile,v 1.13 2016/05/18 11:33:57 wiz Exp $ 1# $NetBSD: Makefile,v 1.14 2019/02/15 19:58:14 wiz Exp $
2 2
3DISTNAME= luit-20160508 3DISTNAME= luit-20190106
4# check if this line needs changes when packaging newer snapshots 4# check if this line needs changes when packaging newer snapshots
5PKGNAME= ${DISTNAME:S/-2/-2.0.2/} 5PKGNAME= ${DISTNAME:S/-2/-2.0.2/}
6CATEGORIES= x11 6CATEGORIES= x11
7MASTER_SITES= ftp://invisible-island.net/luit/ 7MASTER_SITES= ftp://ftp.invisible-island.net/luit/
8EXTRACT_SUFX= .tgz 8EXTRACT_SUFX= .tgz
9 9
10MAINTAINER= joerg@NetBSD.org 10MAINTAINER= joerg@NetBSD.org
11HOMEPAGE= http://invisible-island.net/luit/ 11HOMEPAGE= http://invisible-island.net/luit/
12COMMENT= Locale and ISO 2022 support for Unicode terminals 12COMMENT= Locale and ISO 2022 support for Unicode terminals
13LICENSE= mit 13LICENSE= mit
14 14
15GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
16USE_TOOLS+= pkg-config 16USE_TOOLS+= pkg-config
17 17
18CONFIGURE_ENV+= APP_MAN_SUFFIX=1 18CONFIGURE_ENV+= APP_MAN_SUFFIX=1
19 19
20.include "../../converters/libiconv/buildlink3.mk" 20.include "../../converters/libiconv/buildlink3.mk"

cvs diff -r1.10 -r1.11 pkgsrc/x11/luit/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/luit/distinfo 2016/05/18 11:33:57 1.10
+++ pkgsrc/x11/luit/distinfo 2019/02/15 19:58:14 1.11
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.10 2016/05/18 11:33:57 wiz Exp $ 1$NetBSD: distinfo,v 1.11 2019/02/15 19:58:14 wiz Exp $
2 2
3SHA1 (luit-20160508.tgz) = 70a7cf4a42dc62a0ab4e14a0b01a01705d307765 3SHA1 (luit-20190106.tgz) = 698920936b9cf9e348456215868273951a0356c9
4RMD160 (luit-20160508.tgz) = a04b046f0d33d53e0928f61b4be18443be7b0222 4RMD160 (luit-20190106.tgz) = be94e37f40c817ad33cc612ab9214a70942f9294
5SHA512 (luit-20160508.tgz) = 03dd25f1e4d4a8aa6fa9efac7b6d2627ee666638b985cd8a66a117028b55610833be37cdcb51b9d74eda072dd2bb8600da4d210763f17dc3e1b5af1f0bd5cc8e 5SHA512 (luit-20190106.tgz) = 4324ff2793635e12e7fc0df2d7c5cdeb6241591105d0cfaf40a0da06a08764f08c5ef5f6fc19bc0e5d1f4b34b90e14b7aa393a0e613f5e096c6f91c90988215b
6Size (luit-20160508.tgz) = 185678 bytes 6Size (luit-20190106.tgz) = 190866 bytes