pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/luit
Module Name: pkgsrc
Committed By: wiz
Date: Fri Feb 15 19:58:14 UTC 2019
Modified Files:
pkgsrc/x11/luit: Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/x11/luit/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/luit/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/luit/Makefile
diff -u pkgsrc/x11/luit/Makefile:1.13 pkgsrc/x11/luit/Makefile:1.14
--- pkgsrc/x11/luit/Makefile:1.13 Wed May 18 11:33:57 2016
+++ pkgsrc/x11/luit/Makefile Fri Feb 15 19:58:14 2019
@@ -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
Index: pkgsrc/x11/luit/distinfo
diff -u pkgsrc/x11/luit/distinfo:1.10 pkgsrc/x11/luit/distinfo:1.11
--- pkgsrc/x11/luit/distinfo:1.10 Wed May 18 11:33:57 2016
+++ pkgsrc/x11/luit/distinfo Fri Feb 15 19:58:14 2019
@@ -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