summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Lutgens <lamer@gentoo.org>2001-07-24 20:42:08 +0000
committerBen Lutgens <lamer@gentoo.org>2001-07-24 20:42:08 +0000
commit3d4fe21579270817a1195b3ff2cb485ff6c0023c (patch)
treeec1c6441ffa54245b3168abe607693ebfc02b3a2 /net-fs/samba
parentadding libol... a dependency for syslog-ng (diff)
downloadgentoo-2-3d4fe21579270817a1195b3ff2cb485ff6c0023c.tar.gz
gentoo-2-3d4fe21579270817a1195b3ff2cb485ff6c0023c.tar.bz2
gentoo-2-3d4fe21579270817a1195b3ff2cb485ff6c0023c.zip
added latest samba, removed the old one. Hopefully this will help the PAM
situation.
Diffstat (limited to 'net-fs/samba')
-rw-r--r--net-fs/samba/files/digest-samba-2.2.1a1
-rw-r--r--net-fs/samba/samba-2.2.1a.ebuild (renamed from net-fs/samba/samba-2.2.0a.ebuild)23
2 files changed, 17 insertions, 7 deletions
diff --git a/net-fs/samba/files/digest-samba-2.2.1a b/net-fs/samba/files/digest-samba-2.2.1a
new file mode 100644
index 000000000000..cf8c8070105a
--- /dev/null
+++ b/net-fs/samba/files/digest-samba-2.2.1a
@@ -0,0 +1 @@
+MD5 c8810245887bc080191d755fab961760 samba-2.2.1a.tar.gz
diff --git a/net-fs/samba/samba-2.2.0a.ebuild b/net-fs/samba/samba-2.2.1a.ebuild
index 63aea290227c..a7c83be7b822 100644
--- a/net-fs/samba/samba-2.2.0a.ebuild
+++ b/net-fs/samba/samba-2.2.1a.ebuild
@@ -1,31 +1,40 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-2.2.0a.ebuild,v 1.1 2001/06/25 16:01:22 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-2.2.1a.ebuild,v 1.1 2001/07/24 20:42:08 lamer Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Samba :)"
SRC_URI="http://us1.samba.org/samba/ftp/${P}.tar.gz"
HOMEPAGE="http://www.samba.org"
-DEPEND="virtual/glibc
+DEPEND="virtual/glibc sys-devel/autoconf
+ cups? ( net-print/cups )
pam? ( >=sys-libs/pam-0.72 )
tcpd? ( >=sys-apps/tcp-wrappers-7.6 )"
-#ssl support removed -- it doesn't work...
+RDEPEND="virtual/glibc
+ cups? ( net-print/cups )
+ pam? ( >=sys-libs/pam-0.72 )"
+
+
src_compile() {
local myconf
if [ "`use pam`" ]
then
- echo "pam support does not work atm!"
- myconf="--without-pam"
- #myconf="--with-pam"
+ myconf="--with-pam"
else
myconf="--without-pam"
fi
-
cd ${S}/source
+ if [ ! "`use cups`" ] ; then
+ cp configure.in configure.in.orig
+ sed -e "s:AC_CHECK_LIB(cups,httpConnect)::" configure.in.orig > configure.in
+ autoconf
+ fi
+
+
# Disabled automout support, because it failed
# Added -lncurses for readline detection