summaryrefslogtreecommitdiff
path: root/net-fs
diff options
context:
space:
mode:
authorMichael J. Cohen <mjc@gentoo.org>2002-10-21 02:56:13 +0000
committerMichael J. Cohen <mjc@gentoo.org>2002-10-21 02:56:13 +0000
commitde875d1e829ff7c47543a3e8a4054b589c48e8d2 (patch)
treeafaa36f7cc644a52119bf22d577bd41ada2e4902 /net-fs
parentversion bump (diff)
downloadgentoo-2-de875d1e829ff7c47543a3e8a4054b589c48e8d2.tar.gz
gentoo-2-de875d1e829ff7c47543a3e8a4054b589c48e8d2.tar.bz2
gentoo-2-de875d1e829ff7c47543a3e8a4054b589c48e8d2.zip
portldap stuff
Diffstat (limited to 'net-fs')
-rw-r--r--net-fs/samba/ChangeLog6
-rw-r--r--net-fs/samba/samba-2.2.5-r1.ebuild8
2 files changed, 12 insertions, 2 deletions
diff --git a/net-fs/samba/ChangeLog b/net-fs/samba/ChangeLog
index 8ef8c984473c..d1d5da7fb015 100644
--- a/net-fs/samba/ChangeLog
+++ b/net-fs/samba/ChangeLog
@@ -1,9 +1,13 @@
# ChangeLog for net-fs/samba
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.13 2002/08/27 20:39:48 woodchip Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.14 2002/10/21 02:56:13 mjc Exp $
*samba-2.2.5-r1 (Aug 27 2002)
+ 20 Oct 2002; Michael Cohen <mjc@gentoo.org> samba-2.2.5-r1.ebuild,
+ added portldap use flag for my nifty ldap stuff coming up. no need
+ to bump version.
+
27 Aug 2002; Donny Davies <woodchip@gentoo.org> samba-2.2.5-r1.ebuid,
smb.conf.example :
diff --git a/net-fs/samba/samba-2.2.5-r1.ebuild b/net-fs/samba/samba-2.2.5-r1.ebuild
index aa7affc51e90..c810540451b9 100644
--- a/net-fs/samba/samba-2.2.5-r1.ebuild
+++ b/net-fs/samba/samba-2.2.5-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-2.2.5-r1.ebuild,v 1.3 2002/10/05 05:39:18 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-2.2.5-r1.ebuild,v 1.4 2002/10/21 02:56:13 mjc Exp $
IUSE="tcpd ldap cups ssl acl"
@@ -29,6 +29,12 @@ src_unpack() {
unpack ${A} ; cd ${S}
patch -p0 < ${FILESDIR}/samba-2.2.2-smbmount.diff || die
+ if use portldap; then
+ cd ${S}/source
+ patch -p0 < $FILESDIR/nonroot-bind.diff || die
+ cd ${S}
+ fi
+
# fix kerberos include file collision..
cd ${S}/source/include
mv profile.h smbprofile.h