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

Mathieu Lonjaret scm at sourcemage.org
Thu Oct 25 18:17:37 EDT 2007


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

 ftp-libs/libtorrent/CONFIGURE |    3 ++-
 ftp-libs/libtorrent/DETAILS   |    4 ++--
 ftp-libs/libtorrent/HISTORY   |   16 ++++++++++------
 ftp-libs/libtorrent/PRE_BUILD |   12 ++++++------
 ftp/rtorrent/CONFIGURE        |    3 ++-
 ftp/rtorrent/DEPENDS          |   13 +++++++------
 ftp/rtorrent/DETAILS          |    4 ++--
 ftp/rtorrent/HISTORY          |    4 ++++
 ftp/rtorrent/PRE_BUILD        |   13 +++++++------
 9 files changed, 42 insertions(+), 30 deletions(-)

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

    rtorrent: 0.7.9 (and dht disabled)

commit ff3994dcb1328997a83f816326947d6d931ae4d3
Author: Mathieu Lonjaret <lejatorn at sourcemage.org>
Commit: Mathieu Lonjaret <lejatorn at sourcemage.org>

    libtorrent: 0.11.9 (and dht disabled, no patch for this version available yet)

diff --git a/ftp-libs/libtorrent/CONFIGURE b/ftp-libs/libtorrent/CONFIGURE
index 5074a9b..9f71ec9 100755
--- a/ftp-libs/libtorrent/CONFIGURE
+++ b/ftp-libs/libtorrent/CONFIGURE
@@ -1,2 +1,3 @@
-config_query DHT_PATCH "Patch to support dht?" "n"
+# dht patch disabled for the moment
+#config_query DHT_PATCH "Patch to support dht?" "n"
 
diff --git a/ftp-libs/libtorrent/DETAILS b/ftp-libs/libtorrent/DETAILS
index b106d18..232817b 100755
--- a/ftp-libs/libtorrent/DETAILS
+++ b/ftp-libs/libtorrent/DETAILS
@@ -1,5 +1,5 @@
            SPELL=libtorrent
-         VERSION=0.11.8
+         VERSION=0.11.9
           SOURCE=$SPELL-$VERSION.tar.gz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
    SOURCE_URL[0]=http://libtorrent.rakshasa.no/downloads/$SOURCE
@@ -7,7 +7,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
          ENTERED=20050117
       LICENSE[0]=GPL
 	   BUILD_API=2
-     SOURCE_HASH=sha512:0d01b63b423802c66f4f91d37350bddead345054893e646ac04db532de44e798b77ff961a861e87354fe055bc2920f882d68ab9e5ab52d5ad61b0b369e1f5d90
+     SOURCE_HASH=sha512:179c2cb83c4c4cc43eddbee3a3bd5633a0381b899b9fe40e88a5a387953fa1820681a1007f68b59195ac3ef81b91d65776642ee244a069729227dd2cf37df740
         KEYWORDS="bittorrent ftp libs"
            SHORT='LibTorrent is a BitTorrent library written in C++ for *nix.'
 cat << EOF
diff --git a/ftp-libs/libtorrent/HISTORY b/ftp-libs/libtorrent/HISTORY
index d33a5a2..6eb5103 100644
--- a/ftp-libs/libtorrent/HISTORY
+++ b/ftp-libs/libtorrent/HISTORY
@@ -1,14 +1,18 @@
+2007-10-26 Mathieu Lonjaret <lejatorn at sourcemage.org>
+	* DETAILS: update to 0.11.9
+	* CONFIGURE, PRE_BUILD: disabled dht patch 
+
 2007-10-10 Mathieu Lonjaret <lejatorn at sourcemage.org>
-        * DEPENDS: better explanation for openssl
-        * CONFIGURE: DHT patch defaults to no
+	* 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)
+	* BUILD,PRE_BUILD: moved autogen, removed sedit (not needed anymore)
 
 2007-10-03 Mathieu Lonjaret <lejatorn at sourcemage.org>
-        * DEPENDS: set openssl to optional
-        * DEPENDS, SUB_DEPENDS, CONFIGURE, PRE_SUB_DEPENDS, PRE_BUILD,
-        * dht.diff: added support for dht
+	* DEPENDS: set openssl to optional
+	* DEPENDS, SUB_DEPENDS, CONFIGURE, PRE_SUB_DEPENDS, PRE_BUILD,
+	* dht.diff: added support for dht
 
 2007-09-10 Mathieu Lonjaret <lejatorn at sourcemage.org>
 	* DETAILS: update to 0.11.8
diff --git a/ftp-libs/libtorrent/PRE_BUILD b/ftp-libs/libtorrent/PRE_BUILD
index a56e90b..30a7a06 100755
--- a/ftp-libs/libtorrent/PRE_BUILD
+++ b/ftp-libs/libtorrent/PRE_BUILD
@@ -1,10 +1,10 @@
 default_pre_build                                             &&
 cd ${SOURCE_DIRECTORY}                                        &&
 # fix problems on amd64 with libtool versions (bug #13943)
