svn commit: r523696 - in head: . x11/lightdm
Ben Woods
woodsb02 at FreeBSD.org
Mon Jan 20 23:19:57 UTC 2020
Author: woodsb02
Date: Mon Jan 20 23:19:56 2020
New Revision: 523696
URL: https://svnweb.freebsd.org/changeset/ports/523696
Log:
x11/lightdm: Add lightdm user to the video group to fix runtime error
Reported by: grehan, userxbw, https://forums.freebsd.org/threads/lightdm-libgl.73658/
Modified:
head/GIDs
head/x11/lightdm/Makefile
Modified: head/GIDs
==============================================================================
--- head/GIDs Mon Jan 20 23:06:50 2020 (r523695)
+++ head/GIDs Mon Jan 20 23:19:56 2020 (r523696)
@@ -7,7 +7,7 @@ operator:*:5:amanda
mail:*:6:postfix,clamav
ftp:*:14:
smmsp:*:25:
-video:*:44:
+video:*:44:lightdm
bind:*:53:
rdfdb:*:55:
spamd:*:58:
Modified: head/x11/lightdm/Makefile
==============================================================================
--- head/x11/lightdm/Makefile Mon Jan 20 23:06:50 2020 (r523695)
+++ head/x11/lightdm/Makefile Mon Jan 20 23:19:56 2020 (r523696)
@@ -3,7 +3,7 @@
PORTNAME= lightdm
PORTVERSION= 1.30.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11
MASTER_SITES= https://github.com/CanonicalLtd/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/
@@ -35,7 +35,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-tests # PAM errors
INSTALL_TARGET= install-strip
USERS= lightdm
-GROUPS= lightdm
+GROUPS= lightdm video
PORTSCOUT= limitw:1,even
SUB_FILES= Xsession
More information about the svn-ports-all
mailing list