Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (c9d6ddcf7e51eb264ef5ac13166960c9346f4305)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Elisamuel Resto <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (c9d6ddcf7e51eb264ef5ac13166960c9346f4305)
  • Date: Sun, 2 Dec 2007 16:39:22 -0600

GIT changes to master grimoire by Elisamuel Resto <ryuji AT sourcemage.org>:

libs/libesmtp/DEPENDS | 6 +++++-
libs/libesmtp/HISTORY | 3 +++
xfce/exo/DEPENDS | 16 ++++++++++++----
xfce/exo/HISTORY | 3 +++
4 files changed, 23 insertions(+), 5 deletions(-)

New commits:
commit c9d6ddcf7e51eb264ef5ac13166960c9346f4305
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Elisamuel Resto <ryuji AT sourcemage.org>

libs/libesmtp: optionally depend on OpenSSL

commit 74057802b3402f2a10aa9259c0f17579988a4ac1
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Elisamuel Resto <ryuji AT sourcemage.org>

xfce/exo: optionally depend on hal and libnotify

diff --git a/libs/libesmtp/DEPENDS b/libs/libesmtp/DEPENDS
index 7fd6c14..bc7bba7 100755
--- a/libs/libesmtp/DEPENDS
+++ b/libs/libesmtp/DEPENDS
@@ -1 +1,5 @@
-depends libtool
+depends libtool &&
+optional_depends openssl \
+ "--with-openssl" \
+ "--without-openssl" \
+ "for SSL/TLS support"
diff --git a/libs/libesmtp/HISTORY b/libs/libesmtp/HISTORY
index 24ace84..98456c6 100644
--- a/libs/libesmtp/HISTORY
+++ b/libs/libesmtp/HISTORY
@@ -1,3 +1,6 @@
+2007-12-02 Elisamuel Resto <ryuji AT sourcemage.org>
+ * DEPENDS: optionally depend on OpenSSL
+
2007-11-09 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.0.4

diff --git a/xfce/exo/DEPENDS b/xfce/exo/DEPENDS
index 0cb355e..3cde112 100755
--- a/xfce/exo/DEPENDS
+++ b/xfce/exo/DEPENDS
@@ -1,6 +1,14 @@
depends libxfcegui4 &&
depends uri &&
-optional_depends pygtk2 \
- "--enable-python" \
- "--disable-python" \
- "for python bindings"
+optional_depends pygtk2 \
+ "--enable-python" \
+ "--disable-python" \
+ "for Python bindings" &&
+optional_depends hal \
+ "--enable-hal" \
+ "--disable-hal" \
+ "for HAL support" &&
+optional_depends libnotify \
+ "--enable-notifications" \
+ "--disable-notifications" \
+ "for libnotify support"
diff --git a/xfce/exo/HISTORY b/xfce/exo/HISTORY
index bbc1577..1561876 100644
--- a/xfce/exo/HISTORY
+++ b/xfce/exo/HISTORY
@@ -1,3 +1,6 @@
+2007-12-02 Elisamuel Resto <ryuji AT sourcemage.org>
+ * DEPENDS: optionally depend on hal and libnotify
+
2007-12-02 George Sherwood <george AT beernabeer.com>
* DETAILS: Updated to version 0.3.4. Fixed SOURCE_URL and WEB_SITE




  • [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (c9d6ddcf7e51eb264ef5ac13166960c9346f4305), Elisamuel Resto, 12/02/2007

Archive powered by MHonArc 2.6.24.

Top of Page