pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/cyrus-sasl2 Make this compile with gcc4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c84de78838ea
branches:  trunk
changeset: 494212:c84de78838ea
user:      rh <rh%pkgsrc.org@localhost>
date:      Sat May 21 01:44:10 2005 +0000

description:
Make this compile with gcc4.

diffstat:

 security/cyrus-sasl2/distinfo         |   3 ++-
 security/cyrus-sasl2/patches/patch-af |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (34 lines):

diff -r 8e39c40b3c23 -r c84de78838ea security/cyrus-sasl2/distinfo
--- a/security/cyrus-sasl2/distinfo     Sat May 21 01:26:22 2005 +0000
+++ b/security/cyrus-sasl2/distinfo     Sat May 21 01:44:10 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.25 2005/02/24 13:10:05 agc Exp $
+$NetBSD: distinfo,v 1.26 2005/05/21 01:44:10 rh Exp $
 
 SHA1 (cyrus-sasl-2.1.20.tar.gz) = d1eec5644c4e87edb95fa5ab8bf124cfdf277eb6
 RMD160 (cyrus-sasl-2.1.20.tar.gz) = 45f8d9e91e5ba4840f57d2f0526b8f41f90bbb8c
@@ -8,6 +8,7 @@
 SHA1 (patch-ac) = e03731395cefef42c5070021c09928c939fc6a58
 SHA1 (patch-ad) = 8a6663e358a67c27380e37be72d71841fd553fdf
 SHA1 (patch-ae) = cfd176eea2e1dba320be14a7d9bf2a4426ba39ad
+SHA1 (patch-af) = 40ec1378971536daddc543a66a1923451a4c381c
 SHA1 (patch-ag) = f62062ecee2bf133572d09049a77c5624ddb7f70
 SHA1 (patch-ah) = 1b0cd2d822dac2b01523fbc712f6544cd9fc298d
 SHA1 (patch-ai) = 4181f13bf69fec11aa42d98bcb85d5d8bd83dfe2
diff -r 8e39c40b3c23 -r c84de78838ea security/cyrus-sasl2/patches/patch-af
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/cyrus-sasl2/patches/patch-af     Sat May 21 01:44:10 2005 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.8 2005/05/21 01:44:10 rh Exp $
+
+--- lib/client.c.orig  2003-11-12 02:26:06.000000000 +1000
++++ lib/client.c
+@@ -61,8 +61,6 @@
+ 
+ static cmech_list_t *cmechlist; /* global var which holds the list */
+ 
+-static sasl_global_callbacks_t global_callbacks;
+-
+ static int _sasl_client_active = 0;
+ 
+ static int init_mechlist()



Home | Main Index | Thread Index | Old Index