diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-02-18 23:44:49 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-02-18 23:44:49 +0000 |
commit | 11ea174ccbc9cebd4134768e8fb92c6a3dc2c559 (patch) | |
tree | 1514ed7a486e108239615c1d83319d83bacdbc3d /mail/cyrus-imapd/files/patch-ac | |
parent | Update dependency to bash2 in preparation for removing bash1. (diff) |
As previously announced, remove ports that have reached their expiry date,
and the handful of ports that depended on them.
Notes
Notes:
svn path=/head/; revision=129234
Diffstat (limited to 'mail/cyrus-imapd/files/patch-ac')
-rw-r--r-- | mail/cyrus-imapd/files/patch-ac | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/mail/cyrus-imapd/files/patch-ac b/mail/cyrus-imapd/files/patch-ac deleted file mode 100644 index e3f73dd1f2d8..000000000000 --- a/mail/cyrus-imapd/files/patch-ac +++ /dev/null @@ -1,30 +0,0 @@ -Index: configure -diff -u configure.orig configure ---- configure.orig Mon Mar 8 02:25:08 2004 -+++ configure Mon Mar 8 02:26:39 2004 -@@ -2286,6 +2286,8 @@ - else - EXTRA_SUBDIRS="${EXTRA_SUBDIRS} perl" - PERL_SUBDIRS="imap" -+ eval `${PERL} -V:cccdlflags` -+ PERL_CCCDLFLAGS="$cccdlflags" - fi - - if test "$sievedir" != "no"; then -@@ -4187,7 +4189,7 @@ - cmu_saved_LIBS=$LIBS - if test -d ${with_sasl}; then - ac_cv_sasl_where_lib=${with_sasl}/lib -- ac_cv_sasl_where_inc=${with_sasl}/include -+ ac_cv_sasl_where_inc=${with_sasl}/include/sasl1 - - SASLFLAGS="-I$ac_cv_sasl_where_inc" - LIB_SASL="-L$ac_cv_sasl_where_lib" -@@ -5300,6 +5302,7 @@ - s%@LEX@%$LEX%g - s%@LEXLIB@%$LEXLIB%g - s%@PERL@%$PERL%g -+s%@PERL_CCCDLFLAGS@%$PERL_CCCDLFLAGS%g - s%@WITH_NONBLOCK@%$WITH_NONBLOCK%g - s%@WITH_GMTOFF@%$WITH_GMTOFF%g - s%@WITH_MAP@%$WITH_MAP%g |