summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2005-10-31 08:37:41 +0000
committerAndrej Kacian <ticho@gentoo.org>2005-10-31 08:37:41 +0000
commit907962167a70ae7540455ffabb69a9fbb111e47c (patch)
tree29ae581797cac22aed307b1ec79f70cf392080d1 /net-mail/fetchmail/files
parentclean old files (diff)
downloadgentoo-2-907962167a70ae7540455ffabb69a9fbb111e47c.tar.gz
gentoo-2-907962167a70ae7540455ffabb69a9fbb111e47c.tar.bz2
gentoo-2-907962167a70ae7540455ffabb69a9fbb111e47c.zip
Big ebuild cleanup, as 6.2.5.2-r1 is stable on all supported arches.
(Portage version: 2.0.53_rc5)
Diffstat (limited to 'net-mail/fetchmail/files')
-rw-r--r--net-mail/fetchmail/files/configure-5.9.14.diff66
-rw-r--r--net-mail/fetchmail/files/digest-fetchmail-5.9.141
-rw-r--r--net-mail/fetchmail/files/digest-fetchmail-6.2.1-r11
-rw-r--r--net-mail/fetchmail/files/digest-fetchmail-6.2.2-r21
-rw-r--r--net-mail/fetchmail/files/digest-fetchmail-6.2.31
-rw-r--r--net-mail/fetchmail/files/digest-fetchmail-6.2.41
-rw-r--r--net-mail/fetchmail/files/digest-fetchmail-6.2.51
-rw-r--r--net-mail/fetchmail/files/digest-fetchmail-6.2.5-r11
-rw-r--r--net-mail/fetchmail/files/digest-fetchmail-6.2.5-r21
-rw-r--r--net-mail/fetchmail/files/digest-fetchmail-6.2.5.22
-rw-r--r--net-mail/fetchmail/files/fetchmail-6.1.0-gentoo.diff15
-rw-r--r--net-mail/fetchmail/files/fetchmail-6.2.0-gentoo.diff46
-rw-r--r--net-mail/fetchmail/files/fetchmail-6.2.2-multiple-return-path.diff27
-rw-r--r--net-mail/fetchmail/files/fetchmail-6.2.5-fetchsizelimit.patch15
14 files changed, 0 insertions, 179 deletions
diff --git a/net-mail/fetchmail/files/configure-5.9.14.diff b/net-mail/fetchmail/files/configure-5.9.14.diff
deleted file mode 100644
index 3847ca4e80c5..000000000000
--- a/net-mail/fetchmail/files/configure-5.9.14.diff
+++ /dev/null
@@ -1,66 +0,0 @@
-diff -urN fetchmail-5.9.14/configure fetchmail-5.9.14-modified/configure
---- fetchmail-5.9.14/configure Wed Sep 4 08:43:37 2002
-+++ fetchmail-5.9.14-modified/configure Wed Sep 11 16:57:12 2002
-@@ -6949,7 +6949,7 @@
- #define KERBEROS_V5 1
- EOF
-
-- test "$dir" != "/usr" && CEFLAGS="$CEFLAGS -I$dir/include"
-+ test "$dir" != "/usr" && CEFLAGS="$CEFLAGS"
- LDEFLAGS="$LDEFLAGS -L$dir/lib"
- LIBS="$LIBS $ac_krblibs $libk5crypto"
- with_kerberos5=$dir
-@@ -7259,7 +7259,7 @@
- then
- ### ssl.h found under openssl. Use openssl configuration preferentially
- echo "Enabling OpenSSL support in $with_ssl"
-- CEFLAGS="$CEFLAGS -I$with_ssl/include -I$with_ssl/include/openssl"
-+ CEFLAGS="$CEFLAGS -I$with_ssl/include/openssl"
- ### OpenBSD comes with ssl headers
- elif test -r /usr/include/ssl/ssl.h
- then
-@@ -7267,7 +7267,7 @@
- CEFLAGS="$CEFLAGS -I/usr/include/ssl"
- else
- echo "Enabling SSLeay support in $with_ssl"
-- CEFLAGS="$CEFLAGS -I$with_ssl/include"
-+ CEFLAGS="$CEFLAGS"
- fi
- LDEFLAGS="$LDEFLAGS -L$with_ssl/lib"
- LIBS="$LIBS -lssl -lcrypto"
-@@ -7484,7 +7484,7 @@
- do
- if test -f "$dir/include/hesiod.h"
- then
-- CEFLAGS="$CEFLAGS -DHESIOD -I$dir/include"
-+ CEFLAGS="$CEFLAGS -DHESIOD"
- LDEFLAGS="$LDEFLAGS -L$dir/lib"
- LIBS="$LIBS -lhesiod"
- with_hesiod=$dir
-@@ -7494,7 +7494,7 @@
- ;;
- *)
- # Path given
-- CEFLAGS="$CEFLAGS -DHESIOD -I$with_hesiod/include"
-+ CEFLAGS="$CEFLAGS -DHESIOD"
- LDEFLAGS="$LDEFLAGS -L$with_hesiod/lib"
- LIBS="$LIBS -lhesiod"
- ;;
-@@ -7513,7 +7513,7 @@
- fi
- if test "$with_gssapi" != "yes" -a -n "$with_gssapi"
- then
-- CFLAGS="$CFLAGS -I$with_gssapi/include"
-+ CFLAGS="$CFLAGS"
- LDFLAGS="$LDFLAGS -L$with_gssapi/lib"
- fi
-
-@@ -7613,7 +7613,7 @@
- EOF
-
- save_CPPFLAGS=$CPPFLAGS
-- CPPFLAGS="-I$with_gssapi/include"
-+ CPPFLAGS=""
- for ac_hdr in gssapi.h gssapi/gssapi.h gssapi/gssapi_generic.h
- do
- ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
diff --git a/net-mail/fetchmail/files/digest-fetchmail-5.9.14 b/net-mail/fetchmail/files/digest-fetchmail-5.9.14
deleted file mode 100644
index e9097dcbecfa..000000000000
--- a/net-mail/fetchmail/files/digest-fetchmail-5.9.14
+++ /dev/null
@@ -1 +0,0 @@
-MD5 c8a9b828e734723ff48e79246aef92f4 fetchmail-5.9.14.tar.gz 984070
diff --git a/net-mail/fetchmail/files/digest-fetchmail-6.2.1-r1 b/net-mail/fetchmail/files/digest-fetchmail-6.2.1-r1
deleted file mode 100644
index 8d67be225e13..000000000000
--- a/net-mail/fetchmail/files/digest-fetchmail-6.2.1-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 8f9f8f809caf03e064b42361ae5756d2 fetchmail-6.2.1.tar.gz 1139251
diff --git a/net-mail/fetchmail/files/digest-fetchmail-6.2.2-r2 b/net-mail/fetchmail/files/digest-fetchmail-6.2.2-r2
deleted file mode 100644
index a1f977811cec..000000000000
--- a/net-mail/fetchmail/files/digest-fetchmail-6.2.2-r2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b3544890a2452b5b04c709c65109c43a fetchmail-6.2.2.tar.gz 1205198
diff --git a/net-mail/fetchmail/files/digest-fetchmail-6.2.3 b/net-mail/fetchmail/files/digest-fetchmail-6.2.3
deleted file mode 100644
index 5c3d17e60bbe..000000000000
--- a/net-mail/fetchmail/files/digest-fetchmail-6.2.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e131bdb6c3977fd47a3e122c43dcf19d fetchmail-6.2.3.tar.gz 1239344
diff --git a/net-mail/fetchmail/files/digest-fetchmail-6.2.4 b/net-mail/fetchmail/files/digest-fetchmail-6.2.4
deleted file mode 100644
index 61cc41599e08..000000000000
--- a/net-mail/fetchmail/files/digest-fetchmail-6.2.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 3614acbda936548d2f8d5bffb161ff59 fetchmail-6.2.4.tar.gz 1247210
diff --git a/net-mail/fetchmail/files/digest-fetchmail-6.2.5 b/net-mail/fetchmail/files/digest-fetchmail-6.2.5
deleted file mode 100644
index 11752ef97731..000000000000
--- a/net-mail/fetchmail/files/digest-fetchmail-6.2.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 9956b30139edaa4f5f77c4d0dbd80225 fetchmail-6.2.5.tar.gz 1257376
diff --git a/net-mail/fetchmail/files/digest-fetchmail-6.2.5-r1 b/net-mail/fetchmail/files/digest-fetchmail-6.2.5-r1
deleted file mode 100644
index 11752ef97731..000000000000
--- a/net-mail/fetchmail/files/digest-fetchmail-6.2.5-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 9956b30139edaa4f5f77c4d0dbd80225 fetchmail-6.2.5.tar.gz 1257376
diff --git a/net-mail/fetchmail/files/digest-fetchmail-6.2.5-r2 b/net-mail/fetchmail/files/digest-fetchmail-6.2.5-r2
deleted file mode 100644
index 11752ef97731..000000000000
--- a/net-mail/fetchmail/files/digest-fetchmail-6.2.5-r2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 9956b30139edaa4f5f77c4d0dbd80225 fetchmail-6.2.5.tar.gz 1257376
diff --git a/net-mail/fetchmail/files/digest-fetchmail-6.2.5.2 b/net-mail/fetchmail/files/digest-fetchmail-6.2.5.2
deleted file mode 100644
index 0be546c5a44c..000000000000
--- a/net-mail/fetchmail/files/digest-fetchmail-6.2.5.2
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 9956b30139edaa4f5f77c4d0dbd80225 fetchmail-6.2.5.tar.gz 1257376
-MD5 be18f89b94e937a22560aa452e524c4b fetchmail-patch-6.2.5.2.gz 2000
diff --git a/net-mail/fetchmail/files/fetchmail-6.1.0-gentoo.diff b/net-mail/fetchmail/files/fetchmail-6.1.0-gentoo.diff
deleted file mode 100644
index 383595de4bbb..000000000000
--- a/net-mail/fetchmail/files/fetchmail-6.1.0-gentoo.diff
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -urN fetchmail-6.1.0/Makefile fetchmail-6.1.0-modified/Makefile
---- fetchmail-6.1.0/Makefile 2002-10-08 10:35:26.000000000 -0500
-+++ fetchmail-6.1.0-modified/Makefile 2002-10-08 10:36:06.000000000 -0500
-@@ -23,9 +23,9 @@
- # YACC = yacc
- YACCFLAGS = -d # -t
-
--CEFLAGS = -I/usr/include -I/usr/include/openssl -DHESIOD -I/usr/include
-+CEFLAGS = -I/usr/include/openssl -DHESIOD
- CPFLAGS =
--LDEFLAGS = -L/usr/lib -L/usr/lib
-+LDEFLAGS = -L/usr/lib
-
- # for gettext (used by fetchmail.c, NOT by GNU gettext)
- localedir = $(datadir)/locale
diff --git a/net-mail/fetchmail/files/fetchmail-6.2.0-gentoo.diff b/net-mail/fetchmail/files/fetchmail-6.2.0-gentoo.diff
deleted file mode 100644
index ce2d0b4109cf..000000000000
--- a/net-mail/fetchmail/files/fetchmail-6.2.0-gentoo.diff
+++ /dev/null
@@ -1,46 +0,0 @@
---- fetchmail-6.1.2/pop2.c.old Thu Mar 22 08:45:35 2001
-+++ fetchmail-6.1.2/pop2.c Thu Nov 28 22:47:51 2002
-@@ -129,8 +129,8 @@
- {
- "POP2", /* Post Office Protocol v2 */
- #if INET6_ENABLE
-- "pop2", /* standard POP2 port */
-- "pop2", /* ssl POP2 port */
-+ "pop-2", /* standard POP2 port */
-+ "pop-2", /* ssl POP2 port */
- #else /* INET6_ENABLE */
- 109, /* standard POP2 port */
- 109, /* ssl POP2 port - not */
---- fetchmail-6.1.2/imap.c.old Thu Nov 28 22:52:07 2002
-+++ fetchmail-6.1.2/imap.c Thu Nov 28 22:48:20 2002
-@@ -1012,7 +1012,7 @@
- {
- "IMAP", /* Internet Message Access Protocol */
- #if INET6_ENABLE
-- "imap",
-+ "imap2",
- "imaps",
- #else /* INET6_ENABLE */
- 143, /* standard IMAP2bis/IMAP4 port */
---- fetchmail-6.1.2/etrn.c.old Sun Mar 10 22:34:50 2002
-+++ fetchmail-6.1.2/etrn.c Thu Nov 28 22:53:26 2002
-@@ -124,7 +124,7 @@
- "ETRN", /* ESMTP ETRN extension */
- #if INET6_ENABLE
- "smtp", /* standard SMTP port */
-- "smtps", /* ssl SMTP port */
-+ "ssmtp", /* ssl SMTP port */
- #else /* INET6_ENABLE */
- 25, /* standard SMTP port */
- 465, /* ssl SMTP port */
---- fetchmail-6.1.2/pop3.c.old Thu Oct 31 15:41:37 2002
-+++ fetchmail-6.1.2/pop3.c Thu Nov 28 22:47:30 2002
-@@ -817,7 +817,7 @@
- {
- "POP3", /* Post Office Protocol v3 */
- #if INET6_ENABLE
-- "pop3", /* standard POP3 port */
-+ "pop-3", /* standard POP3 port */
- "pop3s", /* ssl POP3 port */
- #else /* INET6_ENABLE */
- 110, /* standard POP3 port */
diff --git a/net-mail/fetchmail/files/fetchmail-6.2.2-multiple-return-path.diff b/net-mail/fetchmail/files/fetchmail-6.2.2-multiple-return-path.diff
deleted file mode 100644
index d3cfc08c6ba8..000000000000
--- a/net-mail/fetchmail/files/fetchmail-6.2.2-multiple-return-path.diff
+++ /dev/null
@@ -1,27 +0,0 @@
---- fetchmail-6.2.2/transact.c.orig 2003-04-14 12:46:42.000000000 +0800
-+++ fetchmail-6.2.2/transact.c 2003-04-14 13:04:33.000000000 +0800
-@@ -381,6 +381,7 @@
- flag headers_ok, has_nuls;
- int olderrs, good_addresses, bad_addresses;
- int retain_mail = 0;
-+ flag already_has_return_path = FALSE;
-
- sizeticker = 0;
- has_nuls = headers_ok = FALSE;
-@@ -676,9 +677,15 @@
- * not trigger bounces if delivery fails. What we *do* need to do is
- * make sure we never try to rewrite such a blank Return-Path. We
- * handle this with a check for <> in the rewrite logic above.
-+ *
-+ * Also, if an email has multiple Return-Path: statement, we only
-+ * read the first occurance, as some spam email has more than one
-+ * Return-Path.
-+ *
- */
-- if (!strncasecmp("Return-Path:", line, 12) && (cp = nxtaddr(line)))
-+ if ((already_has_return_path==FALSE) && !strncasecmp("Return-Path:", line, 12) && (cp = nxtaddr(line)))
- {
-+ already_has_return_path = TRUE;
- strncpy(msgblk.return_path, cp, sizeof(msgblk.return_path));
- msgblk.return_path[sizeof(msgblk.return_path)-1] = '\0';
- if (!ctl->mda) {
diff --git a/net-mail/fetchmail/files/fetchmail-6.2.5-fetchsizelimit.patch b/net-mail/fetchmail/files/fetchmail-6.2.5-fetchsizelimit.patch
deleted file mode 100644
index 54f0042d4db4..000000000000
--- a/net-mail/fetchmail/files/fetchmail-6.2.5-fetchsizelimit.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- driver.c 2003-10-16 00:52:31 +0530
-+++ driver.c 2003-10-17 11:24:27 +0530
-@@ -429,8 +429,11 @@
- /* for POP3, we can get the size of one mail only! Unfortunately, this
- * protocol specific test cannot be done elsewhere as the protocol
- * could be "auto". */
-- if (ctl->server.protocol == P_POP3)
-+ switch (ctl->server.protocol)
-+ {
-+ case P_POP3: case P_APOP: case P_RPOP:
- fetchsizelimit = 1;
-+ }
-
- /* Time to allocate memory to store the sizes */
- xalloca(msgsizes, int *, sizeof(int) * fetchsizelimit);