diff options
author | Tuan Van <langthang@gentoo.org> | 2004-11-01 18:02:24 +0000 |
---|---|---|
committer | Tuan Van <langthang@gentoo.org> | 2004-11-01 18:02:24 +0000 |
commit | 8a54636a25900878d5144cc63352633f158e9195 (patch) | |
tree | f0aee981e55a0006defd7647d22a57c04590f204 /net-mail | |
parent | New version that removes gnutls support and fixes permissions. (Manifest reco... (diff) | |
download | gentoo-2-8a54636a25900878d5144cc63352633f158e9195.tar.gz gentoo-2-8a54636a25900878d5144cc63352633f158e9195.tar.bz2 gentoo-2-8a54636a25900878d5144cc63352633f158e9195.zip |
remove old ebuilds.
Diffstat (limited to 'net-mail')
14 files changed, 10 insertions, 579 deletions
diff --git a/net-mail/cyrus-imap-admin/ChangeLog b/net-mail/cyrus-imap-admin/ChangeLog index 149196e8e14a..bfcfbd714897 100644 --- a/net-mail/cyrus-imap-admin/ChangeLog +++ b/net-mail/cyrus-imap-admin/ChangeLog @@ -1,6 +1,15 @@ # ChangeLog for net-mail/cyrus-imap-admin # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imap-admin/ChangeLog,v 1.29 2004/10/15 22:44:39 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imap-admin/ChangeLog,v 1.30 2004/11/01 18:02:24 langthang Exp $ + + 01 Nov 2004; Tuan Van <langthang@gentoo.org> -files/2.1.14-db4.patch, + -files/cyrus-imap-admin-2.1.12-libwrap.patch, + -files/cyrus-imap-admin-2.2.3-fPIC.patch, + -files/cyrus-imapd-2.1.12-includepath.patch, + -files/cyrus-imapd-2.2.3-db4.patch, -cyrus-imap-admin-2.1.12.ebuild, + -cyrus-imap-admin-2.1.13.ebuild, -cyrus-imap-admin-2.1.14.ebuild, + -cyrus-imap-admin-2.2.3.ebuild: + remove old ebuilds. 16 Oct 2004; Guy Martin <gmsoft@gentoo.org> cyrus-imap-admin-2.2.8.ebuild: Stable on hppa. diff --git a/net-mail/cyrus-imap-admin/cyrus-imap-admin-2.1.12.ebuild b/net-mail/cyrus-imap-admin/cyrus-imap-admin-2.1.12.ebuild deleted file mode 100644 index 730d62f9171d..000000000000 --- a/net-mail/cyrus-imap-admin/cyrus-imap-admin-2.1.12.ebuild +++ /dev/null @@ -1,95 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imap-admin/cyrus-imap-admin-2.1.12.ebuild,v 1.14 2004/07/15 01:45:26 agriffis Exp $ - -inherit perl-module eutils - -S=${WORKDIR}/cyrus-imapd-${PV} - -DESCRIPTION="Utilities to administer a Cyrus IMAP Server (includes Perl modules)" -HOMEPAGE="http://asg.web.cmu.edu/cyrus/imapd/" -SRC_URI="ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/OLD-VERSIONS/imap/cyrus-imapd-${PV}.tar.gz" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="x86 -ppc -sparc" -IUSE="afs kerberos snmp ssl" - -PROVIDE="virtual/imapd" -DEPEND="virtual/libc - afs? ( >=net-fs/openafs-1.2.2 ) - snmp? ( >=net-analyzer/ucd-snmp-4.2.3 ) - ssl? ( >=dev-libs/openssl-0.9.6 ) - >=dev-lang/perl-5.6.1 - kerberos? ( >=app-crypt/mit-krb5-1.2.5 ) - >=sys-libs/db-3.2 - >=sys-libs/pam-0.75 - >=dev-libs/cyrus-sasl-2.1.12 - >=sys-apps/tcp-wrappers-7.6 - dev-perl/ExtUtils-MakeMaker - dev-perl/Term-ReadLine-Perl - dev-perl/TermReadKey - sys-libs/libtermcap-compat" - -src_unpack() { - unpack ${A} - cd ${S} - # add libwrap defines as we don't have a dynamicly linked library. - epatch ${FILESDIR}/${P}-libwrap.patch - # when linking with rpm, you need to link with more libraries. - cp configure configure.orig - sed -e "s:lrpm:lrpm -lrpmio -lrpmdb:" \ - < configure.orig > configure -} - -src_compile() { - local myconf - - use afs && myconf="--with-afs" \ - || myconf="--without-afs" - - use snmp && myconf="${myconf} --with-ucdsnmp=/usr" \ - || myconf="${myconf} --without-ucdsnmp" - - use ssl && myconf="${myconf} --with-openssl=/usr" \ - || myconf="${myconf} --without-openssl" - - #use kerberos && myconf="${myconf} --with-krb=/usr/athena --with-auth=krb --enable-gssapi" \ - # || myconf="${myconf} --without-krb --with-auth=unix --disable-gssapi" - # As cyrus-sasl-2.1.12 doesn't appear to compile in krb4 support - # (neither did previous versions) only support krb5 - use kerberos && myconf="${myconf} --with-auth=krb --enable-gssapi" \ - || myconf="${myconf} --without-krb --with-auth=unix --disable-gssapi" - - econf \ - --enable-listext \ - --with-cyrus-group=mail \ - --enable-netscapehack \ - --with-com_err=yes \ - --with-perl=/usr/bin/perl \ - --enable-cyradm \ - --with-libwrap=/usr \ - ${myconf} || die "bad ./configure" - - # make depends break with -f... in CFLAGS - make depend CFLAGS="" || die "make depend problem" - - cd ${S}/lib - make || die "compile problem" - cd ${S}/perl - make || die "compile problem" -} - -src_install () { - echo "Installation of perl-modules" - export DESTDIR=${D} - cd ${S}/perl/imap - perl-module_src_prep - perl-module_src_compile - perl-module_src_install - cd ${S}/perl/sieve - perl-module_src_prep - perl-module_src_compile - perl-module_src_test - perl-module_src_install -} diff --git a/net-mail/cyrus-imap-admin/cyrus-imap-admin-2.1.13.ebuild b/net-mail/cyrus-imap-admin/cyrus-imap-admin-2.1.13.ebuild deleted file mode 100644 index 4b243a22d72a..000000000000 --- a/net-mail/cyrus-imap-admin/cyrus-imap-admin-2.1.13.ebuild +++ /dev/null @@ -1,95 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imap-admin/cyrus-imap-admin-2.1.13.ebuild,v 1.9 2004/07/15 01:45:26 agriffis Exp $ - -inherit perl-module eutils - -S=${WORKDIR}/cyrus-imapd-${PV} - -DESCRIPTION="Utilities to administer a Cyrus IMAP Server (includes Perl modules)" -HOMEPAGE="http://asg.web.cmu.edu/cyrus/imapd/" -SRC_URI="ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/OLD-VERSIONS/imap/cyrus-imapd-${PV}.tar.gz" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="x86 -ppc -sparc" -IUSE="afs kerberos snmp ssl" - -PROVIDE="virtual/imapd" -DEPEND="virtual/libc - afs? ( >=net-fs/openafs-1.2.2 ) - snmp? ( >=net-analyzer/ucd-snmp-4.2.3 ) - ssl? ( >=dev-libs/openssl-0.9.6 ) - >=dev-lang/perl-5.6.1 - kerberos? ( >=app-crypt/mit-krb5-1.2.5 ) - >=sys-libs/db-3.2 - >=sys-libs/pam-0.75 - >=dev-libs/cyrus-sasl-2.1.12 - >=sys-apps/tcp-wrappers-7.6 - dev-perl/ExtUtils-MakeMaker - dev-perl/Term-ReadLine-Perl - dev-perl/TermReadKey - sys-libs/libtermcap-compat" - -src_unpack() { - unpack ${A} - cd ${S} - # add libwrap defines as we don't have a dynamicly linked library. - epatch ${FILESDIR}/cyrus-imap-admin-2.1.12-libwrap.patch - # when linking with rpm, you need to link with more libraries. - cp configure configure.orig - sed -e "s:lrpm:lrpm -lrpmio -lrpmdb:" \ - < configure.orig > configure -} - -src_compile() { - local myconf - - use afs && myconf="--with-afs" \ - || myconf="--without-afs" - - use snmp && myconf="${myconf} --with-ucdsnmp=/usr" \ - || myconf="${myconf} --without-ucdsnmp" - - use ssl && myconf="${myconf} --with-openssl=/usr" \ - || myconf="${myconf} --without-openssl" - - #use kerberos && myconf="${myconf} --with-krb=/usr/athena --with-auth=krb --enable-gssapi" \ - # || myconf="${myconf} --without-krb --with-auth=unix --disable-gssapi" - # As cyrus-sasl-2.1.12 doesn't appear to compile in krb4 support - # (neither did previous versions) only support krb5 - use kerberos && myconf="${myconf} --with-auth=krb --enable-gssapi" \ - || myconf="${myconf} --without-krb --with-auth=unix --disable-gssapi" - - econf \ - --enable-listext \ - --with-cyrus-group=mail \ - --enable-netscapehack \ - --with-com_err=yes \ - --with-perl=/usr/bin/perl \ - --enable-cyradm \ - --with-libwrap=/usr \ - ${myconf} || die "bad ./configure" - - # make depends break with -f... in CFLAGS - make depend CFLAGS="" || die "make depend problem" - - cd ${S}/lib - make || die "compile problem" - cd ${S}/perl - make || die "compile problem" -} - -src_install () { - echo "Installation of perl-modules" - export DESTDIR=${D} - cd ${S}/perl/imap - perl-module_src_prep - perl-module_src_compile - perl-module_src_install - cd ${S}/perl/sieve - perl-module_src_prep - perl-module_src_compile - perl-module_src_test - perl-module_src_install -} diff --git a/net-mail/cyrus-imap-admin/cyrus-imap-admin-2.1.14.ebuild b/net-mail/cyrus-imap-admin/cyrus-imap-admin-2.1.14.ebuild deleted file mode 100644 index 5f55c7bc467d..000000000000 --- a/net-mail/cyrus-imap-admin/cyrus-imap-admin-2.1.14.ebuild +++ /dev/null @@ -1,113 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imap-admin/cyrus-imap-admin-2.1.14.ebuild,v 1.9 2004/07/01 22:30:33 eradicator Exp $ - -inherit perl-module eutils - -IPV6_P="cyrus-imapd-2.1.14-ipv6-20030703" -S=${WORKDIR}/cyrus-imapd-${PV} - -IUSE="afs snmp ssl kerberos ipv6" - -DESCRIPTION="Utilities to administer a Cyrus IMAP Server (includes Perl modules)" -HOMEPAGE="http://asg.web.cmu.edu/cyrus/imapd/" -SRC_URI="ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/OLD-VERSIONS/imap/cyrus-imapd-${PV}.tar.gz - ipv6? ( http://www.imasy.or.jp/~ume/ipv6/${IPV6_P}.diff.gz )" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="x86 -ppc -sparc" - -PROVIDE="virtual/imapd" -DEPEND="virtual/libc - afs? ( >=net-fs/openafs-1.2.2 ) - snmp? ( >=net-analyzer/ucd-snmp-4.2.3 ) - ssl? ( >=dev-libs/openssl-0.9.6 ) - kerberos? ( >=app-crypt/mit-krb5-1.2.6 ) - >=dev-lang/perl-5.6.1 - >=sys-libs/db-3.2 - >=sys-libs/pam-0.75 - >=dev-libs/cyrus-sasl-2.1.14 - >=sys-apps/tcp-wrappers-7.6 - dev-perl/Term-ReadLine-Perl - dev-perl/TermReadKey - sys-libs/libtermcap-compat" - -src_unpack() { - unpack ${A} - cd ${S} - - # patch for db4 detection and their respective versioned symbols - epatch ${FILESDIR}/2.1.14-db4.patch - - # add libwrap defines as we don't have a dynamicly linked library. - epatch ${FILESDIR}/cyrus-imap-admin-2.1.12-libwrap.patch - - # Does running autoconf squash any of this? - use ipv6 && epatch ${WORKDIR}/${IPV6_P}.diff - - libtoolize --copy --force - aclocal -I cmulocal || die - autoheader || die - autoconf || die - - # remove spurious -I/usr/includes which make configure tests fail - epatch ${FILESDIR}/cyrus-imapd-2.1.12-includepath.patch - - # when linking with rpm, you need to link with more libraries. - cp configure configure.orig - sed -e "s:lrpm:lrpm -lrpmio -lrpmdb:" \ - < configure.orig > configure -} - -src_compile() { - local myconf - - use afs && myconf="--with-afs" \ - || myconf="--without-afs" - - use snmp && myconf="${myconf} --with-ucdsnmp=/usr" \ - || myconf="${myconf} --without-ucdsnmp" - - use ssl && myconf="${myconf} --with-openssl=/usr" \ - || myconf="${myconf} --without-openssl" - - # Kerberos IV is not working in cyrus-sasl so it's not enabled here. Only Kerberos V. - #use kerberos && myconf="${myconf} --with-krb=/usr/athena --with-auth=krb --enable-gssapi" \ - # || myconf="${myconf} --without-krb --with-auth=unix --disable-gssapi" - - use kerberos && myconf="${myconf} --with-auth=krb --enable-gssapi" \ - || myconf="${myconf} --without-krb --with-auth=unix --disable-gssapi" - - econf \ - --enable-listext \ - --with-cyrus-group=mail \ - --enable-netscapehack \ - --with-com_err=yes \ - --with-perl=/usr/bin/perl \ - --enable-cyradm \ - --with-libwrap=/usr \ - ${myconf} || die "bad ./configure" - - # make depends break with -f... in CFLAGS - make depend CFLAGS="" || die "make depend problem" - - cd ${S}/lib - make || die "compile problem" - cd ${S}/perl - make || die "compile problem" -} - -src_install () { - echo "Installation of perl-modules" - export DESTDIR=${D} - cd ${S}/perl/imap - perl-module_src_prep - perl-module_src_compile - perl-module_src_install - cd ${S}/perl/sieve - perl-module_src_prep - perl-module_src_compile - perl-module_src_test - perl-module_src_install -} diff --git a/net-mail/cyrus-imap-admin/cyrus-imap-admin-2.2.3.ebuild b/net-mail/cyrus-imap-admin/cyrus-imap-admin-2.2.3.ebuild deleted file mode 100644 index 7c20a8ba1693..000000000000 --- a/net-mail/cyrus-imap-admin/cyrus-imap-admin-2.2.3.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imap-admin/cyrus-imap-admin-2.2.3.ebuild,v 1.6 2004/06/24 23:20:43 agriffis Exp $ - -inherit perl-module eutils gnuconfig - -DESCRIPTION="Utilities and Perl modules to administer a Cyrus IMAP server." -HOMEPAGE="http://asg.web.cmu.edu/cyrus/imapd/" -SRC_URI="ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-imapd-${PV}.tar.gz" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="~x86 ~amd64 ~sparc" -IUSE="ssl kerberos" - -RDEPEND=">=sys-libs/db-3.2 - >=dev-lang/perl-5.6.1 - >=dev-libs/cyrus-sasl-2.1.13 - dev-perl/Term-ReadLine-Perl - dev-perl/TermReadKey - ssl? ( >=dev-libs/openssl-0.9.6 ) - kerberos? ( virtual/krb5 )" - -DEPEND="$RDEPEND - sys-devel/libtool - >=sys-devel/autoconf-2.58 - sys-devel/automake - >=sys-apps/sed-4" - -S="${WORKDIR}/cyrus-imapd-${PV}" - -src_unpack() { - unpack ${A} && cd "${S}" - - # DB4 detection and versioned symbols. - epatch "${FILESDIR}/cyrus-imapd-${PV}-db4.patch" - - # Recreate configure. - export WANT_AUTOCONF="2.5" - ebegin "Recreating configure" - rm -f configure config.h.in - sh SMakefile &>/dev/null || die "SMakefile failed" - eend $? - - # When linking with rpm, you need to link with more libraries. - sed -e "s:lrpm:lrpm -lrpmio -lrpmdb:" -i configure || die "sed failed" - - epatch ${FILESDIR}/${P}-fPIC.patch -} - -src_compile() { - gnuconfig_update - - local myconf - myconf="${myconf} `use_with ssl openssl`" - myconf="${myconf} `use_with kerberos gssapi`" - - econf \ - --disable-server \ - --enable-murder \ - --enable-listext \ - --enable-netscapehack \ - --with-cyrus-group=mail \ - --with-com_err=yes \ - --with-auth=unix \ - --with-perl=/usr/bin/perl \ - --enable-cyradm \ - ${myconf} || die "econf failed" - - emake -C "${S}/lib" all || die "compile problem" - emake -C "${S}/perl" all || die "compile problem" -} - -src_install () { - make -C "${S}/perl" DESTDIR="${D}" install || die "install problem" -} diff --git a/net-mail/cyrus-imap-admin/files/2.1.14-db4.patch b/net-mail/cyrus-imap-admin/files/2.1.14-db4.patch deleted file mode 100644 index 27c0cea48638..000000000000 --- a/net-mail/cyrus-imap-admin/files/2.1.14-db4.patch +++ /dev/null @@ -1,42 +0,0 @@ -diff -urN cyrus-sasl-2.1.14/cmulocal/berkdb.m4 cyrus-sasl-2.1.14-modified/cmulocal/berkdb.m4 ---- cyrus-sasl-2.1.14/cmulocal/berkdb.m4 2003-04-15 17:25:41.000000000 -0500 -+++ cyrus-sasl-2.1.14-modified/cmulocal/berkdb.m4 2003-07-09 03:17:48.000000000 -0500 -@@ -211,12 +211,20 @@ - 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 db-4.1 db4.1 db41 db-4.0 db4.0 db-4 db40 db4 db - do -- AC_CHECK_LIB($dbname, db_create, BDB_LIBADD="$BDB_LIBADD -l$dbname"; -- dblib="berkeley"; break, dblib="no") -+ AC_CHECK_LIB($dbname, db_create_4000, BDB_LIBADD="$BDB_LIBADD -l$dbname"; -+ dblib="berkeley"; break, AC_CHECK_LIB($dbname, db_create_4001, BDB_LIBADD="$BDB_LIBADD -l$dbname"; -+ dblib="berkeley"; break, dblib="no")) - done - if test "$dblib" = "no"; then -+ for dbname in db-4.1 db4.1 db41 db-4.0 db4.0 db-4 db40 db4 db-3.3 db3.3 db-3.2 db3.2 db-3.1 db3.1 db-3 db3 db -+ do -+ AC_CHECK_LIB($dbname, db_create, BDB_LIBADD="$BDB_LIBADD -l$dbname"; -+ dblib="berkeley"; break, dblib="no") -+ done -+ fi -+ if test "$dblib" = "no"; then - AC_CHECK_LIB(db, db_open, BDB_LIBADD="$BDB_LIBADD -ldb"; - dblib="berkeley"; dbname=db, - dblib="no") -diff -urN cyrus-sasl-2.1.14/cmulocal/sasl2.m4 cyrus-sasl-2.1.14-modified/cmulocal/sasl2.m4 ---- cyrus-sasl-2.1.14/cmulocal/sasl2.m4 2003-05-14 13:36:41.000000000 -0500 -+++ cyrus-sasl-2.1.14-modified/cmulocal/sasl2.m4 2003-07-09 03:18:31.000000000 -0500 -@@ -25,8 +25,9 @@ - dnl - dnl The choice is reflected in GSSAPIBASE_LIBS - dnl we might need libdb -- AC_CHECK_LIB(db, db_open) -- -+ AC_CHECK_LIB(db, db_open,, -+ AC_CHECK_LIB(db, db_open_4001,, -+ AC_CHECK_LIB(db, db_open_4000))) - gss_impl="mit"; - AC_CHECK_LIB(resolv,res_search) - if test -d ${gssapi}; then diff --git a/net-mail/cyrus-imap-admin/files/cyrus-imap-admin-2.1.12-libwrap.patch b/net-mail/cyrus-imap-admin/files/cyrus-imap-admin-2.1.12-libwrap.patch deleted file mode 100644 index ee800779f5e4..000000000000 --- a/net-mail/cyrus-imap-admin/files/cyrus-imap-admin-2.1.12-libwrap.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -urN cyrus-imapd-2.1.11/master/master.c cyrus-imapd-2.1.11-modified/master/master.c ---- cyrus-imapd-2.1.11/master/master.c 2002-11-01 10:44:33.000000000 -0600 -+++ cyrus-imapd-2.1.11-modified/master/master.c 2002-12-07 18:21:41.000000000 -0600 -@@ -103,6 +103,10 @@ - static int verbose = 0; - static int listen_queue_backlog = 32; - -+int allow_severity = LOG_DEBUG; -+int deny_severity = LOG_ERR; -+int hosts_ctl; -+ - struct service *Services = NULL; - int allocservices = 0; - int nservices = 0; diff --git a/net-mail/cyrus-imap-admin/files/cyrus-imap-admin-2.2.3-fPIC.patch b/net-mail/cyrus-imap-admin/files/cyrus-imap-admin-2.2.3-fPIC.patch deleted file mode 100644 index 51e26a94285e..000000000000 --- a/net-mail/cyrus-imap-admin/files/cyrus-imap-admin-2.2.3-fPIC.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- lib/Makefile.in 2004-03-30 13:11:28.544776470 +0000 -+++ lib/Makefile.in 2004-03-30 13:11:39.242146165 +0000 -@@ -114,7 +114,7 @@ - done - - .c.o: -- $(CC) -c $(CPPFLAGS) $(DEFS) -I$(srcdir) -I. $(CFLAGS) \ -+ $(CC) -fPIC -c $(CPPFLAGS) $(DEFS) -I$(srcdir) -I. $(CFLAGS) \ - $< - - libcyrus.a: $(LIBCYR_OBJS) ---- perl/sieve/lib/Makefile.in 2004-03-30 13:14:38.087172803 +0000 -+++ perl/sieve/lib/Makefile.in 2004-03-30 13:14:47.295908694 +0000 -@@ -72,7 +72,7 @@ - install: - - .c.o: -- $(CC) -c $(CPPFLAGS) $(DEFS) $(CFLAGS) $< -+ $(CC) -fPIC -c $(CPPFLAGS) $(DEFS) $(CFLAGS) $< - - libisieve.a: $(OBJS) - rm -f libisieve.a diff --git a/net-mail/cyrus-imap-admin/files/cyrus-imapd-2.1.12-includepath.patch b/net-mail/cyrus-imap-admin/files/cyrus-imapd-2.1.12-includepath.patch deleted file mode 100644 index 4a59a0c0c541..000000000000 --- a/net-mail/cyrus-imap-admin/files/cyrus-imapd-2.1.12-includepath.patch +++ /dev/null @@ -1,88 +0,0 @@ -diff -urN cyrus-imapd-2.1.12/configure cyrus-imapd-2.1.12-modified/configure ---- cyrus-imapd-2.1.12/configure 2003-02-03 15:31:13.000000000 -0600 -+++ cyrus-imapd-2.1.12-modified/configure 2003-02-11 04:40:39.000000000 -0600 -@@ -1499,10 +1499,10 @@ - CFLAGS="-Wall ${CFLAGS}" - GCC_VERSION=`$CC -v 2>&1 | sed -n -e '/version/s/.*version \([0-9]\)\..*/\1/p'` - if test "$GCC_VERSION" != "3"; then -- CPPFLAGS="${CPPFLAGS} -I/usr/local/include" -+ CPPFLAGS="${CPPFLAGS}" - fi - else -- CPPFLAGS="${CPPFLAGS} -I/usr/local/include" -+ CPPFLAGS="${CPPFLAGS}" - fi - - # this is CMU ADD LIBPATH -@@ -4501,7 +4501,7 @@ - if test "${with_afs+set}" = set; then - withval="$with_afs" - with_afs="${withval}" -- CFLAGS="${CFLAGS} -I${withval}/include" -+ CFLAGS="${CFLAGS}" - else - with_afs="/usr/local" - fi -@@ -5028,7 +5028,7 @@ - - - ;; -- *) OPENSSL_INC="-I${with_openssl}/include" -+ *) OPENSSL_INC="" - OPENSSL_LIBPATH="${with_openssl}/lib" - CPPFLAGS="${CPPFLAGS} ${OPENSSL_INC}" - -@@ -5131,7 +5131,7 @@ - *) if test -d ${with_zephyr}/include/zephyr; then - ZEPHYR_CPPFLAGS="-I${with_zephyr}/include/zephyr" - else -- ZEPHYR_CPPFLAGS="-I${with_zephyr}/include" -+ ZEPHYR_CPPFLAGS="" - fi - ZEPHYR_LIBS="-lzephyr";; - esac -@@ -5384,7 +5384,7 @@ - *) # use whatever they told us, or whatever we found - COMPILE_ET="${with_com_err}/bin/compile_et" - COM_ERR_LIBS="${with_com_err}/lib/libcom_err.a" -- COM_ERR_CPPFLAGS="-I${with_com_err}/include" -+ COM_ERR_CPPFLAGS="" - # Ever get the feeling people hide this stuff on purpose? - if test -d "${with_com_err}/include/et" ; then - COM_ERR_CPPFLAGS="-I${with_com_err}/include" -@@ -5796,7 +5796,7 @@ - - if test "$gssapi" != no; then - if test -d ${gssapi}; then -- CPPFLAGS="$CPPFLAGS -I$gssapi/include" -+ CPPFLAGS="$CPPFLAGS" - LDFLAGS="$LDFLAGS -L$gssapi/lib" - fi - ac_safe=`echo "gssapi.h" | sed 'y%./+-%__p_%'` -@@ -5970,7 +5970,7 @@ - fi - - if test -d ${gssapi}; then -- CPPFLAGS="$CPPFLAGS -I$gssapi/include" -+ CPPFLAGS="$CPPFLAGS" - LDFLAGS="$LDFLAGS -L$gssapi/lib" - fi - -@@ -6587,7 +6587,7 @@ - - if test "$with_libwrap" != no; then - if test -d "$with_libwrap"; then -- CPPFLAGS="$CPPFLAGS -I${with_libwrap}/include" -+ CPPFLAGS="$CPPFLAGS" - LDFLAGS="$LDFLAGS -L${with_libwrap}/lib" - fi - cmu_save_LIBS="$LIBS" -@@ -6733,7 +6733,7 @@ - - if test "$with_ucdsnmp" != no; then - if test -d "$with_ucdsnmp"; then -- CPPFLAGS="$CPPFLAGS -I${with_ucdsnmp}/include" -+ CPPFLAGS="$CPPFLAGS" - LDFLAGS="$LDFLAGS -L${with_ucdsnmp}/lib" - fi - cmu_save_LIBS="$LIBS" diff --git a/net-mail/cyrus-imap-admin/files/cyrus-imapd-2.2.3-db4.patch b/net-mail/cyrus-imap-admin/files/cyrus-imapd-2.2.3-db4.patch deleted file mode 100644 index ace2f28ea8e1..000000000000 --- a/net-mail/cyrus-imap-admin/files/cyrus-imapd-2.2.3-db4.patch +++ /dev/null @@ -1,28 +0,0 @@ -diff -urN cyrus-imapd-2.2.3/cmulocal/berkdb.m4 cyrus-imapd-2.2.3/cmulocal/berkdb.m4 ---- cyrus-imapd-2.2.3/cmulocal/berkdb.m4 2003-04-15 17:25:41.000000000 -0500 -+++ cyrus-imapd-2.2.3/cmulocal/berkdb.m4 2003-07-09 03:17:48.000000000 -0500 -@@ -211,12 +211,21 @@ - BDB_LIBADD="" - fi - -- for dbname in db-4.2 db4.2 db42 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 db-4.2 db4.2 db42 db-4.1 db4.1 db41 db-4.0 db4.0 db-4 db40 db4 db - do -- AC_CHECK_LIB($dbname, db_create, BDB_LIBADD="$BDB_LIBADD -l$dbname"; -- dblib="berkeley"; break, dblib="no") -+ AC_CHECK_LIB($dbname, db_create_4000, BDB_LIBADD="$BDB_LIBADD -l$dbname"; -+ dblib="berkeley"; break, AC_CHECK_LIB($dbname, db_create_4001, BDB_LIBADD="$BDB_LIBADD -l$dbname"; -+ dblib="berkeley"; break, AC_CHECK_LIB($dbname, db_create_4002, BDB_LIBADD="$BDB_LIBADD -l$dbname"; -+ dblib="berkeley"; break, dblib="no"))) - done - if test "$dblib" = "no"; then -+ for dbname in db-4.2 db4.2 db42 db-4.1 db4.1 db41 db-4.0 db4.0 db-4 db40 db4 db-3.3 db3.3 db-3.2 db3.2 db-3.1 db3.1 db-3 db3 db -+ do -+ AC_CHECK_LIB($dbname, db_create, BDB_LIBADD="$BDB_LIBADD -l$dbname"; -+ dblib="berkeley"; break, dblib="no") -+ done -+ fi -+ if test "$dblib" = "no"; then - AC_CHECK_LIB(db, db_open, BDB_LIBADD="$BDB_LIBADD -ldb"; - dblib="berkeley"; dbname=db, - dblib="no") diff --git a/net-mail/cyrus-imap-admin/files/digest-cyrus-imap-admin-2.1.12 b/net-mail/cyrus-imap-admin/files/digest-cyrus-imap-admin-2.1.12 deleted file mode 100644 index a1facafbb82d..000000000000 --- a/net-mail/cyrus-imap-admin/files/digest-cyrus-imap-admin-2.1.12 +++ /dev/null @@ -1 +0,0 @@ -MD5 dc3355d0170509ccebd9788ed2daad39 cyrus-imapd-2.1.12.tar.gz 1664202 diff --git a/net-mail/cyrus-imap-admin/files/digest-cyrus-imap-admin-2.1.13 b/net-mail/cyrus-imap-admin/files/digest-cyrus-imap-admin-2.1.13 deleted file mode 100644 index 72211d940688..000000000000 --- a/net-mail/cyrus-imap-admin/files/digest-cyrus-imap-admin-2.1.13 +++ /dev/null @@ -1 +0,0 @@ -MD5 ac3a4773c2f0fb2d0f9c5ec8669b7e65 cyrus-imapd-2.1.13.tar.gz 1664658 diff --git a/net-mail/cyrus-imap-admin/files/digest-cyrus-imap-admin-2.1.14 b/net-mail/cyrus-imap-admin/files/digest-cyrus-imap-admin-2.1.14 deleted file mode 100644 index 6a609fc50d0d..000000000000 --- a/net-mail/cyrus-imap-admin/files/digest-cyrus-imap-admin-2.1.14 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 e30da9749e926f847be5ab4e75eaf110 cyrus-imapd-2.1.14.tar.gz 1691926 -MD5 04ea9b030caf0cf2caf95b6ba1486c36 cyrus-imapd-2.1.14-ipv6-20030703.diff.gz 33049 diff --git a/net-mail/cyrus-imap-admin/files/digest-cyrus-imap-admin-2.2.3 b/net-mail/cyrus-imap-admin/files/digest-cyrus-imap-admin-2.2.3 deleted file mode 100644 index 68980bd5b063..000000000000 --- a/net-mail/cyrus-imap-admin/files/digest-cyrus-imap-admin-2.2.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 32888c5120edeb2867d6283fedbdb7d5 cyrus-imapd-2.2.3.tar.gz 1887717 |