summaryrefslogtreecommitdiff
path: root/mail/cyrus-imapd2/files/patch-ac
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2014-06-30 11:31:04 +0000
committerRene Ladan <rene@FreeBSD.org>2014-06-30 11:31:04 +0000
commit8c108f1a312eb49c4820e65179aaecc40b002c51 (patch)
tree042dba241a120e8ea610123980307913c3c35b31 /mail/cyrus-imapd2/files/patch-ac
parent- reset maintainer due to multiple timeouts [1] (diff)
Remove expired ports:
2014-06-30 mail/cyrus-imapd2: Cyrus IMAPd 2.1.X have been deprecated, consider using 2.4.X. 2014-06-30 mail/cyrus-imapd22: No further releases of 2.2.X are planned, consider using 2.4.X.
Notes
Notes: svn path=/head/; revision=359828
Diffstat (limited to 'mail/cyrus-imapd2/files/patch-ac')
-rw-r--r--mail/cyrus-imapd2/files/patch-ac39
1 files changed, 0 insertions, 39 deletions
diff --git a/mail/cyrus-imapd2/files/patch-ac b/mail/cyrus-imapd2/files/patch-ac
deleted file mode 100644
index 0e94342e36bb..000000000000
--- a/mail/cyrus-imapd2/files/patch-ac
+++ /dev/null
@@ -1,39 +0,0 @@
-Index: configure
-diff -u configure.orig configure
---- configure.orig Mon Mar 8 01:36:22 2004
-+++ configure Mon Mar 8 01:44:26 2004
-@@ -3023,7 +3023,7 @@
- BDB_LIBADD=""
- fi
-
-- for dbname in db-4.1 db4.1 db41 db-4.0 db4.0 db-4 db40 db4 db-3.3 db3.3 db33 db-3.2 db3.2 db32 db-3.1 db3.1 db31 db-3 db30 db3 db
-+ for dbname in ${with_bdb} db-4.1 db4.1 db41 db-4.0 db4.0 db-4 db40 db4 db-3.3 db3.3 db33 db-3.2 db3.2 db32 db-3.1 db3.1 db31 db-3 db30 db3 db
- do
- echo $ac_n "checking for db_create in -l$dbname""... $ac_c" 1>&6
- echo "configure:3030: checking for db_create in -l$dbname" >&5
-@@ -6950,6 +6950,8 @@
- EXTRA_SUBDIRS="${EXTRA_SUBDIRS} perl"
- PERL_SUBDIRS="imap"
- PERL="${with_perl}"
-+ eval `${PERL} -V:cccdlflags`
-+ PERL_CCCDLFLAGS="$cccdlflags"
- fi
-
- if test "$sievedir" != "no"; then
-@@ -7305,7 +7307,7 @@
- #define HAVE_UCDSNMP 1
- EOF
-
-- LIB_UCDSNMP="-lucdagent -lucdmibs -lsnmp"
-+ LIB_UCDSNMP="-lucdagent -lucdmibs -lsnmp -lkvm -ldevstat -lwrap"
- echo $ac_n "checking for rpmdbOpen in -lrpm""... $ac_c" 1>&6
- echo "configure:7311: checking for rpmdbOpen in -lrpm" >&5
- ac_lib_var=`echo rpm'_'rpmdbOpen | sed 'y%./+-%__p_%'`
-@@ -7579,6 +7581,7 @@
- s%@LIB_SASL@%$LIB_SASL%g
- s%@SASLFLAGS@%$SASLFLAGS%g
- s%@PERL@%$PERL%g
-+s%@PERL_CCCDLFLAGS@%$PERL_CCCDLFLAGS%g
- s%@MD5OBJ@%$MD5OBJ%g
- s%@SNMP_SUBDIRS@%$SNMP_SUBDIRS%g
- s%@LIB_WRAP@%$LIB_WRAP%g