pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/wm/ctwm
Module Name: pkgsrc
Committed By: rhialto
Date: Wed Mar 29 08:51:30 UTC 2023
Modified Files:
pkgsrc/wm/ctwm: Makefile distinfo
Log Message:
wm/ctwm: update to version 4.1.0.
The major new feature of this release is multi-monitor support via
XRANDR. It also includes some EWMH improvements and various minor
bugfixes.
It also removes several obsolescent features, major among them being
VirtualScreens. The multi-monitor support added is far more capable and
less weirdly buggy. If you're currently using VirtualScreens, however,
be prepared for things to work out rather differently on upgrade.
Further details are available in the CHANGES.md in the tar or on the
website http://www.ctwm.org/CHANGES.html .
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/wm/ctwm/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/wm/ctwm/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/ctwm/Makefile
diff -u pkgsrc/wm/ctwm/Makefile:1.39 pkgsrc/wm/ctwm/Makefile:1.40
--- pkgsrc/wm/ctwm/Makefile:1.39 Mon Nov 4 21:50:15 2019
+++ pkgsrc/wm/ctwm/Makefile Wed Mar 29 08:51:30 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.39 2019/11/04 21:50:15 rillig Exp $
+# $NetBSD: Makefile,v 1.40 2023/03/29 08:51:30 rhialto Exp $
#
-DISTNAME= ctwm-4.0.3
+DISTNAME= ctwm-4.1.0
CATEGORIES= x11 wm
MASTER_SITES= http://ctwm.org/dist/
EXTRACT_SUFX= .tar.xz
@@ -28,6 +28,7 @@ CFLAGS.SunOS+= -D__EXTENSIONS__
# If M4_CMD is not set, it is autodetected as ${WRKDIR}/.tools/bin/m4
CMAKE_ARGS+= -DM4_CMD=${TOOLS_PATH.gm4}
+CMAKE_ARGS+= -DMANDIR=${PREFIX}/${PKGMANDIR}
CMAKE_ARG_PATH= ${WRKSRC}
CONFIGURE_DIRS= build
Index: pkgsrc/wm/ctwm/distinfo
diff -u pkgsrc/wm/ctwm/distinfo:1.23 pkgsrc/wm/ctwm/distinfo:1.24
--- pkgsrc/wm/ctwm/distinfo:1.23 Tue Oct 26 11:25:11 2021
+++ pkgsrc/wm/ctwm/distinfo Wed Mar 29 08:51:30 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.23 2021/10/26 11:25:11 nia Exp $
+$NetBSD: distinfo,v 1.24 2023/03/29 08:51:30 rhialto Exp $
-BLAKE2s (ctwm-4.0.3.tar.xz) = fe0a2107e13d439474d849bc5f629502f2b95b580ec4823830ab0b31a886a2ec
-SHA512 (ctwm-4.0.3.tar.xz) = f9bb2f8f28a050cce0fc2f1f4e00e79acd7c54055016d8483e045d8f5fa9829f8f5d92bb53f0c1d9500f97d6f52cd827ddd15515c84451ea03551025a8ab831d
-Size (ctwm-4.0.3.tar.xz) = 683684 bytes
+BLAKE2s (ctwm-4.1.0.tar.xz) = a5b88746508ffedb29d4bcde21863469420e021c6380033ea770f6ae00f7db8f
+SHA512 (ctwm-4.1.0.tar.xz) = 7273769d7cc0039ed809d359aced5d4462f6731ae0b0036d9e0b98f263f187c23ee5a6bf531311f3696336024ac1c1e786941bb1c003a6916699a240daa6d0d1
+Size (ctwm-4.1.0.tar.xz) = 719364 bytes
Home |
Main Index |
Thread Index |
Old Index