pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/pam-af Try to fix build failure on Solaris, i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/393a5a1cf4e2
branches:  trunk
changeset: 543021:393a5a1cf4e2
user:      obache <obache%pkgsrc.org@localhost>
date:      Sun Jun 01 08:09:38 2008 +0000

description:
Try to fix build failure on Solaris, it does not have LOG_AUTHPRIV.

diffstat:

 security/pam-af/distinfo         |   3 ++-
 security/pam-af/patches/patch-ab |  14 ++++++++++++++
 2 files changed, 16 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r 4f72b0651d1f -r 393a5a1cf4e2 security/pam-af/distinfo
--- a/security/pam-af/distinfo  Sun Jun 01 05:16:17 2008 +0000
+++ b/security/pam-af/distinfo  Sun Jun 01 08:09:38 2008 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.1.1.1 2007/01/08 05:49:01 obache Exp $
+$NetBSD: distinfo,v 1.2 2008/06/01 08:09:38 obache Exp $
 
 SHA1 (pam_af-1.0.1.tar.bz2) = f953e50791db0d13f124ce0346f1db43b9d0bafa
 RMD160 (pam_af-1.0.1.tar.bz2) = 6fd33ef36b810eac58a59cd6ae0eb918548205e3
 Size (pam_af-1.0.1.tar.bz2) = 18006 bytes
 SHA1 (patch-aa) = 57b60fc8b7860c476451d33112aa67ac756ede5a
+SHA1 (patch-ab) = 160c9a9a43506389abaccd7d5aa6c16f96511a46
diff -r 4f72b0651d1f -r 393a5a1cf4e2 security/pam-af/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/pam-af/patches/patch-ab  Sun Jun 01 08:09:38 2008 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-ab,v 1.1 2008/06/01 08:09:38 obache Exp $
+
+--- pam_af.c.orig      2006-11-07 00:05:53.000000000 +0000
++++ pam_af.c
+@@ -41,6 +41,9 @@
+ #include <fcntl.h>
+ #include <time.h>
+ #include <syslog.h>
++#ifndef LOG_AUTHPRIV
++#define LOG_AUTHPRIV LOG_AUTH
++#endif
+ #include <assert.h>
+ #include <ndbm.h>
+ 



Home | Main Index | Thread Index | Old Index