Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (92860230a7c110b4b05de59a5eb047f5a56248b1)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (92860230a7c110b4b05de59a5eb047f5a56248b1)
  • Date: Sat, 9 Dec 2006 15:52:29 -0600

GIT changes to master grimoire by Eric Sandall <sandalle@moby.(none)>:

chat-libs/pwlib/DEPENDS | 46 ++++++++++++++++++++++++++++++++++++++--------
chat-libs/pwlib/HISTORY | 8 ++++++++
2 files changed, 46 insertions(+), 8 deletions(-)

New commits:
commit 92860230a7c110b4b05de59a5eb047f5a56248b1
Author: Eric Sandall <sandalle@moby.(none)>
Commit: Eric Sandall <sandalle@moby.(none)>

Updated pwlib's dependencies

diff --git a/chat-libs/pwlib/DEPENDS b/chat-libs/pwlib/DEPENDS
index 907b83e..efad625 100755
--- a/chat-libs/pwlib/DEPENDS
+++ b/chat-libs/pwlib/DEPENDS
@@ -1,11 +1,41 @@
-depends g++
-# depends openssl &&
-depends openldap &&
+depends g++ &&

-optional_depends "sdl" "--enable-sdl" "--disable-sdl" "For
full-screen video" &&
-optional_depends "expat" "--enable-expat" "--disable-expat" "XML
support" &&
-optional_depends "alsa-lib" "" "" "For ALSA support"
&&
-optional_depends "libavc1394" "" "" "For Firewire Support"
&&
-optional_depends "libdv" "" "" "For Digital Video format support"

+optional_depends "openldap" \
+ "--enable-openldap" \
+ "--disable-openldap" \
+ "for LDAP lookups" &&

+#optional_depends "openssl" \
+# "--enable-openssl" \
+# "--disable-openssl" \
+# "for SSL connections" &&

+optional_depends "cyrus-sasl" \
+ "--enable-sasl" \
+ "--disable-sasl" \
+ "for SASL connections" &&
+
+optional_depends "sdl" \
+ "--enable-sdl" \
+ "--disable-sdl" \
+ "For full-screen video" &&
+
+optional_depends "expat" \
+ "--enable-expat" \
+ "--disable-expat" \
+ "XML support" &&
+
+optional_depends "alsa-lib" \
+ "--enable-alsa" \
+ "--disable-alsa" \
+ "For ALSA support" &&
+
+optional_depends "libavc1394" \
+ "--enable-avc" \
+ "--disable-avc" \
+ "For Firewire Support" &&
+
+optional_depends "libdv" \
+ "" \
+ "" \
+ "For Digital Video format support"
diff --git a/chat-libs/pwlib/HISTORY b/chat-libs/pwlib/HISTORY
index a5463df..567f6fb 100644
--- a/chat-libs/pwlib/HISTORY
+++ b/chat-libs/pwlib/HISTORY
@@ -1,3 +1,11 @@
+2006-12-09 Eric Sandall <eric AT sandall.us>
+ * DEPENDS: Optionally depends on cyrus-sasl, and openldap
+ (openldap was hard dependency)
+ The optional dependency on openssl is commented out as it won't
enable
+ Added missing && after g++ dependency
+ Added flags for alsa-lib and libavc1394
+ Formatted to Grimoire Guru Handbook
+
2006-10-10 George Sherwood <george AT beernabeer.com>
* DETAILS: Updated to 1.10.2. Removed Updated.




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (92860230a7c110b4b05de59a5eb047f5a56248b1), Eric Sandall, 12/09/2006

Archive powered by MHonArc 2.6.24.

Top of Page