From 19be77f887bff5e0708a2c622c8a5838b383051d Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Wed, 10 Oct 2012 08:47:14 +0000 Subject: [PATCH] Remove BROKEN. Note that this is not fully functionnal yet because our socket code fails with dbus now; but we need the introspection libs, so enable it. --- x11/gnome/gdm/Makefile | 12 ++++++------ x11/gnome/gdm/files/gdm-autologin | 7 ++++++- x11/gnome/gdm/files/gdm-launch-environment | 7 ++++++- x11/gnome/gdm/files/gdm-password | 7 ++++++- 4 files changed, 24 insertions(+), 9 deletions(-) diff --git a/x11/gnome/gdm/Makefile b/x11/gnome/gdm/Makefile index 9843efb0dd3..0d505dd4913 100644 --- a/x11/gnome/gdm/Makefile +++ b/x11/gnome/gdm/Makefile @@ -1,6 +1,4 @@ -# $OpenBSD: Makefile,v 1.133 2012/10/09 13:18:00 ajacoutot Exp $ - -BROKEN= needs pam(3) +# $OpenBSD: Makefile,v 1.134 2012/10/10 08:47:14 ajacoutot Exp $ SHARED_ONLY= Yes @@ -37,15 +35,17 @@ MODULES= devel/gettext \ devel/dconf # bring _all_ runtime dependencies (including sysutils/consolekit and zenity) -RUN_DEPENDS= x11/gnome/session +RUN_DEPENDS += x11/gnome/session + +# orca-autostart.desktop +RUN_DEPENDS += x11/gnome/orca LIB_DEPENDS= audio/libcanberra,-gtk3 \ devel/libexecinfo \ security/nss \ + security/openpam \ sysutils/accountsservice \ sysutils/upower -# XXX -#LIB_DEPENDS += security/openpam LIBTOOL_FLAGS= --tag=disable-static diff --git a/x11/gnome/gdm/files/gdm-autologin b/x11/gnome/gdm/files/gdm-autologin index e909af531eb..378cd549e9b 100644 --- a/x11/gnome/gdm/files/gdm-autologin +++ b/x11/gnome/gdm/files/gdm-autologin @@ -1,7 +1,12 @@ -# $OpenBSD: gdm-autologin,v 1.3 2012/10/09 13:18:00 ajacoutot Exp $ +# $OpenBSD: gdm-autologin,v 1.4 2012/10/10 08:47:14 ajacoutot Exp $ +# +# gdm-autologin settings for pam(3) auth required pam_permit.so + account required pam_nologin.so account include system + password include system + session include system diff --git a/x11/gnome/gdm/files/gdm-launch-environment b/x11/gnome/gdm/files/gdm-launch-environment index f84f1cdfe48..f2de8abe831 100644 --- a/x11/gnome/gdm/files/gdm-launch-environment +++ b/x11/gnome/gdm/files/gdm-launch-environment @@ -1,7 +1,12 @@ -# $OpenBSD: gdm-launch-environment,v 1.2 2012/10/09 13:18:00 ajacoutot Exp $ +# $OpenBSD: gdm-launch-environment,v 1.3 2012/10/10 08:47:14 ajacoutot Exp $ +# +# gdm-launch-environment settings for pam(3) auth required pam_permit.so + account required pam_nologin.so account include system + password include system + session include system diff --git a/x11/gnome/gdm/files/gdm-password b/x11/gnome/gdm/files/gdm-password index c620a5dc3f1..01ca683c796 100644 --- a/x11/gnome/gdm/files/gdm-password +++ b/x11/gnome/gdm/files/gdm-password @@ -1,7 +1,12 @@ -# $OpenBSD: gdm-password,v 1.3 2012/10/09 13:18:00 ajacoutot Exp $ +# $OpenBSD: gdm-password,v 1.4 2012/10/10 08:47:14 ajacoutot Exp $ +# +# gdm-password settings for pam(3) auth include system + account required pam_nologin.so account include system + password include system + session include system