diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2002-05-05 19:51:10 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2002-05-05 19:51:10 +0000 |
commit | e61cd735808c48820a3154c9b754a1f546800f2c (patch) | |
tree | 37ae05e4c7fe4ecf09f8f95d57de283faedc6bbd /dev-libs/cyrus-sasl | |
parent | more eclass conversions (diff) | |
download | gentoo-2-e61cd735808c48820a3154c9b754a1f546800f2c.tar.gz gentoo-2-e61cd735808c48820a3154c9b754a1f546800f2c.tar.bz2 gentoo-2-e61cd735808c48820a3154c9b754a1f546800f2c.zip |
bugfixes
Diffstat (limited to 'dev-libs/cyrus-sasl')
-rw-r--r-- | dev-libs/cyrus-sasl/ChangeLog | 8 | ||||
-rw-r--r-- | dev-libs/cyrus-sasl/cyrus-sasl-1.5.27-r3.ebuild | 78 | ||||
-rw-r--r-- | dev-libs/cyrus-sasl/files/digest-cyrus-sasl-1.5.27-r3 | 1 |
3 files changed, 86 insertions, 1 deletions
diff --git a/dev-libs/cyrus-sasl/ChangeLog b/dev-libs/cyrus-sasl/ChangeLog index 3e7ade418883..9053d9a38ea4 100644 --- a/dev-libs/cyrus-sasl/ChangeLog +++ b/dev-libs/cyrus-sasl/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-libs/cyrus-sasl # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/ChangeLog,v 1.3 2002/05/04 02:05:19 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/ChangeLog,v 1.4 2002/05/05 19:51:10 azarah Exp $ + +*cyrus-sasl-1.5.27-r3 (5 May 2002) + + 5 May 2002; Martin Schlemmer <azarah@gentoo.org>: + + Resolve bug #2319. *cyrus-sasl-1.5.27-r2 (3 May 2002) diff --git a/dev-libs/cyrus-sasl/cyrus-sasl-1.5.27-r3.ebuild b/dev-libs/cyrus-sasl/cyrus-sasl-1.5.27-r3.ebuild new file mode 100644 index 000000000000..7ccc597d3615 --- /dev/null +++ b/dev-libs/cyrus-sasl/cyrus-sasl-1.5.27-r3.ebuild @@ -0,0 +1,78 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/cyrus-sasl-1.5.27-r3.ebuild,v 1.1 2002/05/05 19:51:10 azarah Exp $ + +DESCRIPTION="The Cyrus SASL (Simple Authentication and Security Layer)" +HOMEPAGE="http://asg.web.cmu.edu/cyrus/" + +S=${WORKDIR}/${P} +SRC_URI="ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/${P}.tar.gz" +DEPEND="virtual/glibc >=sys-libs/db-3.2 >=sys-libs/pam-0.75" +LICENSE="as-is" +SLOT="1" + +src_unpack() { + unpack ${A} ; cd ${S} + # some nice patches... thanks mandrake ;-) + patch -p1 < ${FILESDIR}/${PN}-1.5.21-des.patch || die + patch -p1 < ${FILESDIR}/${PN}-configdir.patch || die + patch -p1 < ${FILESDIR}/${PN}-saslauthd.patch || die + patch -p1 < ${FILESDIR}/${PN}-1.5.24-rpath.patch || die + patch -p0 < ${FILESDIR}/${PN}-1.5.27-scram.patch || die + libtoolize --copy --force + aclocal -I cmulocal || die + automake || die + autoconf || die +} + +src_compile() { + ./configure \ + --prefix=/usr \ + --libdir=/usr/lib \ + --mandir=/usr/share/man \ + --with-configdir=/etc/sasl \ + --with-pwcheck=/var/lib/sasl \ + --with-plugindir=/usr/lib/sasl \ + --with-saslauthd=/var/lib/sasl \ + --with-dbpath=/var/lib/sasl/sasl.db \ + --with-des \ + --with-rc4 \ + --enable-pam \ + --enable-anon \ + --enable-cram \ + --with-gnu-ld \ + --enable-scram \ + --enable-plain \ + --enable-login \ + --disable-krb4 \ + --enable-static \ + --enable-shared \ + --without-mysql \ + --enable-digest \ + --disable-gssapi \ + --disable-sample \ + --with-dblib=berkeley \ + --host=${CHOST} ${myconf} || die "bad ./configure" + + make || die "compile problem" +} + +src_install () { + make DESTDIR=${D} install || die + + dodoc COPYING AUTHORS INSTALL NEWS README* TODO \ + ChangeLog testing.txt doc/*.txt + docinto examples ; dodoc sample/{*.[ch],Makefile} + newdoc pwcheck/README README.pwcheck + dohtml doc/* + + insinto /etc/conf.d ; newins ${FILESDIR}/saslauthd.confd saslauthd + exeinto /etc/init.d ; newexe ${FILESDIR}/saslauthd.rc6 saslauthd + exeinto /etc/init.d ; newexe ${FILESDIR}/pwcheck.rc6 pwcheck +} + +pkg_postinst() { + # empty directories.. + install -d -m0755 ${ROOT}/var/lib/sasl + install -d -m0755 ${ROOT}/etc/sasl +} diff --git a/dev-libs/cyrus-sasl/files/digest-cyrus-sasl-1.5.27-r3 b/dev-libs/cyrus-sasl/files/digest-cyrus-sasl-1.5.27-r3 new file mode 100644 index 000000000000..477dd8cc141c --- /dev/null +++ b/dev-libs/cyrus-sasl/files/digest-cyrus-sasl-1.5.27-r3 @@ -0,0 +1 @@ +MD5 76ea426e2e2da3b8d2e3a43af5488f3b cyrus-sasl-1.5.27.tar.gz 528252 |