Date: Thu, 27 Aug 2020 00:22:50 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r546309 - head/x11-toolkits/wlroots Message-ID: <202008270022.07R0MokM098920@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Thu Aug 27 00:22:50 2020 New Revision: 546309 URL: https://svnweb.freebsd.org/changeset/ports/546309 Log: x11-toolkits/wlroots: unbreak WLR_SESSION=direct with LIBSEAT=on after r546064 Apply a crashfix when wlroots is built with libseat session backend but user opted out of the new default via environ(7). Upstream impact was more serious because the patch wasn't optional. Modified: head/x11-toolkits/wlroots/Makefile (contents, props changed) head/x11-toolkits/wlroots/distinfo (contents, props changed) Modified: head/x11-toolkits/wlroots/Makefile ============================================================================== --- head/x11-toolkits/wlroots/Makefile Thu Aug 27 00:22:41 2020 (r546308) +++ head/x11-toolkits/wlroots/Makefile Thu Aug 27 00:22:50 2020 (r546309) @@ -56,6 +56,7 @@ CONSOLEKIT_MESON_ENABLED= consolekit2 LIBSEAT_DESC= DRM sessions with/without root via libseat (experimental) LIBSEAT_PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/:libseat LIBSEAT_PATCHFILES= bad1e9afa8ea.patch:-p1:libseat # https://github.com/swaywm/wlroots/pull/2364 +LIBSEAT_PATCHFILES+= 330c50b48dfe.patch:-p1:libseat # https://github.com/swaywm/wlroots/pull/2379 LIBSEAT_LIB_DEPENDS= libseat.so:sysutils/seatd LIBSEAT_MESON_ENABLED= libseat .if make(makesum) Modified: head/x11-toolkits/wlroots/distinfo ============================================================================== --- head/x11-toolkits/wlroots/distinfo Thu Aug 27 00:22:41 2020 (r546308) +++ head/x11-toolkits/wlroots/distinfo Thu Aug 27 00:22:50 2020 (r546309) @@ -9,3 +9,5 @@ SHA256 (b59460944208.patch) = 8b15ed54dcec76adf231db45 SIZE (b59460944208.patch) = 27381 SHA256 (bad1e9afa8ea.patch) = 6022aba43fb2ed867e6eedca7319e6304a6312d28441c75a930cec5334961f06 SIZE (bad1e9afa8ea.patch) = 14832 +SHA256 (330c50b48dfe.patch) = cf0f93636aa163c120d256849f28d4da6446a20f64616c451acbf3d705484013 +SIZE (330c50b48dfe.patch) = 1473
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008270022.07R0MokM098920>