pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1a161a73f97a
branches:  trunk
changeset: 504761:1a161a73f97a
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Dec 20 16:32:16 2005 +0000

description:
Fix errno.

diffstat:

 mail/mpop/distinfo         |  10 +++++++++-
 mail/mpop/patches/patch-aa |  12 ++++++++++++
 mail/mpop/patches/patch-ab |  12 ++++++++++++
 mail/mpop/patches/patch-ac |  20 ++++++++++++++++++++
 mail/mpop/patches/patch-ad |  12 ++++++++++++
 mail/mpop/patches/patch-ae |  12 ++++++++++++
 mail/mpop/patches/patch-af |  12 ++++++++++++
 mail/mpop/patches/patch-ag |  12 ++++++++++++
 mail/mpop/patches/patch-ah |  12 ++++++++++++
 9 files changed, 113 insertions(+), 1 deletions(-)

diffs (154 lines):

diff -r d293e9909f1a -r 1a161a73f97a mail/mpop/distinfo
--- a/mail/mpop/distinfo        Tue Dec 20 16:15:37 2005 +0000
+++ b/mail/mpop/distinfo        Tue Dec 20 16:32:16 2005 +0000
@@ -1,5 +1,13 @@
-$NetBSD: distinfo,v 1.1.1.1 2005/11/13 03:09:20 minskim Exp $
+$NetBSD: distinfo,v 1.2 2005/12/20 16:32:16 joerg Exp $
 
 SHA1 (mpop-0.8.2.tar.bz2) = 240fbe3e93051a50e403f342b0dab822e91cdb15
 RMD160 (mpop-0.8.2.tar.bz2) = ea1fc39769ea14cc62c07847a695524baa462867
 Size (mpop-0.8.2.tar.bz2) = 475994 bytes
