2024-08-25 08:19:21 by Thomas Klausner | Files touched by this commit (575) |
Log message:
*: replace CMAKE_ARGS with CMAKE_CONFIGURE_ARGS
|
2023-10-04 18:58:57 by Olaf Seibert | Files touched by this commit (1) |
Log message:
wm/ctwm: disable its own use of ctfconvert
since gcc12 creates files it can't handle.
Use PKGSRC_USE_CTF=yes to use pkgsrc's own handling of this, if wanted.
|
2023-07-07 10:05:21 by Nia Alarie | Files touched by this commit (1) |
Log message:
ctwm: Add missing X11 dependencies.
|
2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319) |
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.
Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).
No change to BUILD_DEPENDS as used correctly inside buildlink3.
As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
|
2023-03-29 10:51:30 by Olaf Seibert | Files touched by this commit (2) |  |
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 .
|
2021-10-26 13:25:22 by Nia Alarie | Files touched by this commit (106) |
Log message:
wm: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 17:05:15 by Nia Alarie | Files touched by this commit (106) |
Log message:
wm: Remove SHA1 hashes for distfiles
|
2019-11-04 22:50:16 by Roland Illig | Files touched by this commit (13) |
Log message:
wm: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
|
2019-07-24 22:31:43 by Olaf Seibert | Files touched by this commit (2) |  |
Log message:
This is a minor bugfix update to 4.0.2 release. It includes a couple
of minor bugfixes done following 4.0.2, and a fix for crashes in OTP
triggered by fullscreen windows with transients. See CHANGES in the
tarball or at http://www.ctwm.org/CHANGES.html for details.
|
2018-10-23 18:53:37 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
ctwm: Set CFLAGS in the normal way. Fixes SunOS.
|