summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTuan Van <langthang@gentoo.org>2004-08-20 15:32:33 +0000
committerTuan Van <langthang@gentoo.org>2004-08-20 15:32:33 +0000
commitb02b245eeac339c3f895799c5b144c567e5cb6c3 (patch)
tree7d6ba50e468f1aa758b6399d38a976c583c2da3c /net-mail/courier-imap
parentAdded DEPEND on media-libs/freetype (diff)
downloadhistorical-b02b245eeac339c3f895799c5b144c567e5cb6c3.tar.gz
historical-b02b245eeac339c3f895799c5b144c567e5cb6c3.tar.bz2
historical-b02b245eeac339c3f895799c5b144c567e5cb6c3.zip
remove unused patches.
Diffstat (limited to 'net-mail/courier-imap')
-rw-r--r--net-mail/courier-imap/Manifest9
-rw-r--r--net-mail/courier-imap/files/courier-imap-2.1.1-db40vs41.patch34
-rw-r--r--net-mail/courier-imap/files/courier-imap-2.1.2-removerpm.patch74
-rw-r--r--net-mail/courier-imap/files/courier-imap-2.1.2-res_query.patch14
4 files changed, 3 insertions, 128 deletions
diff --git a/net-mail/courier-imap/Manifest b/net-mail/courier-imap/Manifest
index 004fc8b63f53..57b9cb4ad2ac 100644
--- a/net-mail/courier-imap/Manifest
+++ b/net-mail/courier-imap/Manifest
@@ -11,16 +11,13 @@ MD5 5879bfc8c6b847d7ef364b4ca6b40880 files/courier-imapd-ssl.rc6-3.0.5 1196
MD5 12ca0f1c57bbe3d8e8fd8cf56e5e3bc3 files/authdaemond-3.0.4-r1 1075
MD5 7d5ddf4fa33c73befa0bd434a17022f9 files/authdaemond.conf-3.0.4-r1 544
MD5 1709ef97052398ee74b0d7d7786d398a files/gentoo-pop3d-1.7.3-r1.rc 1020
-MD5 ff6234859377e6e830592de36bc84797 files/courier-imap-2.1.1-db40vs41.patch 559
MD5 e448df5fdbc088132766b33d27f27073 files/gentoo-imapd.rc 1006
MD5 06c960b3b160106abff0c0d3e84105d0 files/courier-imap-3.0.7-disable-fam-configure.in.patch 654
MD5 c8836ccb71ec53cb7570308b10d9c247 files/courier-imapd-ssl.rc6 1200
MD5 90bb778616a7c67658b9e78890d4b8fe files/courier-imapd.rc6 945
MD5 40deca440b71ed8d78e39968fb5a30e9 files/mkimapdcert 996
MD5 a5029d4de95a9deca6254a889ed7fd0b files/gentoo-pop3d-ssl-1.7.3-r1.rc 1012
-MD5 60552b53a15c049f8f490d454764315d files/courier-imap-2.1.2-res_query.patch 610
MD5 a2d52d98e3f5b3241e1ed40943d5a4a8 files/gentoo-pop3d-ssl.rc 989
-MD5 8518e782ded83266586160919806ec06 files/courier-imap-2.1.2-removerpm.patch 4308
MD5 ce975bfaa13118f7fcc463f2e0486277 files/courier-imap-3.0.2-removerpm.patch 4264
MD5 f156e5a11ab06f0bee9c0b1e6e2c8887 files/authdaemond.conf 440
MD5 9e69a26cf7b3bf68338f701fece09a35 files/gentoo-imapd-ssl-1.7.3-r1.rc 1036
@@ -39,7 +36,7 @@ MD5 7b677e761c000af45fa7a37635b0c5c8 files/mkpop3dcert 996
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)
-iD8DBQFBJhdc5FrxP71izLARAt/wAJ9nzLh0Qjq+TMDR9Uuq2fxz4ZOYSwCdGbmo
-aBTXROpkBe2CHfjLW7aTbwU=
-=K18B
+iD8DBQFBJhn05FrxP71izLARAi/qAJ0Udo5bWpVCn9faZDpC0UEiiKU1gQCfb+wB
+LEJTbphr2pCmSeclkAcA64Y=
+=E18+
-----END PGP SIGNATURE-----
diff --git a/net-mail/courier-imap/files/courier-imap-2.1.1-db40vs41.patch b/net-mail/courier-imap/files/courier-imap-2.1.1-db40vs41.patch
deleted file mode 100644
index c9275949df2a..000000000000
--- a/net-mail/courier-imap/files/courier-imap-2.1.1-db40vs41.patch
+++ /dev/null
@@ -1,34 +0,0 @@
---- courier-imap-2.1.1/bdbobj/bdbobj.c 2003-08-30 00:20:54.000000000 +1200
-+++ courier-imap-2.1.1_hack/bdbobj/bdbobj.c 2003-08-30 15:49:47.000000000 +1200
-@@ -112,13 +112,13 @@
- #else
- obj->dbf=0;
-
--#define DB_40 0
-+#define DB_41 0
-
- #if DB_VERSION_MAJOR == 4
--#if DB_VERSION_MINOR == 0
-+#if DB_VERSION_MINOR == 1
-
--#undef DB_40
--#define DB_40 1
-+#undef DB_41
-+#define DB_41 1
-
- #endif
- #endif
-@@ -127,10 +127,10 @@
- {
- if ( (*obj->dbf->open)(obj->dbf,
-
--#if DB_40
--
--#else
-+#if DB_41
- NULL,
-+#else
-+
- #endif
-
- filename, NULL,
diff --git a/net-mail/courier-imap/files/courier-imap-2.1.2-removerpm.patch b/net-mail/courier-imap/files/courier-imap-2.1.2-removerpm.patch
deleted file mode 100644
index 9a4dafbe6328..000000000000
--- a/net-mail/courier-imap/files/courier-imap-2.1.2-removerpm.patch
+++ /dev/null
@@ -1,74 +0,0 @@
---- courier-imap-2.1.1/configure 2003-08-20 03:50:03.000000000 +1200
-+++ courier-imap-2.1.1-gentoo/configure 2003-09-12 17:21:06.000000000 +1200
-@@ -2802,71 +2802,6 @@
- fi
-
-
--# Check whether --with-redhat or --without-redhat was given.
--if test "${with_redhat+set}" = set; then
-- withval="$with_redhat"
-- redhat=$withval
--else
-- redhat=no
--fi;
--
--if test "$srcdir" = "."
--then
-- case `./config.guess` in
-- *-linux-*)
-- if rpm -q redhat-release >/dev/null 2>/dev/null && test "$redhat" = "no"
-- then
-- hash='#'
-- { echo "$as_me:$LINENO: WARNING: === I think you are trying to run this configure script" >&5
--echo "$as_me: WARNING: === I think you are trying to run this configure script" >&2;}
-- { echo "$as_me:$LINENO: WARNING: === on Red Hat Linux. You're doing too much work!" >&5
--echo "$as_me: WARNING: === on Red Hat Linux. You're doing too much work!" >&2;}
-- { echo "$as_me:$LINENO: WARNING: === It's much faster to create installable binary RPMs" >&5
--echo "$as_me: WARNING: === It's much faster to create installable binary RPMs" >&2;}
-- { echo "$as_me:$LINENO: WARNING: === like this: http://www.courier-mta.org/FAQ.html${hash}rpm" >&5
--echo "$as_me: WARNING: === like this: http://www.courier-mta.org/FAQ.html${hash}rpm" >&2;}
-- { echo "$as_me:$LINENO: WARNING: === When you do this you may find that RPM will tell you" >&5
--echo "$as_me: WARNING: === When you do this you may find that RPM will tell you" >&2;}
-- { echo "$as_me:$LINENO: WARNING: === to install some other software first, before trying to" >&5
--echo "$as_me: WARNING: === to install some other software first, before trying to" >&2;}
-- { echo "$as_me:$LINENO: WARNING: === build this one, and even tell you the name of RPMs you" >&5
--echo "$as_me: WARNING: === build this one, and even tell you the name of RPMs you" >&2;}
-- { echo "$as_me:$LINENO: WARNING: === need to install from the distribution CD. That's much" >&5
--echo "$as_me: WARNING: === need to install from the distribution CD. That's much" >&2;}
-- { echo "$as_me:$LINENO: WARNING: === easier than trying to figure out the same from some" >&5
--echo "$as_me: WARNING: === easier than trying to figure out the same from some" >&2;}
-- { echo "$as_me:$LINENO: WARNING: === cryptic error message." >&5
--echo "$as_me: WARNING: === cryptic error message." >&2;}
-- { echo "$as_me:$LINENO: WARNING: " >&5
--echo "$as_me: WARNING: " >&2;}
-- { echo "$as_me:$LINENO: WARNING: === Even if you don't intend to use everything you need to" >&5
--echo "$as_me: WARNING: === Even if you don't intend to use everything you need to" >&2;}
-- { echo "$as_me:$LINENO: WARNING: === have in order to build via RPM, you should still do as" >&5
--echo "$as_me: WARNING: === have in order to build via RPM, you should still do as" >&2;}
-- { echo "$as_me:$LINENO: WARNING: === you're told. All the extra stuff (LDAP, SQL, etc...)" >&5
--echo "$as_me: WARNING: === you're told. All the extra stuff (LDAP, SQL, etc...)" >&2;}
-- { echo "$as_me:$LINENO: WARNING: === goes into RPM sub-packages, which do not need to be" >&5
--echo "$as_me: WARNING: === goes into RPM sub-packages, which do not need to be" >&2;}
-- { echo "$as_me:$LINENO: WARNING: === installed." >&5
--echo "$as_me: WARNING: === installed." >&2;}
-- { echo "$as_me:$LINENO: WARNING: === But, if you insist, you can simply add '--with-redhat'" >&5
--echo "$as_me: WARNING: === But, if you insist, you can simply add '--with-redhat'" >&2;}
-- { echo "$as_me:$LINENO: WARNING: === parameter to this configure script and not see this" >&5
--echo "$as_me: WARNING: === parameter to this configure script and not see this" >&2;}
-- { echo "$as_me:$LINENO: WARNING: === error message. You should also do this when upgrading" >&5
--echo "$as_me: WARNING: === error message. You should also do this when upgrading" >&2;}
-- { echo "$as_me:$LINENO: WARNING: === and you didn't use RPM with the older version." >&5
--echo "$as_me: WARNING: === and you didn't use RPM with the older version." >&2;}
-- { { echo "$as_me:$LINENO: error: ... in either case you better know what you're doing!" >&5
--echo "$as_me: error: ... in either case you better know what you're doing!" >&2;}
-- { (exit 1); exit 1; }; }
-- fi
-- ;;
-- *)
-- ;;
-- esac
--fi
--
- if test x$prefix = xNONE
- then
- prefix="$defaultprefix"
diff --git a/net-mail/courier-imap/files/courier-imap-2.1.2-res_query.patch b/net-mail/courier-imap/files/courier-imap-2.1.2-res_query.patch
deleted file mode 100644
index df936e0fc5cf..000000000000
--- a/net-mail/courier-imap/files/courier-imap-2.1.2-res_query.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- authlib/configure.in 2004-03-10 12:08:15.917116233 +0000
-+++ authlib/configure.in 2004-03-10 12:12:05.740024004 +0000
-@@ -391,7 +391,10 @@
- AC_TRY_LINK_FUNC(res_query,
- LDAPLIBS="-lresolv $LDAPLIBS" HAVE_LDAP=1
- AC_MSG_RESULT(yes),
-- AC_MSG_ERROR(Cannot find function res_query)))
-+ AC_TRY_LINK_FUNC(__res_query,
-+ LDAPLIBS="-lresolv $LDAPLIBS" HAVE_LDAP=1
-+ AC_MSG_RESULT(yes),
-+ AC_MSG_ERROR(Cannot find function res_query))))
- AC_CHECK_LIB(lber, ber_scanf,
- [ LDAPLIBS="-llber $LDAPLIBS" LIBS="-llber $LIBS" ])
- AC_CHECK_LIB(ldap, ldap_open,