summaryrefslogtreecommitdiffstats
path: root/ftp-libs/libtorrent
diff options
context:
space:
mode:
authorMathieu Lonjaret2007-10-10 01:03:19 +0200
committerMathieu Lonjaret2007-10-10 01:03:19 +0200
commitf35185dcbcb652bdf773836b700eed8ca08a57e3 (patch)
treed7257c397c0074a01029af541c62957b379823a1 /ftp-libs/libtorrent
parentcccc2bcd3a90e490f777e88a4e73b1ced6ae0d15 (diff)
libtorrent: dht patch defaults to no, explanation for openssl
Diffstat (limited to 'ftp-libs/libtorrent')
-rwxr-xr-xftp-libs/libtorrent/CONFIGURE2
-rwxr-xr-xftp-libs/libtorrent/DEPENDS7
-rw-r--r--ftp-libs/libtorrent/HISTORY4
3 files changed, 9 insertions, 4 deletions
diff --git a/ftp-libs/libtorrent/CONFIGURE b/ftp-libs/libtorrent/CONFIGURE
index 9543302aa1..5074a9b4b6 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-libs/libtorrent/DEPENDS b/ftp-libs/libtorrent/DEPENDS
index 62afe9d189..aee8abb91b 100755
--- a/ftp-libs/libtorrent/DEPENDS
+++ b/ftp-libs/libtorrent/DEPENDS
@@ -1,4 +1,5 @@
-optional_depends "openssl" "" "--disable-openssl" "Use openssl?" &&
-depends libsigc++3 &&
-depends automake &&
+optional_depends "openssl" "" "--disable-openssl" "Needed for \
+encryption" &&
+depends libsigc++3 &&
+depends automake &&
depends libtool
diff --git a/ftp-libs/libtorrent/HISTORY b/ftp-libs/libtorrent/HISTORY
index 876a16a383..d33a5a24f3 100644
--- a/ftp-libs/libtorrent/HISTORY
+++ b/ftp-libs/libtorrent/HISTORY
@@ -1,3 +1,7 @@
+2007-10-10 Mathieu Lonjaret <lejatorn@sourcemage.org>
+ * DEPENDS: better explanation for openssl
+ * CONFIGURE: DHT patch defaults to no
+
2007-10-06 Mathieu Lonjaret <lejatorn@sourcemage.org>
* BUILD,PRE_BUILD: moved autogen, removed sedit (not needed anymore)