git: 61f52b38d0be - main - x11/gdm: Use vt09 like gdm 3.28.4
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 01 Feb 2022 16:53:25 UTC
The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=61f52b38d0bef70d5ce69a0c06e659db53193b00 commit 61f52b38d0bef70d5ce69a0c06e659db53193b00 Author: Neel Chauhan <nc@FreeBSD.org> AuthorDate: 2022-02-01 16:53:25 +0000 Commit: Neel Chauhan <nc@FreeBSD.org> CommitDate: 2022-02-01 16:53:25 +0000 x11/gdm: Use vt09 like gdm 3.28.4 --- x11/gdm/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile index 95758917e2e8..6aa6d9056615 100644 --- a/x11/gdm/Makefile +++ b/x11/gdm/Makefile @@ -2,6 +2,7 @@ PORTNAME= gdm PORTVERSION= 41.3 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome @@ -58,7 +59,7 @@ MESON_ARGS= -Dat-spi-registryd-dir=${PREFIX}/libexec \ -Ddmconfdir=${PREFIX}/share/xsessions \ -Dgdm-xsession=true \ -Dgroup=gdm \ - -Dinitial-vt=05 \ + -Dinitial-vt=09 \ -Dlang-file=${PREFIX}/etc/gdm/locale.conf \ -Dlibaudit=disabled \ -Dlog-dir=/var/log/gdm \