git: 3efb0dc4c07f - main - x11-wm/wlmaker: back to default wlroots after a2b859489986
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 21 Oct 2024 00:46:06 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=3efb0dc4c07f1ddd7c3a984cf6d1b49bcab1c717 commit 3efb0dc4c07f1ddd7c3a984cf6d1b49bcab1c717 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2024-09-13 06:43:52 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2024-10-21 00:44:55 +0000 x11-wm/wlmaker: back to default wlroots after a2b859489986 --- x11-wm/wlmaker/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/x11-wm/wlmaker/Makefile b/x11-wm/wlmaker/Makefile index fd8a8f6752f1..884e80fef1e9 100644 --- a/x11-wm/wlmaker/Makefile +++ b/x11-wm/wlmaker/Makefile @@ -1,6 +1,7 @@ PORTNAME= wlmaker DISTVERSIONPREFIX= v DISTVERSION= 0.4 +PORTREVISION= 1 CATEGORIES= x11-wm wayland MAINTAINER= jbeich@FreeBSD.org @@ -13,7 +14,7 @@ BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \ wayland-protocols>=1.31:graphics/wayland-protocols LIB_DEPENDS= libepoll-shim.so:devel/libepoll-shim \ libwayland-server.so:graphics/wayland \ - libwlroots.so:x11-toolkits/wlroots017 \ + libwlroots-0.18.so:x11-toolkits/wlroots \ libxkbcommon.so:x11/libxkbcommon RUN_DEPENDS= foot:x11/foot @@ -37,8 +38,6 @@ PLIST_FILES= bin/${PORTNAME} \ ${NULL} post-patch: -# Temporarily force wlroots 0.17 - @${REINPLACE_CMD} '/PKG.*wlroots-0.18/d' ${WRKSRC}/CMakeLists.txt # Respect -O level from global CFLAGS or CMAKE_BUILD_TYPE @${REINPLACE_CMD} '/-O[0-9]/d' \ ${WRKSRC}/submodules/libbase/CMakeLists.txt \