+SHA1 (patch-aa) = f00003c71808c318600bd18ee50c1f632e7a1006
+SHA1 (patch-ab) = c97dea52e61819e49327b17dffdff4a6d6aefb17
+SHA1 (patch-ac) = 05c878df4516531343e6ce3e57962cacaca3866b
+SHA1 (patch-ad) = 6ea860bee1170307f054a40e676e5aa7a8c74e5a
+SHA1 (patch-ae) = 555ef410dea68c958d91c55161019ee714c0c6ca
+SHA1 (patch-af) = 4f2e902b6d00a80ad82e0e15e98cec599f332431
+SHA1 (patch-ag) = 4031c770fd4b4d31264b296b51bec8cdff801239
+SHA1 (patch-ah) = c106ab8b33adba014e135e58c9fcd5f513e6d82e
diff -r d293e9909f1a -r 1a161a73f97a mail/mpop/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/mpop/patches/patch-aa        Tue Dec 20 16:32:16 2005 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1 2005/12/20 16:32:16 joerg Exp $
+
+--- src/conf.c.orig    2005-12-20 16:21:47.000000000 +0000
++++ src/conf.c
+@@ -31,7 +31,6 @@
+ #include <string.h>
+ #include <ctype.h>
+ #include <errno.h>
+-extern int errno;
+ 
+ #include "gettext.h"
+ #include "xalloc.h"
diff -r d293e9909f1a -r 1a161a73f97a mail/mpop/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/mpop/patches/patch-ab        Tue Dec 20 16:32:16 2005 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.1 2005/12/20 16:32:16 joerg Exp $
+
+--- src/mpop.c.orig    2005-12-20 16:23:42.000000000 +0000
++++ src/mpop.c
+@@ -32,7 +32,6 @@
+ #include <string.h>
+ #include <ctype.h>
+ #include <errno.h>
+-extern int errno;
+ #include <time.h>
+ #include <getopt.h>
+ extern char *optarg;
diff -r d293e9909f1a -r 1a161a73f97a mail/mpop/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/mpop/patches/patch-ac        Tue Dec 20 16:32:16 2005 +0000
@@ -0,0 +1,20 @@
+$NetBSD: patch-ac,v 1.1 2005/12/20 16:32:16 joerg Exp $
+
+--- src/net.c.orig     2005-12-20 16:24:08.000000000 +0000
++++ src/net.c
+@@ -43,7 +43,6 @@
+ #define NI_MAXHOST 1025
+ #endif
+ #include <errno.h>
+-extern int errno;
+ #else /* UNIX */
+ #include <unistd.h>
+ #include <fcntl.h>
+@@ -57,7 +56,6 @@ extern int h_errno;
+ #include <arpa/inet.h>
+ #include <netdb.h>
+ #include <errno.h>
+-extern int errno;
+ #endif /* UNIX */
+ 
+ #include "gettext.h"
diff -r d293e9909f1a -r 1a161a73f97a mail/mpop/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/mpop/patches/patch-ad        Tue Dec 20 16:32:16 2005 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ad,v 1.1 2005/12/20 16:32:16 joerg Exp $
+
+--- src/os_env.c.orig  2005-12-20 16:24:52.000000000 +0000
++++ src/os_env.c
+@@ -29,7 +29,6 @@
+ #include <stdlib.h>
+ #include <string.h>
+ #include <errno.h>
+-extern int errno;
+ #include <fcntl.h>
+ #include <sys/types.h>
+ #include <sys/stat.h>
diff -r d293e9909f1a -r 1a161a73f97a mail/mpop/patches/patch-ae
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/mpop/patches/patch-ae        Tue Dec 20 16:32:16 2005 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ae,v 1.1 2005/12/20 16:32:16 joerg Exp $
+
+--- src/pop3.c.orig    2005-12-20 16:25:21.000000000 +0000
++++ src/pop3.c
+@@ -34,7 +34,6 @@
+ #include <strings.h>
+ #include <ctype.h>
+ #include <errno.h>
+-extern int errno;
+ 
+ #ifdef USE_GSASL
+ #include <gsasl.h>
diff -r d293e9909f1a -r 1a161a73f97a mail/mpop/patches/patch-af
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/mpop/patches/patch-af        Tue Dec 20 16:32:16 2005 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-af,v 1.1 2005/12/20 16:32:16 joerg Exp $
+
+--- src/uidls.c.orig   2005-12-20 16:26:58.000000000 +0000
++++ src/uidls.c
+@@ -30,7 +30,6 @@
+ #include <limits.h>
+ #include <string.h>
+ #include <errno.h>
+-extern int errno;
+ 
+ #include "gettext.h"
+ #include "xalloc.h"
diff -r d293e9909f1a -r 1a161a73f97a mail/mpop/patches/patch-ag
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/mpop/patches/patch-ag        Tue Dec 20 16:32:16 2005 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ag,v 1.1 2005/12/20 16:32:16 joerg Exp $
+
+--- src/delivery.c.orig        2005-12-20 16:23:14.000000000 +0000
++++ src/delivery.c
+@@ -32,7 +32,6 @@
+ #include <sys/time.h>
+ #include <time.h>
+ #include <errno.h>
+-extern int errno;
+ #include <sys/types.h>
+ #include <sys/stat.h>
+ #include <sysexits.h>
diff -r d293e9909f1a -r 1a161a73f97a mail/mpop/patches/patch-ah
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/mpop/patches/patch-ah        Tue Dec 20 16:32:16 2005 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ah,v 1.1 2005/12/20 16:32:16 joerg Exp $
+
+--- src/tls.c.orig     2005-12-20 16:27:32.000000000 +0000
++++ src/tls.c
+@@ -33,7 +33,6 @@
+ #include <limits.h>
+ #include <time.h>
+ #include <errno.h>
+-extern int errno;
+ 
+ #ifdef HAVE_GNUTLS
+ #include <gnutls/gnutls.h>



Home | Main Index | Thread Index | Old Index