-./autogen.sh                                                  &&
-# dht patch
-if [[ ${DHT_PATCH} != n ]]; then
-  cp ${SPELL_DIRECTORY}/dht.diff ${SOURCE_DIRECTORY}/dht.diff &&
-  patch -p1 < dht.diff
-fi
+./autogen.sh                                                  
+# dht patch, commented until new patch comes out for this version
+#if [[ ${DHT_PATCH} != n ]]; then
+#  cp ${SPELL_DIRECTORY}/dht.diff ${SOURCE_DIRECTORY}/dht.diff &&
+#  patch -p1 < dht.diff
+#fi
 
diff --git a/ftp/rtorrent/CONFIGURE b/ftp/rtorrent/CONFIGURE
index 5074a9b..9f71ec9 100755
--- a/ftp/rtorrent/CONFIGURE
+++ b/ftp/rtorrent/CONFIGURE
@@ -1,2 +1,3 @@
-config_query DHT_PATCH "Patch to support dht?" "n"
+# dht patch disabled for the moment
+#config_query DHT_PATCH "Patch to support dht?" "n"
 
diff --git a/ftp/rtorrent/DEPENDS b/ftp/rtorrent/DEPENDS
index 27958b6..4cdd7c8 100755
--- a/ftp/rtorrent/DEPENDS
+++ b/ftp/rtorrent/DEPENDS
@@ -1,9 +1,10 @@
-if [[ ${DHT_PATCH} != n ]]; then
-  depends -sub DHT libtorrent && 
-  depends automake-1.9
-else
-  depends libtorrent 
-fi &&
+# disabling dht patch for the moment
+#if [[ ${DHT_PATCH} != n ]]; then
+#  depends -sub DHT libtorrent && 
+#  depends automake-1.9
+#else
+depends libtorrent && 
+#fi &&
 depends curl                             &&
 optional_depends  xmlrpc-c               \
                   "--with-xmlrpc-c"      \
diff --git a/ftp/rtorrent/DETAILS b/ftp/rtorrent/DETAILS
index ca8c4ab..9fea30e 100755
--- a/ftp/rtorrent/DETAILS
+++ b/ftp/rtorrent/DETAILS
@@ -1,5 +1,5 @@
            SPELL=rtorrent
-         VERSION=0.7.8
+         VERSION=0.7.9
           SOURCE=$SPELL-$VERSION.tar.gz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
    SOURCE_URL[0]=http://libtorrent.rakshasa.no/downloads/$SOURCE
@@ -8,7 +8,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
          UPDATED=20050214
       LICENSE[0]=GPL
 	   BUILD_API=2
-     SOURCE_HASH=sha512:7c0a7238c1051735b898131c99e385f80de40b71f769b749ef9222561d5c69ad8588fb5c9fb7f487617587b65e5e630ae72ff44d539bca46a026d6aac1731bd9
+     SOURCE_HASH=sha512:d6bcd0a88d16d55f83d7c29b9a9b7b9927a7fbf61dbce2f1adb1733f82562ed3fa29f65b368b5f3c6f33d68c6b696522c87b43455f1e171ace1736074f12ade2
         KEYWORDS="bittorrent ftp"
            SHORT='Rtorrent is a bittorrent client using libTorrent.'
 cat << EOF
diff --git a/ftp/rtorrent/HISTORY b/ftp/rtorrent/HISTORY
index 69045ac..af2920c 100644
--- a/ftp/rtorrent/HISTORY
+++ b/ftp/rtorrent/HISTORY
@@ -1,3 +1,7 @@
+2007-10-26 Mathieu Lonjaret <lejatorn at sourcemage.org>
+	* DETAILS: 0.7.9
+	* PRE_BUILD, CONFIGURE, DEPENDS: disabled dht until patch available
+
 2007-10-20 Mathieu Lonjaret <lejatorn at sourcemage.org>
 	* DEPENDS: added optional xmlrpc-c
 
diff --git a/ftp/rtorrent/PRE_BUILD b/ftp/rtorrent/PRE_BUILD
index ec4e6ac..066584e 100755
--- a/ftp/rtorrent/PRE_BUILD
+++ b/ftp/rtorrent/PRE_BUILD
@@ -1,7 +1,8 @@
-default_pre_build                                             &&
-cd ${SOURCE_DIRECTORY}                                        &&
-if [[ ${DHT_PATCH} != n ]]; then
-  cp ${SPELL_DIRECTORY}/dht.diff ${SOURCE_DIRECTORY}/dht.diff &&
-  patch -p1 < dht.diff
-fi
+default_pre_build                                             
+#dht patch, removed until new version
+#cd ${SOURCE_DIRECTORY}                                        &&
+#if [[ ${DHT_PATCH} != n ]]; then
+#  cp ${SPELL_DIRECTORY}/dht.diff ${SOURCE_DIRECTORY}/dht.diff &&
+#  patch -p1 < dht.diff
+#fi
 



More information about the SM-Commit mailing list