diff options
author | Tuan Van <langthang@gentoo.org> | 2004-11-23 23:48:32 +0000 |
---|---|---|
committer | Tuan Van <langthang@gentoo.org> | 2004-11-23 23:48:32 +0000 |
commit | 48ade523f2f5344fd8fc1816930fe2b31fabd1be (patch) | |
tree | bdf5fe407122b26f37aa7ea29f208365e16998b9 /net-mail/cyrus-imap-admin | |
parent | New package (Manifest recommit) (diff) | |
download | gentoo-2-48ade523f2f5344fd8fc1816930fe2b31fabd1be.tar.gz gentoo-2-48ade523f2f5344fd8fc1816930fe2b31fabd1be.tar.bz2 gentoo-2-48ade523f2f5344fd8fc1816930fe2b31fabd1be.zip |
Version bump WRT #72194.
Diffstat (limited to 'net-mail/cyrus-imap-admin')
5 files changed, 111 insertions, 11 deletions
diff --git a/net-mail/cyrus-imap-admin/ChangeLog b/net-mail/cyrus-imap-admin/ChangeLog index bfcfbd714897..4520252d0cc3 100644 --- a/net-mail/cyrus-imap-admin/ChangeLog +++ b/net-mail/cyrus-imap-admin/ChangeLog @@ -1,6 +1,13 @@ # 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.30 2004/11/01 18:02:24 langthang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imap-admin/ChangeLog,v 1.31 2004/11/23 23:48:32 langthang Exp $ + +*cyrus-imap-admin-2.2.10 (23 Nov 2004) + + 23 Nov 2004; Tuan Van <langthang@gentoo.org> + +files/cyrus-imap-admin-2.2.10-fPIC.patch, + +cyrus-imap-admin-2.2.10.ebuild: + Version bump WRT #72194. 01 Nov 2004; Tuan Van <langthang@gentoo.org> -files/2.1.14-db4.patch, -files/cyrus-imap-admin-2.1.12-libwrap.patch, diff --git a/net-mail/cyrus-imap-admin/Manifest b/net-mail/cyrus-imap-admin/Manifest index 06a6133572f1..5ad1200eceb5 100644 --- a/net-mail/cyrus-imap-admin/Manifest +++ b/net-mail/cyrus-imap-admin/Manifest @@ -1,16 +1,9 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - +MD5 1a4899944f8da8ff39f7af1a20b645b1 cyrus-imap-admin-2.2.10.ebuild 2033 MD5 44c8500e0e411a07c008afc25bf9b64f ChangeLog 4586 MD5 5721b86fd871bdfab77231abc6e02f68 metadata.xml 161 MD5 8ebe1d335fde0cdda741b32e3c82b27a cyrus-imap-admin-2.2.8.ebuild 2032 MD5 6453c70342b78c99a073a06292b7e757 files/digest-cyrus-imap-admin-2.2.8 70 MD5 fe1bbab93ddd6cf3a9c4aacc111154d4 files/cyrus-imapd-2.2.8-db4.patch 1604 MD5 dd34152fac580be8cccb1d1b69bb1ebc files/cyrus-imap-admin-2.2.8-fPIC.patch 584 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) - -iD8DBQFBhnrE5FrxP71izLARAkPMAJ9vI4JTnPd1wL90IFqMsCWsJHqyiQCfY3M9 -nwMj1d67MyzV4fMAhxKOHpk= -=qZrf ------END PGP SIGNATURE----- +MD5 dd34152fac580be8cccb1d1b69bb1ebc files/cyrus-imap-admin-2.2.10-fPIC.patch 584 +MD5 5a1c49cf6018aa400e8836ee03238140 files/digest-cyrus-imap-admin-2.2.10 71 diff --git a/net-mail/cyrus-imap-admin/cyrus-imap-admin-2.2.10.ebuild b/net-mail/cyrus-imap-admin/cyrus-imap-admin-2.2.10.ebuild new file mode 100644 index 000000000000..74baf089e773 --- /dev/null +++ b/net-mail/cyrus-imap-admin/cyrus-imap-admin-2.2.10.ebuild @@ -0,0 +1,77 @@ +# 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.10.ebuild,v 1.1 2004/11/23 23:48:32 langthang 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 ~ppc hppa" +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" + gnuconfig_update || die "gnuconfig_update failed." + ebegin "Recreating configure" + rm -rf configure config.h.in autom4te.cache + 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/cyrus-imap-admin-2.2.10-fPIC.patch b/net-mail/cyrus-imap-admin/files/cyrus-imap-admin-2.2.10-fPIC.patch new file mode 100644 index 000000000000..58a235584e32 --- /dev/null +++ b/net-mail/cyrus-imap-admin/files/cyrus-imap-admin-2.2.10-fPIC.patch @@ -0,0 +1,22 @@ +--- lib/Makefile.in 2004-03-30 13:11:28.544776470 +0000 ++++ lib/Makefile.in 2004-03-30 13:11:39.242146165 +0000 +@@ -118,7 +118,7 @@ + done + + .c.o: +- $(CC) -c $(CPPFLAGS) $(DEFS) $(CFLAGS) \ ++ $(CC) -fPIC -c $(CPPFLAGS) $(DEFS) $(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 +@@ -74,7 +74,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/digest-cyrus-imap-admin-2.2.10 b/net-mail/cyrus-imap-admin/files/digest-cyrus-imap-admin-2.2.10 new file mode 100644 index 000000000000..0afa5f0cc941 --- /dev/null +++ b/net-mail/cyrus-imap-admin/files/digest-cyrus-imap-admin-2.2.10 @@ -0,0 +1 @@ +MD5 f3159efa2ffb9856ab79c35c7b002184 cyrus-imapd-2.2.10.tar.gz 1946803 |