summaryrefslogtreecommitdiff
path: root/wm/twm
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2020-06-15 07:22:10 +0000
committerwiz <wiz@pkgsrc.org>2020-06-15 07:22:10 +0000
commita81754860f3ce4fabf344b79d699dba23badd28b (patch)
tree306423cbd0997cd59d7d76b4f30f4c4939369a00 /wm/twm
parentb42724ff5827a81b4b85c612d9307f14c9f5b267 (diff)
downloadpkgsrc-a81754860f3ce4fabf344b79d699dba23badd28b.tar.gz
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
Diffstat (limited to 'wm/twm')
-rw-r--r--wm/twm/Makefile8
-rw-r--r--wm/twm/distinfo10
2 files changed, 9 insertions, 9 deletions
diff --git a/wm/twm/Makefile b/wm/twm/Makefile
index c7a5ac29d43..cce7288fb9f 100644
--- a/wm/twm/Makefile
+++ b/wm/twm/Makefile
@@ -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
HOMEPAGE= https://xorg.freedesktop.org/
diff --git a/wm/twm/distinfo b/wm/twm/distinfo
index be53f8863bc..a27d26165aa 100644
--- a/wm/twm/distinfo
+++ b/wm/twm/distinfo
@@ -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