Created attachment 235881 [details] Patch to update x11/lightdm - Update to 1.32.0 - Remove unneeded patch (check in configure script) - Remove AppArmor files (specifics to Linux)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=48e8d817c56ae860e53a4afd531c9fef4ecc7b79 commit 48e8d817c56ae860e53a4afd531c9fef4ecc7b79 Author: Olivier Duchateau <duchateau.olivier@gmail.com> AuthorDate: 2022-08-13 19:34:28 +0000 Commit: Tobias C. Berner <tcberner@FreeBSD.org> CommitDate: 2022-08-13 19:38:08 +0000 x11/lightdm: update to 1.32.0 - Update to 1.32.0 - Remove unneeded patch (check in configure script) - Remove AppArmor files (specifics to Linux) Changelog: https://github.com/canonical/lightdm/releases/tag/1.32.0 PR: 265818 x11/lightdm/Makefile | 5 +- x11/lightdm/distinfo | 6 +- x11/lightdm/files/patch-data_Makefile.in (new) | 147 +++++++++++++++++++++++++ x11/lightdm/files/patch-src_lightdm.c (new) | 11 ++ x11/lightdm/files/patch-src_process.c (gone) | 11 -- x11/lightdm/pkg-plist | 5 +- 6 files changed, 164 insertions(+), 21 deletions(-)
Committed, thanks. You can also upload patches created by `git format-patch`. mfg Tobias