diff options
author | joerg <joerg@pkgsrc.org> | 2005-12-20 16:32:16 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2005-12-20 16:32:16 +0000 |
commit | 6775994e8a8817b1022cfdff6106298fb5870ae1 (patch) | |
tree | 90268a61959cb7b75bf3328f4cae5aa9157d0f62 /mail/mpop | |
parent | b1d7563c85595a64a4e6d27194b5091a7fbf0a59 (diff) | |
download | pkgsrc-6775994e8a8817b1022cfdff6106298fb5870ae1.tar.gz |
Fix errno.
Diffstat (limited to 'mail/mpop')
-rw-r--r-- | mail/mpop/distinfo | 10 | ||||
-rw-r--r-- | mail/mpop/patches/patch-aa | 12 | ||||
-rw-r--r-- | mail/mpop/patches/patch-ab | 12 | ||||
-rw-r--r-- | mail/mpop/patches/patch-ac | 20 | ||||
-rw-r--r-- | mail/mpop/patches/patch-ad | 12 | ||||
-rw-r--r-- | mail/mpop/patches/patch-ae | 12 | ||||
-rw-r--r-- | mail/mpop/patches/patch-af | 12 | ||||
-rw-r--r-- | mail/mpop/patches/patch-ag | 12 | ||||
-rw-r--r-- | mail/mpop/patches/patch-ah | 12 |
9 files changed, 113 insertions, 1 deletions
diff --git a/mail/mpop/distinfo b/mail/mpop/distinfo index de8df89f517..dd2465c2985 100644 --- a/mail/mpop/distinfo +++ b/mail/mpop/distinfo @@ -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 --git a/mail/mpop/patches/patch-aa b/mail/mpop/patches/patch-aa new file mode 100644 index 00000000000..067661f51b7 --- /dev/null +++ b/mail/mpop/patches/patch-aa @@ -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 --git a/mail/mpop/patches/patch-ab b/mail/mpop/patches/patch-ab new file mode 100644 index 00000000000..ab810a6dc92 --- /dev/null +++ b/mail/mpop/patches/patch-ab @@ -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 --git a/mail/mpop/patches/patch-ac b/mail/mpop/patches/patch-ac new file mode 100644 index 00000000000..764bc371fba --- /dev/null +++ b/mail/mpop/patches/patch-ac @@ -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 --git a/mail/mpop/patches/patch-ad b/mail/mpop/patches/patch-ad new file mode 100644 index 00000000000..f88b5b79d8a --- /dev/null +++ b/mail/mpop/patches/patch-ad @@ -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 --git a/mail/mpop/patches/patch-ae b/mail/mpop/patches/patch-ae new file mode 100644 index 00000000000..d51e18894d5 --- /dev/null +++ b/mail/mpop/patches/patch-ae @@ -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 --git a/mail/mpop/patches/patch-af b/mail/mpop/patches/patch-af new file mode 100644 index 00000000000..ae5c38dd78a --- /dev/null +++ b/mail/mpop/patches/patch-af @@ -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 --git a/mail/mpop/patches/patch-ag b/mail/mpop/patches/patch-ag new file mode 100644 index 00000000000..f10e77f6c1e --- /dev/null +++ b/mail/mpop/patches/patch-ag @@ -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 --git a/mail/mpop/patches/patch-ah b/mail/mpop/patches/patch-ah new file mode 100644 index 00000000000..86e88958c07 --- /dev/null +++ b/mail/mpop/patches/patch-ah @@ -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> |