[Bug 197357] print/cups-base (with PAM enabled) post-configure Makedefs patch may break PAMDIR.
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Feb 6 01:44:46 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197357
Bug ID: 197357
Summary: print/cups-base (with PAM enabled) post-configure
Makedefs patch may break PAMDIR.
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: freebsd-ports-bugs at FreeBSD.org
Reporter: draenan at gmail.com
Commit 373559 to fix PR 194854 (package build fails if PAM enabled on systems
that don't have /usr/local/etc/pam.d directory) has a post-configure patch to
${WRKSRC}/Makedefs that assumes that /usr/local/etc/pam.d does not exist.
For systems that do have this directory, the configure script correctly sets
PAMDIR to /usr/local/etc/pam.d, but the post-configure patch prepends
$LOCALBASE to this with the result that PAMDIR is incorrectly set to
/usr/local/usr/local/etc/pam.d, which leads to failure to correctly stage the
pam.d/cups.sample file.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list