diff --git a/x11-wm/wlmaker/Makefile b/x11-wm/wlmaker/Makefile index 1b5ce19a7417..61859efeca6f 100644 --- a/x11-wm/wlmaker/Makefile +++ b/x11-wm/wlmaker/Makefile @@ -1,54 +1,55 @@ PORTNAME= wlmaker DISTVERSIONPREFIX= v DISTVERSION= 0.7.1 +PORTREVISION= 1 CATEGORIES= x11-wm wayland MAINTAINER= jbeich@FreeBSD.org COMMENT= Wayland compositor inspired by Window Maker WWW= https://github.com/phkaeser/wlmaker LICENSE= APACHE20 BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \ wayland-protocols>=1.32:graphics/wayland-protocols LIB_DEPENDS= libepoll-shim.so:devel/libepoll-shim \ libwayland-server.so:graphics/wayland \ - libwlroots-0.19.so:x11-toolkits/wlroots019 \ + libwlroots-0.20.so:x11-toolkits/wlroots020 \ libxdg-basedir.so:x11/libxdg-basedir \ libxkbcommon.so:x11/libxkbcommon RUN_DEPENDS= foot:x11/foot USES= bison cmake compiler:c11 gnome pkgconfig xorg USE_GITHUB= yes USE_GNOME= cairo USE_XORG= xcb GH_ACCOUNT= phkaeser GH_TUPLE= phkaeser:libbase:a6c6a27:libbase/submodules/libbase \ benhoyt:inih:r62:inih/submodules/inih CMAKE_OFF= ${WITH_DEBUG:D:Uconfig_DEBUG} post-patch: # Respect -O level from global CFLAGS or CMAKE_BUILD_TYPE @${REINPLACE_CMD} '/-O[0-9]/d' \ ${WRKSRC}/submodules/libbase/CMakeLists.txt \ ${WRKSRC}/CMakeLists.txt # Respect PREFIX for icons and system-wide config @${REINPLACE_CMD} 's,/usr/share,${DATADIR:H},' \ ${WRKSRC}/src/clip.c \ ${WRKSRC}/src/config.c \ ${WRKSRC}/src/launcher.c \ ${WRKSRC}/src/${PORTNAME}.c # Generic nodes are not supported by procfs(5) @${REINPLACE_CMD} -e 's,/proc,${LINUXBASE}&,' \ ${WRKSRC}/apps/*.c \ ${WRKSRC}/src/task_list.c # Respect LOCALBASE for apps and use open source Chrome @${REINPLACE_CMD} -e 's,/usr/bin,${LOCALBASE}/bin,' \ -e 's/google-chrome/chrome/' \ ${WRKSRC}/src/action.c \ ${WRKSRC}/etc/*.plist # https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276743 @${GREP} -Flr _POSIX_C_SOURCE ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} \ '/_POSIX_C_SOURCE/d' .include