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 Jun 15 07:22:10 UTC 2020
Modified Files:
pkgsrc/wm/twm: Makefile distinfo
Log Message:
twm: update to 1.0.11.
Alan Coopersmith (5):
When replacing a colormap, free old map, not new one
If we can't find a colormap to replace, insert new one instead of leaking it
Update README for gitlab migration
Update configure.ac bug URL for gitlab migration
Make some char pointers const as necessary to clear some gcc warnings
Bryan Kadzban (1):
Read system.twmrc from where it got installed
Matt Turner (2):
Build xz tarballs instead of bzip2
twm 1.0.11
Maya Rashish (1):
Correct system.twmrc location.
Thomas E. Dickey (22):
issue 7: check if there are no fonts found for the fontset, and fallback to fixed in that case.
fix gcc-normal compiler warnings, no object change
cleanup manual page, using check-manpage (xterm)
ignore LOGS generated in test-builds
gcc-stricter warnings, no object change
constify deftwmrc[], to fix gcc-stricter warnings
fix const-warnings in grammar using a non-const initializer
fix const-warnings by making a copy of the data
gcc-stricter warnings, no object change
constify deftwmrc[], to fix gcc-stricter warnings
fix const-warnings in grammar using a non-const initializer
fix const-warnings by making a copy of the data
issue 4: twm makes windows too wide
caddr_t used to be used in X code before XPointer was established; it's obsolete and less portable
bump minor version to reflect issues #4 and #7
issue 2: twm doesn't handle RandR screen size changes
bump minor version for issue #2
Formatted most of the C files using "twm-indent", part of cindent at
Formatted most of the C files using "twm-indent", part of cindent at
whitespace-fixes
strict gcc-warning fixes, no object-change
an error in the action for warp-to-ring would produce two error messages
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/wm/twm/Makefile
cvs rdiff -u -r1.8 -r1.9 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.12 pkgsrc/wm/twm/Makefile:1.13
--- pkgsrc/wm/twm/Makefile:1.12 Sat Jan 18 23:35:41 2020
+++ pkgsrc/wm/twm/Makefile Mon Jun 15 07:22:10 2020
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.12 2020/01/18 23:35:41 rillig Exp $
+# $NetBSD: Makefile,v 1.13 2020/06/15 07:22:10 wiz Exp $
-DISTNAME= twm-1.0.10
-CATEGORIES= x11 wm
+DISTNAME= twm-1.0.11
+CATEGORIES= wm x11
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
-EXTRACT_SUFX= .tar.bz2
+EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://xorg.freedesktop.org/
Index: pkgsrc/wm/twm/distinfo
diff -u pkgsrc/wm/twm/distinfo:1.8 pkgsrc/wm/twm/distinfo:1.9
--- pkgsrc/wm/twm/distinfo:1.8 Wed Mar 7 12:18:21 2018
+++ pkgsrc/wm/twm/distinfo Mon Jun 15 07:22:10 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2018/03/07 12:18:21 wiz Exp $
+$NetBSD: distinfo,v 1.9 2020/06/15 07:22:10 wiz Exp $
-SHA1 (twm-1.0.10.tar.bz2) = f632a47620dfe6d75b003839d269b14fa22b262e
-RMD160 (twm-1.0.10.tar.bz2) = eafaa441034b98664e0dcf1e0f10b35c5e445f26
-SHA512 (twm-1.0.10.tar.bz2) = 1280683fce7ebbf5670239cb1f3cee2b40612bd9850d98827e793cf8bf298bdb58e48387cab943ea6befc6f7b34da2567353c22b8eaeb8bcf1b9e303cd7e6a9e
-Size (twm-1.0.10.tar.bz2) = 287094 bytes
+SHA1 (twm-1.0.11.tar.xz) = d6cb6d846ea669983efb25045a4bfc8b1a90f427
+RMD160 (twm-1.0.11.tar.xz) = 734c19e54dbfae9f770b2efe8e42e13d96e38916
+SHA512 (twm-1.0.11.tar.xz) = 948034bba23e6b6c4412fcd2e46bb11a9980297601218a54a5055165ab0229a44dde0d50f338b24e82d76f390597e2fa09d11ff7f3fe1b1d736b10083c7da20d
+Size (twm-1.0.11.tar.xz) = 261176 bytes
Home |
Main Index |
Thread Index |
Old Index