pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/wm/twm twm: update to 1.0.12.
details: https://anonhg.NetBSD.org/pkgsrc/rev/2c2fe4962071
branches: trunk
changeset: 376136:2c2fe4962071
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Apr 02 19:03:58 2022 +0000
description:
twm: update to 1.0.12.
Alan Coopersmith (3):
Fix spelling/wording issues
gitlab CI: add a basic build test
twm 1.0.12
Thomas E. Dickey (21):
issue #1: twm random window placement handles large windows poorly
eliminate a fixed-size buffer in Execute() function.
use Debian's package-files as starting point for test-packages
updated patch to work with code, reflect a change made in 2016...
adapted/updated patch from Debian #956434
adapted/updated patch from Debian #956434
eliminate some unnecessary(?) goto statements
add "-V" version-message
allow most options to be long/abbreviatable for consistency,
remove clutter not needed with Xorg
fix the cppcheck style- and format-warnings
add/use functions to make warning messages more consistently use the program name as a prefix
use new warning-message functions in the remaining places where suitable,
make the "-V" version print less cluttered (and more like most programs)
add/use new function parseWarning, which honors -v/-q options
indent lex/yacc files using xxx-indent (twm-indent uses GNU indent, which
include twm.h in header files which rely upon its definitions
X11R5 change lost the update for yylineno needed to make parse messages
mention newer behavior of -q/-v options
issue #8: twm displays all windows as "Untitled"
quiet a misleading warning in grammar
diffstat:
wm/twm/Makefile | 4 ++--
wm/twm/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (25 lines):
diff -r 91d51917a4ea -r 2c2fe4962071 wm/twm/Makefile
--- a/wm/twm/Makefile Sat Apr 02 18:02:36 2022 +0000
+++ b/wm/twm/Makefile Sat Apr 02 19:03:58 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2020/06/15 07:22:10 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2022/04/02 19:03:58 wiz Exp $
-DISTNAME= twm-1.0.11
+DISTNAME= twm-1.0.12
CATEGORIES= wm x11
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.xz
diff -r 91d51917a4ea -r 2c2fe4962071 wm/twm/distinfo
--- a/wm/twm/distinfo Sat Apr 02 18:02:36 2022 +0000
+++ b/wm/twm/distinfo Sat Apr 02 19:03:58 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2021/10/26 11:25:19 nia Exp $
+$NetBSD: distinfo,v 1.12 2022/04/02 19:03:58 wiz Exp $
-BLAKE2s (twm-1.0.11.tar.xz) = 09b4358d1babe643bb0cd6f9483a168432d3a582fb8c1db4b23cb9be7ea8eb6d
-SHA512 (twm-1.0.11.tar.xz) = 948034bba23e6b6c4412fcd2e46bb11a9980297601218a54a5055165ab0229a44dde0d50f338b24e82d76f390597e2fa09d11ff7f3fe1b1d736b10083c7da20d
-Size (twm-1.0.11.tar.xz) = 261176 bytes
+BLAKE2s (twm-1.0.12.tar.xz) = ce4ab945e419d0aebd52bb5dca129b7109d610988e11aea2e42d3510fb1da504
+SHA512 (twm-1.0.12.tar.xz) = f3d68df7e06516f6b74f19181efcfd9db2479c8ea0c72c3a6ed0dc1b222405b40d81a2dea17b662955e0c1783e87d0d3eb067c3b6e7c6eed8c0d38d03d362260
+Size (twm-1.0.12.tar.xz) = 262624 bytes
Home |
Main Index |
Thread Index |
Old Index