diff options
Diffstat (limited to 'net-mail/courier-imap/files/courier-imap-2.1.2-removerpm.patch')
-rw-r--r-- | net-mail/courier-imap/files/courier-imap-2.1.2-removerpm.patch | 74 |
1 files changed, 74 insertions, 0 deletions
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 new file mode 100644 index 000000000000..9a4dafbe6328 --- /dev/null +++ b/net-mail/courier-imap/files/courier-imap-2.1.2-removerpm.patch @@ -0,0 +1,74 @@ +--- 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" |