pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/gnome-keyring Added a patch that fixes the bu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5345d67ade22
branches:  trunk
changeset: 535312:5345d67ade22
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue Nov 13 12:04:24 2007 +0000

description:
Added a patch that fixes the build on Solaris 10.

diffstat:

 security/gnome-keyring/distinfo         |   3 ++-
 security/gnome-keyring/patches/patch-ab |  17 +++++++++++++++++
 2 files changed, 19 insertions(+), 1 deletions(-)

diffs (33 lines):

diff -r fbea69ea5b1d -r 5345d67ade22 security/gnome-keyring/distinfo
--- a/security/gnome-keyring/distinfo   Tue Nov 13 11:19:18 2007 +0000
+++ b/security/gnome-keyring/distinfo   Tue Nov 13 12:04:24 2007 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.20 2007/10/31 20:20:30 drochner Exp $
+$NetBSD: distinfo,v 1.21 2007/11/13 12:04:24 rillig Exp $
 
 SHA1 (gnome-keyring-2.20.1.tar.bz2) = 7026d22cd457c99bb0c973a79b7bc0d08430e739
 RMD160 (gnome-keyring-2.20.1.tar.bz2) = 770a9633d67b205b61148e5acc6d55d0b3f3d285
 Size (gnome-keyring-2.20.1.tar.bz2) = 546007 bytes
 SHA1 (patch-aa) = ba8a85a0f1c66c72a6084aa0677074fa74017039
+SHA1 (patch-ab) = c6fc864a34ae6ccb0fdf891082146f451203494c
diff -r fbea69ea5b1d -r 5345d67ade22 security/gnome-keyring/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/gnome-keyring/patches/patch-ab   Tue Nov 13 12:04:24 2007 +0000
@@ -0,0 +1,17 @@
+$NetBSD: patch-ab,v 1.3 2007/11/13 12:04:24 rillig Exp $
+
+The native Solaris PAM library doesn't define PAM_EXTERN.
+
+--- pam/gkr-pam-module.c.orig  2007-10-09 17:35:32.000000000 +0200
++++ pam/gkr-pam-module.c       2007-11-13 12:43:16.119765000 +0100
+@@ -77,6 +77,10 @@ enum {
+ #define PAM_AUTHTOK_RECOVER_ERR PAM_AUTHTOK_RECOVERY_ERR
+ #endif
+ 
++#ifndef PAM_EXTERN
++#define PAM_EXTERN /* extern */
++#endif
++
+ /* -----------------------------------------------------------------------------
+  * HELPERS 
+  */



Home | Main Index | Thread Index | Old Index