Subject: CVS commit: pkgsrc/security
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 01/14/2005 00:08:46
Module Name: pkgsrc
Committed By: jlam
Date: Fri Jan 14 00:08:46 UTC 2005
Modified Files:
pkgsrc/security/PAM: buildlink3.mk builtin.mk module.mk
pkgsrc/security/cy-login: Makefile
pkgsrc/security/cyrus-saslauthd: options.mk
Log Message:
* Rename the buildlink module name associated with the security/PAM
package from "pam" to "linux-pam".
* Rewrite PAM/builtin.mk to check that we have Linux-PAM, and re-classify
MacOS X's PAM as Linux-PAM because it _is_, according to to Apple.
Also don't use BUILDLINK_TRANSFORM.* to rewrite header file paths
-- just use a symlink so that <security/*.h> can be used to find
<pam/*.h>.
To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 pkgsrc/security/PAM/buildlink3.mk
cvs rdiff -r1.9 -r1.10 pkgsrc/security/PAM/builtin.mk
cvs rdiff -r1.2 -r1.3 pkgsrc/security/PAM/module.mk
cvs rdiff -r1.5 -r1.6 pkgsrc/security/cy-login/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/security/cyrus-saslauthd/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.