[SM-Commit] GIT changes to master grimoire by Mathieu Lonjaret (bf97b85ef459a1a0371029d69f2a0ce8c6f87f5d)

Mathieu Lonjaret scm at sourcemage.org
Fri Oct 19 19:09:52 EDT 2007


GIT changes to master grimoire by Mathieu Lonjaret <lejatorn at sourcemage.org>:

 ftp/rtorrent/DEPENDS |    7 ++++++-
 ftp/rtorrent/HISTORY |    7 +++++--
 2 files changed, 11 insertions(+), 3 deletions(-)

New commits:
commit bf97b85ef459a1a0371029d69f2a0ce8c6f87f5d
Author: Mathieu Lonjaret <lejatorn at sourcemage.org>
Commit: Mathieu Lonjaret <lejatorn at sourcemage.org>

    rtorrent: added xmlrpc-c opt dep

diff --git a/ftp/rtorrent/DEPENDS b/ftp/rtorrent/DEPENDS
index 9f522c1..27958b6 100755
--- a/ftp/rtorrent/DEPENDS
+++ b/ftp/rtorrent/DEPENDS
@@ -4,4 +4,9 @@ if [[ ${DHT_PATCH} != n ]]; then
 else
   depends libtorrent 
 fi &&
-depends curl 
+depends curl                             &&
+optional_depends  xmlrpc-c               \
+                  "--with-xmlrpc-c"      \
+                  "--without-xmlrpc-c"   \
+                  "for XMLRPC interface" 
+
diff --git a/ftp/rtorrent/HISTORY b/ftp/rtorrent/HISTORY
index c3d5f2e..69045ac 100644
--- a/ftp/rtorrent/HISTORY
+++ b/ftp/rtorrent/HISTORY
@@ -1,6 +1,9 @@
+2007-10-20 Mathieu Lonjaret <lejatorn at sourcemage.org>
+	* DEPENDS: added optional xmlrpc-c
+
 2007-10-03 Mathieu Lonjaret <lejatorn at sourcemage.org>
-        * CONFIGURE: dht patch defaults to no
-        * DEPENDS: automake-1.9 if dht patch
+	* CONFIGURE: dht patch defaults to no
+	* DEPENDS: automake-1.9 if dht patch
 
 2007-10-03 Mathieu Lonjaret <lejatorn at sourcemage.org>
 	* DEPENDS, CONFIGURE, PRE_BUILD, dht.diff: added support for dht



More information about the SM-Commit mailing list