pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/wm/twm
Module Name: pkgsrc
Committed By: wiz
Date: Mon May 5 08:56:26 UTC 2025
Modified Files:
pkgsrc/wm/twm: Makefile distinfo
Log Message:
twm: update to 1.0.13.
Alan Coopersmith (3):
gitlab CI: stop requiring Signed-off-by in commits
Remove "All rights reserved" from Oracle copyright notices
configure: pass noyywrap to AC_PROG_LEX if using autoconf 2.70 or later
Thomas E. Dickey (11):
include "gram.h" only from "parse.h"
amend yylineno change
improve declaration of yylex()
improve portability for bison/byacc
build-fix
compiler-warning fixes
cleanup manpage-format
code-cleanup
spelling-fixes found by codespell
issue 5: modify manpage as suggested in issue about f.fullzoom
twm 1.0.13
Tim Wiederhake (49):
Fix include guard names
Remove disabled code
Remove always-true ifndef TOM
Remove support for xprint
Remove unused typedef SigProc
Remove write to never-read variable in InstallWindowColormaps
Enable compiler warnings
Silence uninitialized variable warning
Silence old-style function definition warning in yywrap
Make atom_names const correct
Remove redundant declaration of yylineno
Remove redundant declaration of yyparse
Remove redundant declaration of yylex
Replace GCC_PRINTFLIKE with _X_ATTRIBUTE_PRINTF
Replace GCC_NORETURN with _X_NORETURN
Remove now unused NoPrintscreens variable
Split up InitMenus
Make MultiScreen a local variable
Make InitFile a local variable
Make appContext a local variable
Make FirstScreen a local variable
Make XtSignalId si static
Rework dummy variable usage in AddWindow
Rework dummy variable usage in SetHighlightPixmap
Rework dummy variable usage in HandleButtonPress
Rework dummy variable usage in CreateIconManagers
Rework dummy variable usage in do_string_keyword
Rework dummy variable usage in IconUp
Rework dummy variable usage in ExecuteFunction
Remove global variables JunkRoot, JunkChild
Remove global variables JunkX, JunkY
Remove global variables JunkWidth, JunkHeight, JunkBW, JunkDepth, JunkMask
Remove storage specifier 'register'
Rename field 'delete' to 'remove' in TitlebarPixmaps
Rename field 'class' to 'xclass' in TWMWinConfigEntry
Rename field 'class' to 'xclass' in TwmWindow
Rename argument 'class' to 'xclass' in LookInList
Rename argument 'class' to 'xclass' in GetColorFromList
Rename variable 'new' to 'entry' in splitEntry
Accomodate different field names when compiling with c++
Add explicit cast after memory allocation
Simplify default twmrc generation
Remove version.c and version.h
Provide defaults for externally defined symbols
Add meson as alternative build system
Add meson builds to CI
Fix memory leak in SaveYourselfPhase2CB
Fix memory leak in FindFontSet
Fix read from uninitialized data
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/wm/twm/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/wm/twm/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/wm/twm/Makefile
diff -u pkgsrc/wm/twm/Makefile:1.14 pkgsrc/wm/twm/Makefile:1.15
--- pkgsrc/wm/twm/Makefile:1.14 Sat Apr 2 19:03:58 2022
+++ pkgsrc/wm/twm/Makefile Mon May 5 08:56:26 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2022/04/02 19:03:58 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2025/05/05 08:56:26 wiz Exp $
-DISTNAME= twm-1.0.12
+DISTNAME= twm-1.0.13
CATEGORIES= wm x11
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.xz
Index: pkgsrc/wm/twm/distinfo
diff -u pkgsrc/wm/twm/distinfo:1.12 pkgsrc/wm/twm/distinfo:1.13
--- pkgsrc/wm/twm/distinfo:1.12 Sat Apr 2 19:03:58 2022
+++ pkgsrc/wm/twm/distinfo Mon May 5 08:56:26 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2022/04/02 19:03:58 wiz Exp $
+$NetBSD: distinfo,v 1.13 2025/05/05 08:56:26 wiz Exp $
-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
+BLAKE2s (twm-1.0.13.tar.xz) = 6f60234734f84da944e521e4e473a49495c0e384e6b69e7240ee1af22ca9f19b
+SHA512 (twm-1.0.13.tar.xz) = bab61865b798869d64fdf6e65ac9affee7ae0acf5523e4dc36e5fc65664ed83fb6ba8f1f7f495c29340e9e3dd00a386a81dcccfa11fc7adf3edda505db2f52b9
+Size (twm-1.0.13.tar.xz) = 271244 bytes
Home |
Main Index |
Thread Index |
Old Index