git: 492bb545d258 - main - x11/lightdm: Update to 1.33.1
Guido Falsi <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by madpilot: URL: https://cgit.FreeBSD.org/ports/commit/?id=492bb545d258b6242aff8c415d9aca5f92e076f0 commit 492bb545d258b6242aff8c415d9aca5f92e076f0 Author: Guido Falsi <[email protected]> AuthorDate: 2026-08-17 18:57:51 +0000 Commit: Guido Falsi <[email protected]> CommitDate: 2026-08-17 18:57:51 +0000 x11/lightdm: Update to 1.33.1 - VT fix has been merged upstream --- x11/lightdm/Makefile | 2 +- x11/lightdm/distinfo | 6 +++--- x11/lightdm/files/patch-src_vt.c | 13 ------------- 3 files changed, 4 insertions(+), 17 deletions(-) diff --git a/x11/lightdm/Makefile b/x11/lightdm/Makefile index e1aad6524cbe..7a24ee2877f6 100644 --- a/x11/lightdm/Makefile +++ b/x11/lightdm/Makefile @@ -1,5 +1,5 @@ PORTNAME= lightdm -PORTVERSION= 1.33.0 +PORTVERSION= 1.33.1 CATEGORIES= x11 MAINTAINER= [email protected] diff --git a/x11/lightdm/distinfo b/x11/lightdm/distinfo index 47a83749890f..0401dcea39b8 100644 --- a/x11/lightdm/distinfo +++ b/x11/lightdm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1786088899 -SHA256 (ubuntu-lightdm-1.33.0_GH0.tar.gz) = e699ac06f44fcbbbda9a81433588e2a916c9a222e942b023e339919a57ae5e8e -SIZE (ubuntu-lightdm-1.33.0_GH0.tar.gz) = 406123 +TIMESTAMP = 1786906420 +SHA256 (ubuntu-lightdm-1.33.1_GH0.tar.gz) = 53df1c45508e0d14dc8403667566a39164c222b3cc3f3494b169f48ac05d8243 +SIZE (ubuntu-lightdm-1.33.1_GH0.tar.gz) = 329300 diff --git a/x11/lightdm/files/patch-src_vt.c b/x11/lightdm/files/patch-src_vt.c deleted file mode 100644 index 5154fa94a41d..000000000000 --- a/x11/lightdm/files/patch-src_vt.c +++ /dev/null @@ -1,13 +0,0 @@ ---- src/vt.c.orig 2026-08-06 19:53:11 UTC -+++ src/vt.c -@@ -46,7 +46,9 @@ vt_can_multi_seat (void) - gboolean - vt_can_multi_seat (void) - { --#if defined(__linux__) -+#if defined(__FreeBSD__) -+ return TRUE; -+#elif defined(__linux__) - /* Quick check to see if we can multi seat. This is intentionally the - same check logind does, just without actually reading from the files. - Existence will prove whether we have CONFIG_VT built into the kernel. */