[Bug 264361] x11/xscreensaver: version 6.02 fails to lock the screen upon resume

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 01 Sep 2022 21:40:48 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264361

John Hein <jcfyecrayz@liamekaens.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jcfyecrayz@liamekaens.com

--- Comment #11 from John Hein <jcfyecrayz@liamekaens.com> ---
On 12.3-stable, 'make configure' now fails due to:

    Warning: Your system seems to have PAM, but PAM is not being used.
             That is probably not going to work out well.

This is not really a warning as configure sets 'CONF_STATUS=1' making this
fatal to configure.


if test "$with_pam_req" = yes -a "$have_pam" = no ; then
  warn 'Use of PAM was requested, but it was not found.'
  CONF_STATUS=1
elif test "$have_pam" = no ; then
  if test -d /etc/pam.d -o -f /etc/pam.conf ; then
    warn  "Your system seems to have PAM, but PAM is not being used."
    warn2 "That is probably not going to work out well."
    CONF_STATUS=1
  fi
fi

-- 
You are receiving this mail because:
You are the assignee for the bug.