pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/luit luit: update to 2.0.20190106.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/007c42a7b021
branches:  trunk
changeset: 319594:007c42a7b021
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Feb 15 19:58:14 2019 +0000

description:
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

diffstat:

 x11/luit/Makefile |   6 +++---
 x11/luit/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (32 lines):

diff -r cdaf73c706fd -r 007c42a7b021 x11/luit/Makefile
--- a/x11/luit/Makefile Fri Feb 15 19:56:07 2019 +0000
+++ b/x11/luit/Makefile Fri Feb 15 19:58:14 2019 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.13 2016/05/18 11:33:57 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2019/02/15 19:58:14 wiz Exp $
 
-DISTNAME=              luit-20160508
+DISTNAME=              luit-20190106
 # check if this line needs changes when packaging newer snapshots
 PKGNAME=               ${DISTNAME:S/-2/-2.0.2/}
 CATEGORIES=            x11
-MASTER_SITES=          ftp://invisible-island.net/luit/
+MASTER_SITES=          ftp://ftp.invisible-island.net/luit/
 EXTRACT_SUFX=          .tgz
 
 MAINTAINER=            joerg%NetBSD.org@localhost
diff -r cdaf73c706fd -r 007c42a7b021 x11/luit/distinfo
--- a/x11/luit/distinfo Fri Feb 15 19:56:07 2019 +0000
+++ b/x11/luit/distinfo Fri Feb 15 19:58:14 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2016/05/18 11:33:57 wiz Exp $
+$NetBSD: distinfo,v 1.11 2019/02/15 19:58:14 wiz Exp $
 
-SHA1 (luit-20160508.tgz) = 70a7cf4a42dc62a0ab4e14a0b01a01705d307765
-RMD160 (luit-20160508.tgz) = a04b046f0d33d53e0928f61b4be18443be7b0222
-SHA512 (luit-20160508.tgz) = 03dd25f1e4d4a8aa6fa9efac7b6d2627ee666638b985cd8a66a117028b55610833be37cdcb51b9d74eda072dd2bb8600da4d210763f17dc3e1b5af1f0bd5cc8e
-Size (luit-20160508.tgz) = 185678 bytes
+SHA1 (luit-20190106.tgz) = 698920936b9cf9e348456215868273951a0356c9
+RMD160 (luit-20190106.tgz) = be94e37f40c817ad33cc612ab9214a70942f9294
+SHA512 (luit-20190106.tgz) = 4324ff2793635e12e7fc0df2d7c5cdeb6241591105d0cfaf40a0da06a08764f08c5ef5f6fc19bc0e5d1f4b34b90e14b7aa393a0e613f5e096c6f91c90988215b
+Size (luit-20190106.tgz) = 190866 bytes



Home | Main Index | Thread Index | Old Index