summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/Makefile1
-rw-r--r--x11-wm/e16/Makefile16
-rw-r--r--x11-wm/e16/distinfo6
-rw-r--r--x11-wm/evilwm/Makefile5
-rw-r--r--x11-wm/evilwm/distinfo6
-rw-r--r--x11-wm/fvwm3/Makefile2
-rw-r--r--x11-wm/hikari/Makefile2
-rw-r--r--x11-wm/hyprland/Makefile79
-rw-r--r--x11-wm/hyprland/distinfo14
-rw-r--r--x11-wm/hyprland/files/patch-hyprctl_main.cpp11
-rw-r--r--x11-wm/hyprland/pkg-plist274
-rw-r--r--x11-wm/icewm/Makefile2
-rw-r--r--x11-wm/icewm/distinfo6
-rw-r--r--x11-wm/labwc/Makefile2
-rw-r--r--x11-wm/labwc/distinfo6
-rw-r--r--x11-wm/phoc/Makefile2
-rw-r--r--x11-wm/phoc/distinfo6
-rw-r--r--x11-wm/plasma6-kdecoration/distinfo6
-rw-r--r--x11-wm/plasma6-kwin-x11/distinfo6
-rw-r--r--x11-wm/plasma6-kwin/distinfo6
-rw-r--r--x11-wm/plasma6-kwin/pkg-plist1
-rw-r--r--x11-wm/stumpwm/Makefile2
-rw-r--r--x11-wm/wideriver/Makefile29
-rw-r--r--x11-wm/wideriver/distinfo3
-rw-r--r--x11-wm/wideriver/files/patch-config.mk22
-rw-r--r--x11-wm/wideriver/pkg-descr11
26 files changed, 428 insertions, 98 deletions
diff --git a/x11-wm/Makefile b/x11-wm/Makefile
index 7bb5f843919c..1ef776b4dfe5 100644
--- a/x11-wm/Makefile
+++ b/x11-wm/Makefile
@@ -112,6 +112,7 @@
SUBDIR += vtwm
SUBDIR += wayfire
SUBDIR += wayfire-plugins-extra
+ SUBDIR += wideriver
SUBDIR += windowmaker
SUBDIR += wlmaker
SUBDIR += wm2
diff --git a/x11-wm/e16/Makefile b/x11-wm/e16/Makefile
index 28c5e43686bb..b221afd7ac9e 100644
--- a/x11-wm/e16/Makefile
+++ b/x11-wm/e16/Makefile
@@ -1,6 +1,5 @@
PORTNAME= e16
-PORTVERSION= 1.0.30
-PORTREVISION= 2
+PORTVERSION= 1.0.31
CATEGORIES= x11-wm enlightenment
MASTER_SITES= SF/enlightenment/${PORTNAME}/${PORTVERSION}/
@@ -14,9 +13,10 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libImlib2.so:graphics/imlib2 \
libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2 \
- libharfbuzz.so:print/harfbuzz
+ libharfbuzz.so:print/harfbuzz \
+ libdbus-1.so:devel/dbus
-USES= autoreconf desktop-file-utils gettext-tools gmake iconv \
+USES= desktop-file-utils gettext-tools gmake iconv \
libtool gnome perl5 pkgconfig python:run shebangfix xorg
INSTALL_TARGET= install-strip
@@ -61,7 +61,6 @@ SHEBANG_FILES= scripts/e_gen_menu
CFLAGS+= -Wno-unused-parameter -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS+=--disable-dependency-tracking --disable-rpath \
--enable-mans SHELL=/bin/sh
@@ -69,11 +68,4 @@ CONFIGURE_ARGS+=--disable-dependency-tracking --disable-rpath \
CONFIGURE_ARGS+=--enable-sound=no --with-sndldr=none
.endif
-post-patch:
- ${REINPLACE_CMD} -e '/dl, dlopen/d' ${WRKSRC}/configure.ac
-
-post-patch-DOCS-off:
- ${REINPLACE_CMD} -e '/^SUBDIRS/s|docs ||' \
- ${WRKSRC}/Makefile.am ${WRKSRC}/Makefile.in
-
.include <bsd.port.mk>
diff --git a/x11-wm/e16/distinfo b/x11-wm/e16/distinfo
index 27751644ff92..f6eaf1e9e842 100644
--- a/x11-wm/e16/distinfo
+++ b/x11-wm/e16/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1723448887
-SHA256 (e16-1.0.30.tar.gz) = b8b7748a2c48c4c7c9758d9ad12b14f566d2bec38f2eda533e6d874f5ce9074c
-SIZE (e16-1.0.30.tar.gz) = 2406920
+TIMESTAMP = 1754898158
+SHA256 (e16-1.0.31.tar.gz) = 4b2255d43eab66dddd4599096d82948927d28997c0ce445dcc65528f682efe91
+SIZE (e16-1.0.31.tar.gz) = 2425097
diff --git a/x11-wm/evilwm/Makefile b/x11-wm/evilwm/Makefile
index b9ac0f15a0c7..aff4b94cf226 100644
--- a/x11-wm/evilwm/Makefile
+++ b/x11-wm/evilwm/Makefile
@@ -1,10 +1,9 @@
PORTNAME= evilwm
-DISTVERSION= 1.4.2
-PORTREVISION= 1
+DISTVERSION= 1.4.3
CATEGORIES= x11-wm
MASTER_SITES= http://www.6809.org.uk/evilwm/
-MAINTAINER= cmangin@arobas.net
+MAINTAINER= cmanv@duck.com
COMMENT= Minimalist window manager based on 9wm
WWW= https://www.6809.org.uk/evilwm/
diff --git a/x11-wm/evilwm/distinfo b/x11-wm/evilwm/distinfo
index d4ff6b955d93..ef969c699484 100644
--- a/x11-wm/evilwm/distinfo
+++ b/x11-wm/evilwm/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1686231483
-SHA256 (evilwm-1.4.2.tar.gz) = 4212d6d90cb005b2cc88814bc8537736b4950ab58264bbb65b8807ac63bdc4b9
-SIZE (evilwm-1.4.2.tar.gz) = 73716
+TIMESTAMP = 1755219797
+SHA256 (evilwm-1.4.3.tar.gz) = d5945b20b12c91db2412fac0dbda3fb9c3ec8debb8e1b109838992b2b1bbe5d4
+SIZE (evilwm-1.4.3.tar.gz) = 74386
diff --git a/x11-wm/fvwm3/Makefile b/x11-wm/fvwm3/Makefile
index 582d7610ce54..4a96dde7be69 100644
--- a/x11-wm/fvwm3/Makefile
+++ b/x11-wm/fvwm3/Makefile
@@ -1,6 +1,6 @@
PORTNAME= fvwm3
DISTVERSION= 1.1.0
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= x11-wm
MASTER_SITES= https://github.com/fvwmorg/fvwm3/releases/download/${DISTVERSION}/ \
http://fvwm.sourceforge.net/generated/icon_download/:icons
diff --git a/x11-wm/hikari/Makefile b/x11-wm/hikari/Makefile
index 43d798c4280d..7c26db988470 100644
--- a/x11-wm/hikari/Makefile
+++ b/x11-wm/hikari/Makefile
@@ -32,7 +32,7 @@ OPTIONS_DEFAULT= GAMMA LAYERSHELL SCREENCOPY VIRTUALINPUT X11
GAMMA_DESC= Include gammacontrol protocol (required by, e.g., Redshift)
LAYERSHELL_DESC= Include layer_shell protocol (required by, e.g., waybar)
SCREENCOPY_DESC= Include screenshot protocol (required by, e.g., grim)
-VIRTUALINPUT_DESC= needed for VNC support (requiered by e.g. wayvnc)
+VIRTUALINPUT_DESC= needed for VNC support (required by e.g. wayvnc)
GAMMA_MAKE_ARGS= WITH_GAMMACONTROL=YES
LAYERSHELL_MAKE_ARGS= WITH_LAYERSHELL=YES
diff --git a/x11-wm/hyprland/Makefile b/x11-wm/hyprland/Makefile
index f60054a24293..18218c2e08be 100644
--- a/x11-wm/hyprland/Makefile
+++ b/x11-wm/hyprland/Makefile
@@ -1,12 +1,18 @@
PORTNAME= hyprland
DISTVERSIONPREFIX= v
-DISTVERSION= 0.48.1
-PORTREVISION= 6
+DISTVERSION= 0.50.1
CATEGORIES= x11-wm wayland
+MASTER_SITES= https://github.com/hyprwm/Hyprland/releases/download/${DISTVERSIONFULL}/
+DISTNAME= source-${DISTVERSIONFULL}
+DIST_SUBDIR= ${PORTNAME}
+
+PATCH_SITES= https://github.com/hyprwm/Hyprland/commit/
+PATCHFILES+= ecc04e8ba7469fb01c5a066bf1c48d5cd58d1a18.patch:-p1 # avoid app hang
+PATCHFILES+= 66a6ef3859255f2a21c1e902a4b5f56562e87041.patch:-p1 # see #10437
MAINTAINER= tagattie@FreeBSD.org
COMMENT= Dynamic tiling Wayland compositor that doesn't sacrifice on its looks #'
-WWW= https://hyprland.org/
+WWW= https://hypr.land/
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
@@ -14,7 +20,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \
glaze>0:devel/glaze \
hyprwayland-scanner>=0.3.10:devel/hyprwayland-scanner \
- wayland-protocols>=1.41:graphics/wayland-protocols
+ wayland-protocols>=1.43:graphics/wayland-protocols
LIB_DEPENDS= libhyprlang.so:devel/hyprlang \
libhyprutils.so:devel/hyprutils \
libinotify.so:devel/libinotify \
@@ -29,21 +35,18 @@ LIB_DEPENDS= libhyprlang.so:devel/hyprlang \
libinput.so:x11/libinput \
libxkbcommon.so:x11/libxkbcommon
-USES= cmake compiler:c++11-lib gl gnome pkgconfig xorg
-USE_GITHUB= yes
+USES= cmake compiler:c++23-lang gl gnome pkgconfig xorg
+
USE_GL= egl gbm opengl
-USE_GNOME= cairo pango
+USE_GNOME= cairo glib20 pango
USE_XORG= pixman xcursor
-GH_ACCOUNT= hyprwm
-GH_PROJECT= Hyprland
-GH_TUPLE= hyprwm:hyprland-protocols:v0.6.2:hyprland_protocols/subprojects/hyprland-protocols \
- canihavesomecoffee:udis86:1.7.2-186-g5336633:udis86/subprojects/udis86
-CMAKE_OFF= CMAKE_CXX_SCAN_FOR_MODULES # avoid devel/llvm*
+
CMAKE_ON= NO_SYSTEMD
+CMAKE_OFF= CMAKE_CXX_SCAN_FOR_MODULES # avoid devel/llvm*
+
LDFLAGS+= -Wl,--as-needed # GL, pango deps
-# Generated by "make update-hash" for commit_pins in hyprpm.toml
-GH_HASH= 29e2e59fdbab8ed2cc23a20e3c6043d5decb5cdc
+WRKSRC= ${WRKDIR}/${PORTNAME}-source
# XXX Drop after FreeBSD 13.5 EOL around 2026-04-30
# https://cgit.freebsd.org/src/commit/?id=af93fea71038
@@ -51,53 +54,40 @@ GH_HASH= 29e2e59fdbab8ed2cc23a20e3c6043d5decb5cdc
LIB_DEPENDS+= libepoll-shim.so:devel/libepoll-shim
.endif
-OPTIONS_DEFINE= QT6 X11
-OPTIONS_DEFAULT=QT6 X11
+OPTIONS_DEFINE= QT6 X11
+OPTIONS_DEFAULT= QT6 X11
QT6_RUN_DEPENDS= hyprland-dialog:x11/hyprland-qtutils
-X11_USE= XORG=xcb
X11_LIB_DEPENDS= libxcb-errors.so:x11/xcb-util-errors \
libxcb-icccm.so:x11/xcb-util-wm
+X11_USE= XORG=xcb
X11_CMAKE_BOOL_OFF= NO_XWAYLAND
+.include <bsd.port.options.mk>
+
+# XXX Delete after 14.2-RELEASE EoL (2025-09-30)
+# #embed directive in C23 standard requires llvm 19 or later
+.if ${OPSYS} == FreeBSD && (${OSVERSION} >= 1400000 && ${OSVERSION} < 1402501)
+USES+= llvm:min=19
+.endif
+
post-patch:
-# Extract (snapshot) version from the port instead of CMakeLists.txt
- @${REINPLACE_CMD} -i .nogit \
- -e '/^HASH/s/=.*/=${GH_HASH}/' \
- -e '/^BRANCH/s/=.*/=main/' \
- -e '/^MESSAGE/s/=.*/="?"/' \
- -e "/^DATE/s/=.*/=\"$$(date -ur $$(${AWK} \
- '/TIMESTAMP/ { print $$3 }' ${DISTINFO_FILE}))\"/" \
- -e '/^DIRTY/s/=.*/=portbld/' \
- -e '/^TAG/s/=.*/=${DISTVERSIONFULL}/' \
- -e '/^COMMITS/s/=.*/="?"/' \
- ${WRKSRC}/scripts/generateVersion.sh
# Respect consolekit2 as XDG_RUNTIME_DIR fallback
- @${REINPLACE_CMD} 's,/run/user,/var&,' \
+ @${REINPLACE_CMD} 's|/run/user|/var&|' \
${WRKSRC}/hyprctl/main.cpp \
${WRKSRC}/src/Compositor.cpp
# Respect PREFIX for wallpapers
- @${REINPLACE_CMD} 's,/usr/share,${DATADIR:H},' \
+ @${REINPLACE_CMD} 's|/usr/share|${DATADIR:H}|' \
${WRKSRC}/src/render/OpenGL.cpp
# XXX Replace linprocfs(4) with sysctl(3)
- @${REINPLACE_CMD} -e 's,/proc,${LINUXBASE}&,g' \
+ @${REINPLACE_CMD} -e 's|/proc|${LINUXBASE}&|g' \
${WRKSRC}/src/desktop/Window.cpp \
${WRKSRC}/src/plugins/HookSystem.cpp
post-install:
-# Plugin API installs all headers (no private vs. public)
- @(cd ${STAGEDIR}${PREFIX} && ${FIND} include/${PORTNAME} ! -type d) >>${TMPPLIST}
-
-update-hash:
-# https://docs.github.com/en/rest/commits/commits#get-a-commit
-# Pretend to be curl(1) for pretty-printed JSON to help parse with sed(1)
- @${REINPLACE_CMD} -i '' -e "/^GH_HASH=/s/=.*/= $$(\
- ${SETENV} HTTP_USER_AGENT=curl ${FETCH_CMD} -qo- \
- https://api.github.com/repos/${GH_ACCOUNT}/${GH_PROJECT}/commits/${GH_TAGNAME} | \
- ${SED} -n '/sha/ { s/.*\"\([0-9a-f]\{40\}\).*/\1/p; q; }' \
- )/" \
- ${.CURDIR}/Makefile
+ @${RM} ${STAGEDIR}${PREFIX}/bin/hyprland
+ @${RLN} ${STAGEDIR}${PREFIX}/bin/Hyprland ${STAGEDIR}${PREFIX}/bin/hyprland
.include <bsd.port.mk>
@@ -106,6 +96,3 @@ update-hash:
llvm_ARGS= build
.include "${USESDIR}/llvm.mk"
.endif
-
-# XXX Work around !target(makesum)
-makesum: update-hash
diff --git a/x11-wm/hyprland/distinfo b/x11-wm/hyprland/distinfo
index 72a5c857bff9..f694d363d3c2 100644
--- a/x11-wm/hyprland/distinfo
+++ b/x11-wm/hyprland/distinfo
@@ -1,7 +1,7 @@
-TIMESTAMP = 1743178567
-SHA256 (hyprwm-Hyprland-v0.48.1_GH0.tar.gz) = 7c78b5d3249b35318bc49877347c41e855714a6794169bc90755264c0162278e
-SIZE (hyprwm-Hyprland-v0.48.1_GH0.tar.gz) = 48325182
-SHA256 (hyprwm-hyprland-protocols-v0.6.2_GH0.tar.gz) = bba082af141599d4342e7b8505401a6e3a32be819d9eb23ce6c90f7407e62c1f
-SIZE (hyprwm-hyprland-protocols-v0.6.2_GH0.tar.gz) = 9887
-SHA256 (canihavesomecoffee-udis86-1.7.2-186-g5336633_GH0.tar.gz) = 69aff959179ff6247b375b92e797221dbd8e078eabbf1366280b0532617e7fb8
-SIZE (canihavesomecoffee-udis86-1.7.2-186-g5336633_GH0.tar.gz) = 116938
+TIMESTAMP = 1753943980
+SHA256 (hyprland/source-v0.50.1.tar.gz) = 2e7280e08d9b0460159bdfcdebdf6c532a79843a6a1e8417f78c15f6293fc956
+SIZE (hyprland/source-v0.50.1.tar.gz) = 54239562
+SHA256 (hyprland/ecc04e8ba7469fb01c5a066bf1c48d5cd58d1a18.patch) = 47b1a8071e38a4e47237af604a736e5b11ea023a8b3c23bfb04b4e1fb30755f7
+SIZE (hyprland/ecc04e8ba7469fb01c5a066bf1c48d5cd58d1a18.patch) = 5564
+SHA256 (hyprland/66a6ef3859255f2a21c1e902a4b5f56562e87041.patch) = 321d2b75fa6a5062cfdc55d9a35500b55858b6d814f922ea8c5f8b18808b0317
+SIZE (hyprland/66a6ef3859255f2a21c1e902a4b5f56562e87041.patch) = 2217
diff --git a/x11-wm/hyprland/files/patch-hyprctl_main.cpp b/x11-wm/hyprland/files/patch-hyprctl_main.cpp
new file mode 100644
index 000000000000..25fc645e01a9
--- /dev/null
+++ b/x11-wm/hyprland/files/patch-hyprctl_main.cpp
@@ -0,0 +1,11 @@
+--- hyprctl/main.cpp.orig 2025-07-25 09:09:59 UTC
++++ hyprctl/main.cpp
+@@ -268,7 +268,7 @@ int requestIPC(std::string_view filename, std::string_
+ sockaddr_un serverAddress = {0};
+ serverAddress.sun_family = AF_UNIX;
+
+- std::string socketPath = getRuntimeDir() + "/" + instanceSignature + "/" + filename;
++ std::string socketPath = getRuntimeDir() + "/" + instanceSignature + "/" + std::string(filename);
+
+ strncpy(serverAddress.sun_path, socketPath.c_str(), sizeof(serverAddress.sun_path) - 1);
+
diff --git a/x11-wm/hyprland/pkg-plist b/x11-wm/hyprland/pkg-plist
index 418529e3c0eb..32f5cf3feb32 100644
--- a/x11-wm/hyprland/pkg-plist
+++ b/x11-wm/hyprland/pkg-plist
@@ -2,6 +2,279 @@ bin/Hyprland
bin/hyprctl
bin/hyprland
bin/hyprpm
+include/hyprland/protocols/alpha-modifier-v1.hpp
+include/hyprland/protocols/color-management-v1.hpp
+include/hyprland/protocols/content-type-v1.hpp
+include/hyprland/protocols/cursor-shape-v1.hpp
+include/hyprland/protocols/drm-lease-v1.hpp
+include/hyprland/protocols/ext-foreign-toplevel-list-v1.hpp
+include/hyprland/protocols/ext-idle-notify-v1.hpp
+include/hyprland/protocols/ext-session-lock-v1.hpp
+include/hyprland/protocols/ext-workspace-v1.hpp
+include/hyprland/protocols/fractional-scale-v1.hpp
+include/hyprland/protocols/frog-color-management-v1.hpp
+include/hyprland/protocols/hyprland-ctm-control-v1.hpp
+include/hyprland/protocols/hyprland-focus-grab-v1.hpp
+include/hyprland/protocols/hyprland-global-shortcuts-v1.hpp
+include/hyprland/protocols/hyprland-lock-notify-v1.hpp
+include/hyprland/protocols/hyprland-surface-v1.hpp
+include/hyprland/protocols/hyprland-toplevel-export-v1.hpp
+include/hyprland/protocols/hyprland-toplevel-mapping-v1.hpp
+include/hyprland/protocols/idle-inhibit-unstable-v1.hpp
+include/hyprland/protocols/input-method-unstable-v2.hpp
+include/hyprland/protocols/kde-server-decoration.hpp
+include/hyprland/protocols/keyboard-shortcuts-inhibit-unstable-v1.hpp
+include/hyprland/protocols/linux-dmabuf-v1.hpp
+include/hyprland/protocols/linux-drm-syncobj-v1.hpp
+include/hyprland/protocols/pointer-constraints-unstable-v1.hpp
+include/hyprland/protocols/pointer-gestures-unstable-v1.hpp
+include/hyprland/protocols/presentation-time.hpp
+include/hyprland/protocols/primary-selection-unstable-v1.hpp
+include/hyprland/protocols/relative-pointer-unstable-v1.hpp
+include/hyprland/protocols/security-context-v1.hpp
+include/hyprland/protocols/single-pixel-buffer-v1.hpp
+include/hyprland/protocols/tablet-v2.hpp
+include/hyprland/protocols/tearing-control-v1.hpp
+include/hyprland/protocols/text-input-unstable-v1.hpp
+include/hyprland/protocols/text-input-unstable-v3.hpp
+include/hyprland/protocols/viewporter.hpp
+include/hyprland/protocols/virtual-keyboard-unstable-v1.hpp
+include/hyprland/protocols/wayland-drm.hpp
+include/hyprland/protocols/wayland.hpp
+include/hyprland/protocols/wlr-data-control-unstable-v1.hpp
+include/hyprland/protocols/wlr-foreign-toplevel-management-unstable-v1.hpp
+include/hyprland/protocols/wlr-gamma-control-unstable-v1.hpp
+include/hyprland/protocols/wlr-layer-shell-unstable-v1.hpp
+include/hyprland/protocols/wlr-output-management-unstable-v1.hpp
+include/hyprland/protocols/wlr-output-power-management-unstable-v1.hpp
+include/hyprland/protocols/wlr-screencopy-unstable-v1.hpp
+include/hyprland/protocols/wlr-virtual-pointer-unstable-v1.hpp
+include/hyprland/protocols/xdg-activation-v1.hpp
+include/hyprland/protocols/xdg-decoration-unstable-v1.hpp
+include/hyprland/protocols/xdg-dialog-v1.hpp
+include/hyprland/protocols/xdg-output-unstable-v1.hpp
+include/hyprland/protocols/xdg-shell.hpp
+include/hyprland/protocols/xdg-system-bell-v1.hpp
+include/hyprland/protocols/xdg-toplevel-tag-v1.hpp
+include/hyprland/protocols/xwayland-shell-v1.hpp
+include/hyprland/protocols/xx-color-management-v4.hpp
+include/hyprland/src/Compositor.hpp
+include/hyprland/src/SharedDefs.hpp
+include/hyprland/src/config/ConfigDataValues.hpp
+include/hyprland/src/config/ConfigDescriptions.hpp
+include/hyprland/src/config/ConfigManager.hpp
+include/hyprland/src/config/ConfigValue.hpp
+include/hyprland/src/config/ConfigWatcher.hpp
+include/hyprland/src/config/defaultConfig.hpp
+include/hyprland/src/debug/CrashReporter.hpp
+include/hyprland/src/debug/HyprCtl.hpp
+include/hyprland/src/debug/HyprDebugOverlay.hpp
+include/hyprland/src/debug/HyprNotificationOverlay.hpp
+include/hyprland/src/debug/Log.hpp
+include/hyprland/src/debug/RollingLogFollow.hpp
+include/hyprland/src/debug/TracyDefines.hpp
+include/hyprland/src/defines.hpp
+include/hyprland/src/desktop/DesktopTypes.hpp
+include/hyprland/src/desktop/LayerRule.hpp
+include/hyprland/src/desktop/LayerSurface.hpp
+include/hyprland/src/desktop/Popup.hpp
+include/hyprland/src/desktop/Rule.hpp
+include/hyprland/src/desktop/Subsurface.hpp
+include/hyprland/src/desktop/WLSurface.hpp
+include/hyprland/src/desktop/Window.hpp
+include/hyprland/src/desktop/WindowOverridableVar.hpp
+include/hyprland/src/desktop/WindowRule.hpp
+include/hyprland/src/desktop/Workspace.hpp
+include/hyprland/src/devices/IHID.hpp
+include/hyprland/src/devices/IKeyboard.hpp
+include/hyprland/src/devices/IPointer.hpp
+include/hyprland/src/devices/ITouch.hpp
+include/hyprland/src/devices/Keyboard.hpp
+include/hyprland/src/devices/Mouse.hpp
+include/hyprland/src/devices/Tablet.hpp
+include/hyprland/src/devices/TouchDevice.hpp
+include/hyprland/src/devices/VirtualKeyboard.hpp
+include/hyprland/src/devices/VirtualPointer.hpp
+include/hyprland/src/events/Events.hpp
+include/hyprland/src/helpers/AnimatedVariable.hpp
+include/hyprland/src/helpers/AsyncDialogBox.hpp
+include/hyprland/src/helpers/ByteOperations.hpp
+include/hyprland/src/helpers/Color.hpp
+include/hyprland/src/helpers/CursorShapes.hpp
+include/hyprland/src/helpers/DamageRing.hpp
+include/hyprland/src/helpers/Format.hpp
+include/hyprland/src/helpers/MiscFunctions.hpp
+include/hyprland/src/helpers/Monitor.hpp
+include/hyprland/src/helpers/MonitorFrameScheduler.hpp
+include/hyprland/src/helpers/SdDaemon.hpp
+include/hyprland/src/helpers/Splashes.hpp
+include/hyprland/src/helpers/TagKeeper.hpp
+include/hyprland/src/helpers/WLClasses.hpp
+include/hyprland/src/helpers/defer/Promise.hpp
+include/hyprland/src/helpers/fs/FsUtils.hpp
+include/hyprland/src/helpers/math/Math.hpp
+include/hyprland/src/helpers/memory/Memory.hpp
+include/hyprland/src/helpers/signal/Signal.hpp
+include/hyprland/src/helpers/sync/SyncReleaser.hpp
+include/hyprland/src/helpers/sync/SyncTimeline.hpp
+include/hyprland/src/helpers/time/Time.hpp
+include/hyprland/src/helpers/time/Timer.hpp
+include/hyprland/src/helpers/varlist/VarList.hpp
+include/hyprland/src/hyprerror/HyprError.hpp
+include/hyprland/src/includes.hpp
+include/hyprland/src/init/initHelpers.hpp
+include/hyprland/src/layout/DwindleLayout.hpp
+include/hyprland/src/layout/IHyprLayout.hpp
+include/hyprland/src/layout/MasterLayout.hpp
+include/hyprland/src/macros.hpp
+include/hyprland/src/managers/ANRManager.hpp
+include/hyprland/src/managers/AnimationManager.hpp
+include/hyprland/src/managers/CursorManager.hpp
+include/hyprland/src/managers/DonationNagManager.hpp
+include/hyprland/src/managers/EventManager.hpp
+include/hyprland/src/managers/HookSystemManager.hpp
+include/hyprland/src/managers/KeybindManager.hpp
+include/hyprland/src/managers/LayoutManager.hpp
+include/hyprland/src/managers/PointerManager.hpp
+include/hyprland/src/managers/ProtocolManager.hpp
+include/hyprland/src/managers/SeatManager.hpp
+include/hyprland/src/managers/SessionLockManager.hpp
+include/hyprland/src/managers/TokenManager.hpp
+include/hyprland/src/managers/VersionKeeperManager.hpp
+include/hyprland/src/managers/XCursorManager.hpp
+include/hyprland/src/managers/XWaylandManager.hpp
+include/hyprland/src/managers/eventLoop/EventLoopManager.hpp
+include/hyprland/src/managers/eventLoop/EventLoopTimer.hpp
+include/hyprland/src/managers/input/InputManager.hpp
+include/hyprland/src/managers/input/InputMethodPopup.hpp
+include/hyprland/src/managers/input/InputMethodRelay.hpp
+include/hyprland/src/managers/input/TextInput.hpp
+include/hyprland/src/managers/permissions/DynamicPermissionManager.hpp
+include/hyprland/src/pch/pch.hpp
+include/hyprland/src/plugins/HookSystem.hpp
+include/hyprland/src/plugins/PluginAPI.hpp
+include/hyprland/src/plugins/PluginSystem.hpp
+include/hyprland/src/protocols/AlphaModifier.hpp
+include/hyprland/src/protocols/CTMControl.hpp
+include/hyprland/src/protocols/ColorManagement.hpp
+include/hyprland/src/protocols/ContentType.hpp
+include/hyprland/src/protocols/CursorShape.hpp
+include/hyprland/src/protocols/DRMLease.hpp
+include/hyprland/src/protocols/DRMSyncobj.hpp
+include/hyprland/src/protocols/DataDeviceWlr.hpp
+include/hyprland/src/protocols/ExtWorkspace.hpp
+include/hyprland/src/protocols/FocusGrab.hpp
+include/hyprland/src/protocols/ForeignToplevel.hpp
+include/hyprland/src/protocols/ForeignToplevelWlr.hpp
+include/hyprland/src/protocols/FractionalScale.hpp
+include/hyprland/src/protocols/FrogColorManagement.hpp
+include/hyprland/src/protocols/GammaControl.hpp
+include/hyprland/src/protocols/GlobalShortcuts.hpp
+include/hyprland/src/protocols/HyprlandSurface.hpp
+include/hyprland/src/protocols/IdleInhibit.hpp
+include/hyprland/src/protocols/IdleNotify.hpp
+include/hyprland/src/protocols/InputMethodV2.hpp
+include/hyprland/src/protocols/LayerShell.hpp
+include/hyprland/src/protocols/LinuxDMABUF.hpp
+include/hyprland/src/protocols/LockNotify.hpp
+include/hyprland/src/protocols/MesaDRM.hpp
+include/hyprland/src/protocols/OutputManagement.hpp
+include/hyprland/src/protocols/OutputPower.hpp
+include/hyprland/src/protocols/PointerConstraints.hpp
+include/hyprland/src/protocols/PointerGestures.hpp
+include/hyprland/src/protocols/PresentationTime.hpp
+include/hyprland/src/protocols/PrimarySelection.hpp
+include/hyprland/src/protocols/RelativePointer.hpp
+include/hyprland/src/protocols/Screencopy.hpp
+include/hyprland/src/protocols/SecurityContext.hpp
+include/hyprland/src/protocols/ServerDecorationKDE.hpp
+include/hyprland/src/protocols/SessionLock.hpp
+include/hyprland/src/protocols/ShortcutsInhibit.hpp
+include/hyprland/src/protocols/SinglePixel.hpp
+include/hyprland/src/protocols/Tablet.hpp
+include/hyprland/src/protocols/TearingControl.hpp
+include/hyprland/src/protocols/TextInputV1.hpp
+include/hyprland/src/protocols/TextInputV3.hpp
+include/hyprland/src/protocols/ToplevelExport.hpp
+include/hyprland/src/protocols/ToplevelMapping.hpp
+include/hyprland/src/protocols/Viewporter.hpp
+include/hyprland/src/protocols/VirtualKeyboard.hpp
+include/hyprland/src/protocols/VirtualPointer.hpp
+include/hyprland/src/protocols/WaylandProtocol.hpp
+include/hyprland/src/protocols/XDGActivation.hpp
+include/hyprland/src/protocols/XDGBell.hpp
+include/hyprland/src/protocols/XDGDecoration.hpp
+include/hyprland/src/protocols/XDGDialog.hpp
+include/hyprland/src/protocols/XDGOutput.hpp
+include/hyprland/src/protocols/XDGShell.hpp
+include/hyprland/src/protocols/XDGTag.hpp
+include/hyprland/src/protocols/XWaylandShell.hpp
+include/hyprland/src/protocols/XXColorManagement.hpp
+include/hyprland/src/protocols/core/Compositor.hpp
+include/hyprland/src/protocols/core/DataDevice.hpp
+include/hyprland/src/protocols/core/Output.hpp
+include/hyprland/src/protocols/core/Seat.hpp
+include/hyprland/src/protocols/core/Shm.hpp
+include/hyprland/src/protocols/core/Subcompositor.hpp
+include/hyprland/src/protocols/types/Buffer.hpp
+include/hyprland/src/protocols/types/ColorManagement.hpp
+include/hyprland/src/protocols/types/ContentType.hpp
+include/hyprland/src/protocols/types/DMABuffer.hpp
+include/hyprland/src/protocols/types/DataDevice.hpp
+include/hyprland/src/protocols/types/SurfaceRole.hpp
+include/hyprland/src/protocols/types/SurfaceState.hpp
+include/hyprland/src/protocols/types/WLBuffer.hpp
+include/hyprland/src/render/Framebuffer.hpp
+include/hyprland/src/render/OpenGL.hpp
+include/hyprland/src/render/Renderbuffer.hpp
+include/hyprland/src/render/Renderer.hpp
+include/hyprland/src/render/Shader.hpp
+include/hyprland/src/render/Texture.hpp
+include/hyprland/src/render/Transformer.hpp
+include/hyprland/src/render/decorations/CHyprBorderDecoration.hpp
+include/hyprland/src/render/decorations/CHyprDropShadowDecoration.hpp
+include/hyprland/src/render/decorations/CHyprGroupBarDecoration.hpp
+include/hyprland/src/render/decorations/DecorationPositioner.hpp
+include/hyprland/src/render/decorations/IHyprWindowDecoration.hpp
+include/hyprland/src/render/pass/BorderPassElement.hpp
+include/hyprland/src/render/pass/ClearPassElement.hpp
+include/hyprland/src/render/pass/FramebufferElement.hpp
+include/hyprland/src/render/pass/Pass.hpp
+include/hyprland/src/render/pass/PassElement.hpp
+include/hyprland/src/render/pass/PreBlurElement.hpp
+include/hyprland/src/render/pass/RectPassElement.hpp
+include/hyprland/src/render/pass/RendererHintsPassElement.hpp
+include/hyprland/src/render/pass/ShadowPassElement.hpp
+include/hyprland/src/render/pass/SurfacePassElement.hpp
+include/hyprland/src/render/pass/TexPassElement.hpp
+include/hyprland/src/render/pass/TextureMatteElement.hpp
+include/hyprland/src/render/shaders/CM.frag.inc
+include/hyprland/src/render/shaders/CM.glsl.inc
+include/hyprland/src/render/shaders/Shaders.hpp
+include/hyprland/src/render/shaders/blur1.frag.inc
+include/hyprland/src/render/shaders/blur2.frag.inc
+include/hyprland/src/render/shaders/blurfinish.frag.inc
+include/hyprland/src/render/shaders/blurprepare.frag.inc
+include/hyprland/src/render/shaders/border.frag.inc
+include/hyprland/src/render/shaders/ext.frag.inc
+include/hyprland/src/render/shaders/glitch.frag.inc
+include/hyprland/src/render/shaders/passthru.frag.inc
+include/hyprland/src/render/shaders/quad.frag.inc
+include/hyprland/src/render/shaders/rgba.frag.inc
+include/hyprland/src/render/shaders/rgbamatte.frag.inc
+include/hyprland/src/render/shaders/rgbx.frag.inc
+include/hyprland/src/render/shaders/rounding.glsl.inc
+include/hyprland/src/render/shaders/shadow.frag.inc
+include/hyprland/src/render/shaders/tex300.vert.inc
+include/hyprland/src/render/shaders/tex320.vert.inc
+include/hyprland/src/signal-safe.hpp
+include/hyprland/src/version.h
+include/hyprland/src/xwayland/Dnd.hpp
+include/hyprland/src/xwayland/Server.hpp
+include/hyprland/src/xwayland/XDataSource.hpp
+include/hyprland/src/xwayland/XSurface.hpp
+include/hyprland/src/xwayland/XWM.hpp
+include/hyprland/src/xwayland/XWayland.hpp
share/bash-completion/completions/hyprctl
share/bash-completion/completions/hyprpm
share/fish/vendor_completions.d/hyprctl.fish
@@ -19,3 +292,4 @@ share/wayland-sessions/hyprland.desktop
share/xdg-desktop-portal/hyprland-portals.conf
share/zsh/site-functions/_hyprctl
share/zsh/site-functions/_hyprpm
+@dir include/hyprland/src/render/shaders/glsl
diff --git a/x11-wm/icewm/Makefile b/x11-wm/icewm/Makefile
index 4f1365dd3739..7674aa6937fd 100644
--- a/x11-wm/icewm/Makefile
+++ b/x11-wm/icewm/Makefile
@@ -1,5 +1,5 @@
PORTNAME= icewm
-PORTVERSION= 3.8.1
+PORTVERSION= 3.8.2
CATEGORIES= x11-wm
MASTER_SITES= https://github.com/ice-wm/icewm/releases/download/${PORTVERSION}/
diff --git a/x11-wm/icewm/distinfo b/x11-wm/icewm/distinfo
index 1e681ff499e8..bc563679a928 100644
--- a/x11-wm/icewm/distinfo
+++ b/x11-wm/icewm/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1752449309
-SHA256 (icewm-3.8.1.tar.lz) = 3c525512b1e4f4cf7999a4687f1b82311d7448d8c174780b5efd3b8aafbfb4a2
-SIZE (icewm-3.8.1.tar.lz) = 1878340
+TIMESTAMP = 1754243276
+SHA256 (icewm-3.8.2.tar.lz) = c64b1b7c8ee262a3c4796be57349a3198998564d70ed26f11e724e1b73d48394
+SIZE (icewm-3.8.2.tar.lz) = 1885515
diff --git a/x11-wm/labwc/Makefile b/x11-wm/labwc/Makefile
index 8c4735355123..f1d6425a6de4 100644
--- a/x11-wm/labwc/Makefile
+++ b/x11-wm/labwc/Makefile
@@ -1,5 +1,5 @@
PORTNAME= labwc
-DISTVERSION= 0.9.0
+DISTVERSION= 0.9.1
CATEGORIES= x11-wm wayland
MAINTAINER= jbeich@FreeBSD.org
diff --git a/x11-wm/labwc/distinfo b/x11-wm/labwc/distinfo
index eddfb73a786f..ff1e3b62984f 100644
--- a/x11-wm/labwc/distinfo
+++ b/x11-wm/labwc/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1752267138
-SHA256 (labwc-labwc-0.9.0_GH0.tar.gz) = d06f89fb2bbd4be73e7bba9fb57017054d61868fe24db361d1ded87470329e63
-SIZE (labwc-labwc-0.9.0_GH0.tar.gz) = 508194
+TIMESTAMP = 1754136895
+SHA256 (labwc-labwc-0.9.1_GH0.tar.gz) = bf7a245d5fc5665329b3f5c9cb589eb33e658b8eb638cf4f4c9ad68f4b5979f0
+SIZE (labwc-labwc-0.9.1_GH0.tar.gz) = 509342
SHA256 (libsfdo-v0.1.4.tar.bz2) = 155702f21c282693ead7818198fde194ab7c76e0cf1a21bc7b404e5f9ec2c369
SIZE (libsfdo-v0.1.4.tar.bz2) = 43519
diff --git a/x11-wm/phoc/Makefile b/x11-wm/phoc/Makefile
index 639b7f0b819d..0c56651e7485 100644
--- a/x11-wm/phoc/Makefile
+++ b/x11-wm/phoc/Makefile
@@ -1,6 +1,6 @@
PORTNAME= phoc
DISTVERSIONPREFIX= v
-DISTVERSION= 0.48.0
+DISTVERSION= 0.49.0
CATEGORIES= x11-wm wayland
MAINTAINER= jbeich@FreeBSD.org
diff --git a/x11-wm/phoc/distinfo b/x11-wm/phoc/distinfo
index 991a30696e9d..d7647c226379 100644
--- a/x11-wm/phoc/distinfo
+++ b/x11-wm/phoc/distinfo
@@ -1,6 +1,6 @@
-TIMESTAMP = 1751266496
-SHA256 (phoc-v0.48.0.tar.bz2) = 9b7b954dc69da13b3ca50a5a3c84ff8ed261347065b5bd53d05b76db88570eda
-SIZE (phoc-v0.48.0.tar.bz2) = 291253
+TIMESTAMP = 1755238935
+SHA256 (phoc-v0.49.0.tar.bz2) = 10c6b03b228ee128d2367582d87b5bb845f90fe676b2b61863d837dbafeafe75
+SIZE (phoc-v0.49.0.tar.bz2) = 291908
SHA256 (gmobile-v0.2.0.tar.bz2) = a043d63026731b7d2e7cb2a8332ca0f4125d74f15a76db7fd4b857064e0a8727
SIZE (gmobile-v0.2.0.tar.bz2) = 54872
SHA256 (gvdb-4758f6f.tar.bz2) = e318d0de50d6d5280d1e28e97b8836c7ad49d821dbeaa67697b2392cf7eea908
diff --git a/x11-wm/plasma6-kdecoration/distinfo b/x11-wm/plasma6-kdecoration/distinfo
index 5d3bdb61c8cc..4df26127d0b8 100644
--- a/x11-wm/plasma6-kdecoration/distinfo
+++ b/x11-wm/plasma6-kdecoration/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1752584481
-SHA256 (KDE/plasma/6.4.3/kdecoration-6.4.3.tar.xz) = bd0f99bdf487a859da8b1227e3443259ad28e90f110bd3a7bcecc386fded7824
-SIZE (KDE/plasma/6.4.3/kdecoration-6.4.3.tar.xz) = 57828
+TIMESTAMP = 1754413483
+SHA256 (KDE/plasma/6.4.4/kdecoration-6.4.4.tar.xz) = a02ac71ea8ee7ad6ab34578f1b50f32b91347a05a932cfc50b253729ccadee6f
+SIZE (KDE/plasma/6.4.4/kdecoration-6.4.4.tar.xz) = 58072
diff --git a/x11-wm/plasma6-kwin-x11/distinfo b/x11-wm/plasma6-kwin-x11/distinfo
index c1e6d9205219..219bb3c878a6 100644
--- a/x11-wm/plasma6-kwin-x11/distinfo
+++ b/x11-wm/plasma6-kwin-x11/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1752584482
-SHA256 (KDE/plasma/6.4.3/kwin-x11-6.4.3.tar.xz) = 4f2b60193967c24a067b9dda82d59f811f5663f5783d59e03424fc0281ccd188
-SIZE (KDE/plasma/6.4.3/kwin-x11-6.4.3.tar.xz) = 6859700
+TIMESTAMP = 1754413484
+SHA256 (KDE/plasma/6.4.4/kwin-x11-6.4.4.tar.xz) = 987e207c2f2ab60e51421b5846ca03e69ef875ac20698022f5e8bdd1e1055ed9
+SIZE (KDE/plasma/6.4.4/kwin-x11-6.4.4.tar.xz) = 6876908
diff --git a/x11-wm/plasma6-kwin/distinfo b/x11-wm/plasma6-kwin/distinfo
index b043d014eaa0..ae24fb0d7962 100644
--- a/x11-wm/plasma6-kwin/distinfo
+++ b/x11-wm/plasma6-kwin/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1752584482
-SHA256 (KDE/plasma/6.4.3/kwin-6.4.3.tar.xz) = a13568c918eca7803eb44a3a2778b860edc3f03b36797851c4f3aeeed4b502a8
-SIZE (KDE/plasma/6.4.3/kwin-6.4.3.tar.xz) = 8763908
+TIMESTAMP = 1754413484
+SHA256 (KDE/plasma/6.4.4/kwin-6.4.4.tar.xz) = b0742a12133b052519cb5af09132114ebf4d96b44e320015cc0d2d0bf055dae6
+SIZE (KDE/plasma/6.4.4/kwin-6.4.4.tar.xz) = 8778800
diff --git a/x11-wm/plasma6-kwin/pkg-plist b/x11-wm/plasma6-kwin/pkg-plist
index 3bfa1f6a08f2..15bf02486b8d 100644
--- a/x11-wm/plasma6-kwin/pkg-plist
+++ b/x11-wm/plasma6-kwin/pkg-plist
@@ -1435,6 +1435,7 @@ share/locale/pa/LC_MESSAGES/kcmkwincommon.mo
share/locale/pa/LC_MESSAGES/kcmkwinscreenedges.mo
share/locale/pa/LC_MESSAGES/kcmkwm.mo
share/locale/pa/LC_MESSAGES/kwin.mo
+share/locale/pl/LC_MESSAGES/kcm_animations.mo
share/locale/pl/LC_MESSAGES/kcm_kwin_effects.mo
share/locale/pl/LC_MESSAGES/kcm_kwin_scripts.mo
share/locale/pl/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
diff --git a/x11-wm/stumpwm/Makefile b/x11-wm/stumpwm/Makefile
index 47250c240bbe..0d93ad7e17c4 100644
--- a/x11-wm/stumpwm/Makefile
+++ b/x11-wm/stumpwm/Makefile
@@ -1,6 +1,6 @@
PORTNAME= stumpwm
DISTVERSION= 24.11-2
-PORTREVISION= 6
+PORTREVISION= 7
DISTVERSIONSUFFIX= -gd54bebd
CATEGORIES= x11-wm lisp
diff --git a/x11-wm/wideriver/Makefile b/x11-wm/wideriver/Makefile
new file mode 100644
index 000000000000..dfc906a1257a
--- /dev/null
+++ b/x11-wm/wideriver/Makefile
@@ -0,0 +1,29 @@
+PORTNAME= wideriver
+DISTVERSION= 1.3.0
+CATEGORIES= x11-wm
+
+MAINTAINER= nivit@FreeBSD.org
+COMMENT= Tiling window manager for the river wayland compositor
+WWW= https://github.com/alex-courtis/wideriver
+
+LICENSE= GPLv3
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+LIB_DEPENDS= libepoll-shim.so:devel/libepoll-shim \
+ libwayland-client.so:graphics/wayland
+RUN_DEPENDS= river:x11-wm/river
+
+USES= gmake pkgconfig
+
+USE_GITHUB= yes
+GH_ACCOUNT= alex-courtis
+
+MAKEFILE= GNUmakefile
+
+PLIST_FILES= bin/wideriver \
+ share/man/man1/wideriver.1.gz
+
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
+
+.include <bsd.port.mk>
diff --git a/x11-wm/wideriver/distinfo b/x11-wm/wideriver/distinfo
new file mode 100644
index 000000000000..692291cb42e2
--- /dev/null
+++ b/x11-wm/wideriver/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1753771718
+SHA256 (alex-courtis-wideriver-1.3.0_GH0.tar.gz) = 77ef35b978483f245ac8d6fd14942b99c5d6e6e5437eedba43a96c994febc61b
+SIZE (alex-courtis-wideriver-1.3.0_GH0.tar.gz) = 64914
diff --git a/x11-wm/wideriver/files/patch-config.mk b/x11-wm/wideriver/files/patch-config.mk
new file mode 100644
index 000000000000..224402613648
--- /dev/null
+++ b/x11-wm/wideriver/files/patch-config.mk
@@ -0,0 +1,22 @@
+--- config.mk.orig 2025-07-29 04:27:40 UTC
++++ config.mk
+@@ -4,11 +4,11 @@ PREFIX ?= /usr/local
+
+ PREFIX ?= /usr/local
+
+-INCS = -Iinc -Ipro -Ilib/col/inc
++INCS ?= -Iinc -Ipro -Ilib/col/inc
+
+ CPPFLAGS += $(INCS) -D_GNU_SOURCE -DVERSION=\"$(VERSION)\" -DRIVER_LAYOUT_V3_VERSION=$(RIVER_LAYOUT_V3_VERSION)
+
+-OFLAGS = -O3
++#OFLAGS = -O3
+ WFLAGS = -pedantic -Wall -Wextra -Werror -Wimplicit-fallthrough -Wno-unused-parameter -Wno-format-zero-length
+ DFLAGS = -g
+ COMPFLAGS = $(WFLAGS) $(OFLAGS) $(DFLAGS)
+@@ -26,4 +26,4 @@ LDLIBS += $(foreach p,$(PKGS),$(shell $(PKG_CONFIG) --
+ CFLAGS += $(foreach p,$(PKGS),$(shell $(PKG_CONFIG) --cflags $(p)))
+ LDLIBS += $(foreach p,$(PKGS),$(shell $(PKG_CONFIG) --libs $(p)))
+
+-CC = gcc
++CC ?= gcc
diff --git a/x11-wm/wideriver/pkg-descr b/x11-wm/wideriver/pkg-descr
new file mode 100644
index 000000000000..7d3f04b8a4e8
--- /dev/null
+++ b/x11-wm/wideriver/pkg-descr
@@ -0,0 +1,11 @@
+Tiling window manager for the river wayland compositor, inspired by dwm and
+xmonad.
+
+Features:
+
+ - per-tag state
+ - master/stack(s) left, right and wide layouts
+ - monocle with alternate borders
+ - layout toggling
+ - dwindling, diminishing and even stacks
+ - inner, outer and smart gaps