pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/qpopper Fix errno.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3e1afefe6172
branches:  trunk
changeset: 505863:3e1afefe6172
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Jan 08 17:34:47 2006 +0000

description:
Fix errno.

diffstat:

 mail/qpopper/distinfo         |   5 ++++-
 mail/qpopper/patches/patch-ac |  13 +++++++++++++
 mail/qpopper/patches/patch-ad |  12 ++++++++++++
 mail/qpopper/patches/patch-af |  13 +++++++++++++
 4 files changed, 42 insertions(+), 1 deletions(-)

diffs (70 lines):

diff -r 9a3a270da3ca -r 3e1afefe6172 mail/qpopper/distinfo
--- a/mail/qpopper/distinfo     Sun Jan 08 17:22:29 2006 +0000
+++ b/mail/qpopper/distinfo     Sun Jan 08 17:34:47 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.12 2005/06/01 20:55:16 adrianp Exp $
+$NetBSD: distinfo,v 1.13 2006/01/08 17:34:47 joerg Exp $
 
 SHA1 (qpopper4.0.8.tar.gz) = 161038e6088b4952eedaf85fafa9f3b10eb40a01
 RMD160 (qpopper4.0.8.tar.gz) = 4a1dc2aaa6ef1330a76dfed5330d658a45e7d1d2
@@ -8,7 +8,10 @@
 Size (qpopper4.0.8-ipv6-20050515.diff.gz) = 11479 bytes
 SHA1 (patch-aa) = d1f4e56dbb8eb4b7cc250ca261435ec609f14c23
 SHA1 (patch-ab) = 67d661adce74d0662cab5b644d2e57bfd1d5e3c7
+SHA1 (patch-ac) = 6df76adb260bee99eb4165f5ac8dff7a2e685a8a
+SHA1 (patch-ad) = 24fe673113eff34f896c05c0f3d71ca235219525
 SHA1 (patch-ae) = 1e06159f56c78e63a7960d4d9ca80535752099b2
+SHA1 (patch-af) = a2100b026a0bab0be8c99c211ec0bd14d4405f32
 SHA1 (patch-ag) = 4b187ab978ead4b751290fe483f6d6a6bf959089
 SHA1 (patch-al) = 63fdc28b9c1d292d55464cda13c529ffb2a47b34
 SHA1 (patch-am) = 4f7c1c342f22e5cd6d6ef8dd2812629016fe17df
diff -r 9a3a270da3ca -r 3e1afefe6172 mail/qpopper/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/qpopper/patches/patch-ac     Sun Jan 08 17:34:47 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.11 2006/01/08 17:34:47 joerg Exp $
+
+--- popper/popper.h.orig       2006-01-08 17:09:15.000000000 +0000
++++ popper/popper.h
+@@ -287,8 +287,6 @@ typedef struct _pop_tls             pop_
+ #  define WILDCARD_SHELL    "/POPPER/ANY/SHELL/"
+ #endif /* CHECK_SHELL */
+ 
+-extern int              errno;
+-
+ #if !( defined(BSD) && (BSD >= 199306) ) && !defined(__USE_BSD)
+    extern int              sys_nerr;
+ #  ifndef FREEBSD
diff -r 9a3a270da3ca -r 3e1afefe6172 mail/qpopper/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/qpopper/patches/patch-ad     Sun Jan 08 17:34:47 2006 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ad,v 1.5 2006/01/08 17:34:47 joerg Exp $
+
+--- popper/pop_init.c.orig     2006-01-08 17:27:18.000000000 +0000
++++ popper/pop_init.c
+@@ -211,7 +211,6 @@
+ #endif /* HAVE_HSTRERROR */
+ #endif /* INET6 */
+ 
+-extern int      errno;
+        int      no_rev_lookup;      /*  Avoid reverse lookup? */
+ 
+ /*
diff -r 9a3a270da3ca -r 3e1afefe6172 mail/qpopper/patches/patch-af
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/qpopper/patches/patch-af     Sun Jan 08 17:34:47 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.7 2006/01/08 17:34:47 joerg Exp $
+
+--- popper/pop_updt.c.orig     2006-01-08 17:29:18.000000000 +0000
++++ popper/pop_updt.c
+@@ -125,8 +125,6 @@
+ 
+ #include "misc.h"
+ 
+-extern int      errno;
+-
+ #define         BUFSIZE          4096
+ 
+ static char standard_error[] =



Home | Main Index | Thread Index | Old Index