diff options
author | Tuan Van <langthang@gentoo.org> | 2004-08-20 15:32:33 +0000 |
---|---|---|
committer | Tuan Van <langthang@gentoo.org> | 2004-08-20 15:32:33 +0000 |
commit | 28d2e16d63e3733d5d6f7d8b75edd15605b8760c (patch) | |
tree | 97ac146091dac629f91bce7b27024e658b726647 /net-mail/courier-imap | |
parent | Added DEPEND on media-libs/freetype (Manifest recommit) (diff) | |
download | gentoo-2-28d2e16d63e3733d5d6f7d8b75edd15605b8760c.tar.gz gentoo-2-28d2e16d63e3733d5d6f7d8b75edd15605b8760c.tar.bz2 gentoo-2-28d2e16d63e3733d5d6f7d8b75edd15605b8760c.zip |
remove unused patches.
Diffstat (limited to 'net-mail/courier-imap')
3 files changed, 0 insertions, 122 deletions
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, |