Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (712dd1da3abedd830536cbf364f27e7c2a92ec21)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (712dd1da3abedd830536cbf364f27e7c2a92ec21)
  • Date: Sun, 15 Jul 2012 15:19:02 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

net/samba/DEPENDS | 27 +++++++++++++++++++++++----
net/samba/HISTORY | 2 +-
2 files changed, 24 insertions(+), 5 deletions(-)

New commits:
commit cc2ba40ecaf81ff087d5c20af4827f7b20194537
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

samba: added more optional deps

diff --git a/net/samba/DEPENDS b/net/samba/DEPENDS
index eb8f874..2d7e83e 100755
--- a/net/samba/DEPENDS
+++ b/net/samba/DEPENDS
@@ -11,8 +11,22 @@ else
"for LDAP support"
fi &&

+optional_depends talloc \
+ "--enable-external-libtalloc" \
+ "--disable-external-libtalloc" \
+ "to use system talloc library" &&
+
+optional_depends tdb \
+ "--enable-external-libtdb" \
+ "--disable-external-libtdb" \
+ "to use system tdb library" &&
+
optional_depends libcap "" "" "for POSIX capability support" &&

+optional_depends dmapi \
+ "--with-dmapi" \
+ "--without-dmapi" \
+ "for DMAPI/XDSM support" &&

optional_depends readline \
"--with-readline" \
@@ -24,10 +38,15 @@ optional_depends linux-pam \
"--without-pam" \
"To enable PAM authentication" &&

-#optional_depends openssl \
-# "--with-ssl" \
-# "--without-ssl" \
-# "for encrypted communication" &&
+optional_depends fam \
+ "--enable-fam" \
+ "--disable-fam" \
+ "for FAM support" &&
+
+optional_depends avahi \
+ "--enable-avahi" \
+ "--disable-avahi" \
+ "for Avahi support" &&

optional_depends CUPS \
"--enable-cups" \
diff --git a/net/samba/HISTORY b/net/samba/HISTORY
index 4528b1e..6c879d8 100644
--- a/net/samba/HISTORY
+++ b/net/samba/HISTORY
@@ -1,5 +1,5 @@
2012-07-15 Vlad Glagolev <stealth AT sourcemage.org>
- * DEPENDS: libcap becomes optional
+ * DEPENDS: libcap becomes optional; added missing optional deps

2012-06-28 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 3.6.6



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (712dd1da3abedd830536cbf364f27e7c2a92ec21), Vlad Glagolev, 07/15/2012

Archive powered by MHonArc 2.6.24.

Top of Page