New commits:
commit 48eb768730fc1f7d3513f1181809a8641805cd7e
Author: Mathieu Lonjaret <lejatorn AT sourcemage.org>
Commit: Mathieu Lonjaret <lejatorn AT sourcemage.org>
rtorrent: dht patch defaults to no, depends on automake-1.9
commit f35185dcbcb652bdf773836b700eed8ca08a57e3
Author: Mathieu Lonjaret <lejatorn AT sourcemage.org>
Commit: Mathieu Lonjaret <lejatorn AT sourcemage.org>
libtorrent: dht patch defaults to no, explanation for openssl
diff --git a/ftp-libs/libtorrent/CONFIGURE b/ftp-libs/libtorrent/CONFIGURE
index 9543302..5074a9b 100755
--- a/ftp-libs/libtorrent/CONFIGURE
+++ b/ftp-libs/libtorrent/CONFIGURE
@@ -1,2 +1,2 @@
-config_query DHT_PATCH "Patch to support dht?" y
+config_query DHT_PATCH "Patch to support dht?" "n"
diff --git a/ftp/rtorrent/CONFIGURE b/ftp/rtorrent/CONFIGURE
index 9543302..5074a9b 100755
--- a/ftp/rtorrent/CONFIGURE
+++ b/ftp/rtorrent/CONFIGURE
@@ -1,2 +1,2 @@
-config_query DHT_PATCH "Patch to support dht?" y
+config_query DHT_PATCH "Patch to support dht?" "n"
diff --git a/ftp/rtorrent/DEPENDS b/ftp/rtorrent/DEPENDS
index 720b3ea..9f522c1 100755
--- a/ftp/rtorrent/DEPENDS
+++ b/ftp/rtorrent/DEPENDS
@@ -1,5 +1,6 @@
if [[ ${DHT_PATCH} != n ]]; then
- depends -sub DHT libtorrent
+ depends -sub DHT libtorrent &&
+ depends automake-1.9
else
depends libtorrent
fi &&
diff --git a/ftp/rtorrent/HISTORY b/ftp/rtorrent/HISTORY
index 02c24dc..c3d5f2e 100644
--- a/ftp/rtorrent/HISTORY
+++ b/ftp/rtorrent/HISTORY
@@ -1,4 +1,8 @@
2007-10-03 Mathieu Lonjaret <lejatorn AT sourcemage.org>
+ * 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
2007-09-10 Mathieu Lonjaret <lejatorn AT sourcemage.org>
[SM-Commit] GIT changes to master grimoire by Mathieu Lonjaret (48eb768730fc1f7d3513f1181809a8641805cd7e),
Mathieu Lonjaret, 10/09/2007