summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Hadaway <raker@gentoo.org>2002-10-11 20:51:36 +0000
committerNick Hadaway <raker@gentoo.org>2002-10-11 20:51:36 +0000
commit82156d1f6d4443a5cb034ceff68e684dc5116221 (patch)
tree6a433e27d571c02bdfa799dec6291348d209bc7e /net-nds
parentThrottled optimization flags down to -O2. See bug #6089 (diff)
downloadgentoo-2-82156d1f6d4443a5cb034ceff68e684dc5116221.tar.gz
gentoo-2-82156d1f6d4443a5cb034ceff68e684dc5116221.tar.bz2
gentoo-2-82156d1f6d4443a5cb034ceff68e684dc5116221.zip
Removed sasl support as saslv2 is not fully stable yet within openldap.
openldap is supported fully in the cyrus-sasl build though so cross support is not lost. This also gets rid of a circular dependancy.
Diffstat (limited to 'net-nds')
-rw-r--r--net-nds/openldap/ChangeLog18
-rw-r--r--net-nds/openldap/openldap-2.0.25-r3.ebuild12
2 files changed, 10 insertions, 20 deletions
diff --git a/net-nds/openldap/ChangeLog b/net-nds/openldap/ChangeLog
index 7c8edc9500de..f872948e65ad 100644
--- a/net-nds/openldap/ChangeLog
+++ b/net-nds/openldap/ChangeLog
@@ -1,11 +1,15 @@
# ChangeLog for net-nds/openldap
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/ChangeLog,v 1.12 2002/09/22 00:34:32 g2boojum Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/ChangeLog,v 1.13 2002/10/11 20:51:36 raker Exp $
*openldap-2.0.25-r3 (21 Sept 2002)
+
+ 11 Oct 2002; Nick Hadaway <raker@gentoo.org> openldap-2.0.25-r3.ebuild :
+ Removed sasl support as saslv2 support is not complete in this and
+ causes a circular dependancy with cyrus-sasl. cyrus-sasl still has
+ ldap support built in.
21 Sept 2002; Grant Goodyear <g2boojum@gentoo.org> openldap-2.0.25-r3.ebuild
-
Replaced entire make install section w/ "make DESTDIR=${D} install".
The previous version was putting ${D} in the /etc/openldap files, and
the simple fix seems to have solved the problem. I also checked, and
@@ -15,14 +19,12 @@
*openldap-2.0.25-r2 (15 Aug 2002)
16 Sep 2002; Seemant Kulleen <seemant@gentoo.org> openldap-2.0.25-r2.ebuild
-
Fixed sysconfdir to /etc so that config files go into the /etc/openldap
directory instead of /etc/openldap/openldap. Thanks to:
gdjohn@egregious.org.uk (Gareth John) in bug #7986
07 Sep 2002; Seemant Kulleen <seemant@gentoo.org>
openldap-2.0.25-r2.ebuild :
-
Fixed the use flags so that they are not prefixed with "ldap-" as
discovered by jap1@ionet.net (Jacob Perkins) and kevin@aptbasilicata.it
(j2ee) in bug #7597
@@ -37,10 +39,8 @@
12 Aug 2002; Mark Guertin <gerk@gentoo.org> :
Added ppc to keywords
-
29 Jul 2002; Nick Hadaway <raker@gentoo.org>
openldap-2.0.25-r1, files/slapd.rc6, files/digest-openldap-2.0.25-r1 :
-
Updated ebuild for proper USE flag to configure option generation. Fixed
a typo in slapd.rc6. Bumping to -r1 due to the many changes in the ebuild
since the first 2.0.25 release.
@@ -48,38 +48,32 @@
*openldap-2.0.25 (17 Jul 2002)
26 Jul 2002; Nick Hadaway <raker@gentoo.org> files/slapd.rc6 :
-
Added --pidfile /var/state/openldap/slapd.pid to files/slapd.rc6 to supress
error messages when shutting doesn slapd.
26 Jul 2002; Nick Hadaway <raker@gentoo.org>
-
re-modified ebuild so localstatedir=/var/state/openldap to match with the
default slapd config file. /var/state/openldap/openldap-ldbm and
/var/state/openldap/openldap-slurp are also created correctly.
Bug #5557 re-visited.
26 Jul 2002; Nick Hadaway <raker@gentoo.org>
-
modified ebuild to create a /var/state/openldap to conicide with default
configuration of where databases are stored. Closes bug #5557.
17 Jul 2002; Nick Hadaway <raker@gentoo.org>
openldap-2.0.25.ebuild, file/digest-openldap-2.0.25 :
-
Version bump to latest stable vesion. Also added support for SASL by
request on bug #5104.
*openldap-2.0.23 (20 Apr 2002)
20 Apr 2002; Ryan Phillips <rphillips@gentoo.org> openldap-2.0.23 :
-
Updated package
*openldap-2.0.21 (1 Feb 2002)
1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
-
Added initial ChangeLog which should be updated whenever the package is
updated in any way. This changelog is targetted to users. This means that the
comments should well explained and written in clean English. The details about
diff --git a/net-nds/openldap/openldap-2.0.25-r3.ebuild b/net-nds/openldap/openldap-2.0.25-r3.ebuild
index f813b2d1cc45..e5aca3053adc 100644
--- a/net-nds/openldap/openldap-2.0.25-r3.ebuild
+++ b/net-nds/openldap/openldap-2.0.25-r3.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/openldap-2.0.25-r3.ebuild,v 1.3 2002/10/05 05:39:23 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/openldap-2.0.25-r3.ebuild,v 1.4 2002/10/11 20:51:36 raker Exp $
-IUSE="ssl tcpd sasl readline ipv6 berkdb gdbm ldap"
+IUSE="ssl tcpd readline ipv6 berkdb gdbm ldap"
S=${WORKDIR}/${P}
DESCRIPTION="LDAP suite of application and development tools"
@@ -18,7 +18,6 @@ DEPEND="virtual/glibc
tcpd? ( >=sys-apps/tcp-wrappers-7.6 )
ssl? ( >=dev-libs/openssl-0.9.6 )
readline? ( >=sys-libs/readline-4.1 )
- sasl? ( >=dev-libs/cyrus-sasl-1.5.27 )
berkdb? ( >=sys-libs/db-3.2.9 )
gdbm? ( >=sys-libs/gdbm-1.8.0 )"
@@ -52,18 +51,13 @@ src_compile() {
fi
use ipv6 && myconf="${myconf} --enable-ipv6" \
|| myconf="${myconf} --disable-ipv6"
- use sasl && myconf="${myconf} --enable-cyrus-sasl" \
- || myconf="${myconf} --disable-cyrus-sasl"
-
econf \
--enable-passwd \
--enable-shell \
--enable-shared \
--enable-static \
- --localstatedir=/var/state/openldap \
--libexecdir=/usr/lib/openldap \
- --sysconfdir=/etc \
${myconf} || die "bad configure"
make depend || die
@@ -72,6 +66,7 @@ src_compile() {
}
src_install() {
+
make DESTDIR=${D} install || die "make install failed"
dodoc ANNOUNCEMENT CHANGES COPYRIGHT README LICENSE
@@ -80,4 +75,5 @@ src_install() {
exeinto /etc/init.d
newexe ${FILESDIR}/slapd.rc6 slapd
newexe ${FILESDIR}/slurpd.rc6 slurpd
+
}