Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Mathieu Lonjaret (48eb768730fc1f7d3513f1181809a8641805cd7e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Mathieu Lonjaret <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Mathieu Lonjaret (48eb768730fc1f7d3513f1181809a8641805cd7e)
  • Date: Tue, 9 Oct 2007 18:06:48 -0500

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

ftp-libs/libtorrent/CONFIGURE | 2 +-
ftp-libs/libtorrent/DEPENDS | 7 ++++---
ftp-libs/libtorrent/HISTORY | 4 ++++
ftp/rtorrent/CONFIGURE | 2 +-
ftp/rtorrent/DEPENDS | 3 ++-
ftp/rtorrent/HISTORY | 4 ++++
6 files changed, 16 insertions(+), 6 deletions(-)

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-libs/libtorrent/DEPENDS b/ftp-libs/libtorrent/DEPENDS
index 62afe9d..aee8abb 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 876a16a..d33a5a2 100644
--- a/ftp-libs/libtorrent/HISTORY
+++ b/ftp-libs/libtorrent/HISTORY
@@ -1,3 +1,7 @@
+2007-10-10 Mathieu Lonjaret <lejatorn AT sourcemage.org>
+ * DEPENDS: better explanation for openssl
+ * CONFIGURE: DHT patch defaults to no
+
2007-10-06 Mathieu Lonjaret <lejatorn AT sourcemage.org>
* BUILD,PRE_BUILD: moved autogen, removed sedit (not needed anymore)

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

Archive powered by MHonArc 2.6.24.

Top of Page