summaryrefslogtreecommitdiffstats
path: root/x11/gnome-screensaver3/pkg-plist
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2011-03-16 03:38:08 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2011-03-16 03:38:08 +0800
commit11e2bd35b6b4c249c368968767f819f4fc11ab5b (patch)
tree0c0d0a2bc64260e6f87dcf404ad432442456b75d /x11/gnome-screensaver3/pkg-plist
parentc42b516cbea509534a883fa2636306b60352e987 (diff)
downloadmarcuscom-ports-11e2bd35b6b4c249c368968767f819f4fc11ab5b.tar
marcuscom-ports-11e2bd35b6b4c249c368968767f819f4fc11ab5b.tar.gz
marcuscom-ports-11e2bd35b6b4c249c368968767f819f4fc11ab5b.tar.bz2
marcuscom-ports-11e2bd35b6b4c249c368968767f819f4fc11ab5b.tar.lz
marcuscom-ports-11e2bd35b6b4c249c368968767f819f4fc11ab5b.tar.xz
marcuscom-ports-11e2bd35b6b4c249c368968767f819f4fc11ab5b.tar.zst
marcuscom-ports-11e2bd35b6b4c249c368968767f819f4fc11ab5b.zip
Remove the --disable-locking, because it will disable PAM but it requires PAM
now. Upstream will need to fix it by remove lock optional or something else. See here: ------------------------------------------ have_pam=no if test "x$enable_locking" = "xyes"; then AC_CHECK_LIB(pam, pam_start, have_pam=yes) fi if test "x$have_pam" = "xyes"; then AUTH_LIBS="${AUTH_LIBS} -lpam" [...] else AC_MSG_ERROR("PAM libraries not found") fi ------------------------------------------ You will have to disable the lock option in the screensaver perference in GNOME to avoid stuck in lock. Remove PAM and gnome-keyring optionals as it requires PAM now. They have removed non-PAM based authentication support. http://bit.ly/gL8xc8 git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15479 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-screensaver3/pkg-plist')
-rw-r--r--x11/gnome-screensaver3/pkg-plist2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/gnome-screensaver3/pkg-plist b/x11/gnome-screensaver3/pkg-plist
index 1880f2346..518510222 100644
--- a/x11/gnome-screensaver3/pkg-plist
+++ b/x11/gnome-screensaver3/pkg-plist
@@ -1,6 +1,6 @@
bin/gnome-screensaver
bin/gnome-screensaver-command
-%%PAM%%etc/pam.d/gnome-screensaver
+etc/pam.d/gnome-screensaver
etc/xdg/autostart/gnome-screensaver.desktop
libdata/pkgconfig/gnome-screensaver.pc
libexec/gnome-screensaver-dialog