Skip to Content.
Sympa Menu

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

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 (448e50a60037337c5e90e8ce13c2451d54361a77)
  • Date: Thu, 18 Jun 2009 17:54:02 -0500

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

ftp-libs/libtorrent/DETAILS | 4 -
ftp-libs/libtorrent/HISTORY | 3 +
ftp/rtorrent/DETAILS | 4 -
ftp/rtorrent/HISTORY | 3 +
ftp/rtorrent/PRE_BUILD | 3 -
ftp/rtorrent/gcc44.patch | 109
--------------------------------------------
6 files changed, 10 insertions(+), 116 deletions(-)

New commits:
commit f5cc9b1dbadedad243f967cb091f95e816e1b8b0
Author: Mathieu Lonjaret <lejatorn AT sourcemage.org>
Commit: Mathieu Lonjaret <lejatorn AT sourcemage.org>

rtorrent: update to 0.8.5

commit bbb8505824b4135cd1ee3738f6ecfa4e97cbe0a1
Author: Mathieu Lonjaret <lejatorn AT sourcemage.org>
Commit: Mathieu Lonjaret <lejatorn AT sourcemage.org>

libtorrent: update to 0.12.5

diff --git a/ftp-libs/libtorrent/DETAILS b/ftp-libs/libtorrent/DETAILS
index e7dc1a3..05d1727 100755
--- a/ftp-libs/libtorrent/DETAILS
+++ b/ftp-libs/libtorrent/DETAILS
@@ -1,12 +1,12 @@
SPELL=libtorrent
- VERSION=0.12.4
+ VERSION=0.12.5
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://libtorrent.rakshasa.no/downloads/$SOURCE
WEB_SITE=http://libtorrent.rakshasa.no
ENTERED=20050117
LICENSE[0]=GPL
-
SOURCE_HASH=sha512:038e8f583ed05822646c9aaed23ed3e3430d7249e8127270f68e97f3cc7c52fd8f11a944b412e570f662e777e19dea4292b49e5157d375f8da1d47b44cd6c2b4
+
SOURCE_HASH=sha512:2cc536afed778b808c74fdfd364078a4fa7c49e89fd5fe76500a2d4915d1d64e231e8e6b3e6eb293445e327df55bd33220e68e0c7a43280a2038391ff68dea1d
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 bece867..8354035 100644
--- a/ftp-libs/libtorrent/HISTORY
+++ b/ftp-libs/libtorrent/HISTORY
@@ -1,3 +1,6 @@
+2009-06-19 Mathieu Lonjaret <lejatorn AT sourcemage.org>
+ * DETAILS: update to 0.12.5
+
2009-05-14 Eric Sandall <sandalle AT sourcemage.org>
* DEPENDS: Optional dependencies go after hard dependencies
* PRE_BUILD: Apply gcc44.patch
diff --git a/ftp/rtorrent/DETAILS b/ftp/rtorrent/DETAILS
index 106a98b..5c96c73 100755
--- a/ftp/rtorrent/DETAILS
+++ b/ftp/rtorrent/DETAILS
@@ -1,12 +1,12 @@
SPELL=rtorrent
- VERSION=0.8.4
+ VERSION=0.8.5
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://libtorrent.rakshasa.no/downloads/$SOURCE
WEB_SITE=http://libtorrent.rakshasa.no
ENTERED=20050214
LICENSE[0]=GPL
-
SOURCE_HASH=sha512:f434a2a477ca6453b476af52c6c15e488561042c5fb8a615fdf6eb4efa1fe3de84431a37a09c0f0ca1a8ecc5da7042752655904f2fdb176bcd6534f98ec75382
+
SOURCE_HASH=sha512:40eadcfe07aa29fa936b0389bfda7bd9edc6f49f0034c2376588708d8015b8708411dc8bf711aff14fd9290f60f29047ab368e68faa8f4e26510528e90ac43be
KEYWORDS="bittorrent ftp"
SHORT='Rtorrent is a bittorrent client using libTorrent.'
cat << EOF
diff --git a/ftp/rtorrent/HISTORY b/ftp/rtorrent/HISTORY
index 0924828..ad42c9f 100644
--- a/ftp/rtorrent/HISTORY
+++ b/ftp/rtorrent/HISTORY
@@ -1,3 +1,6 @@
+2009-06-19 Mathieu Lonjaret <lejatorn AT sourcemage.org>
+ * DETAILS: update to 0.8.5 (includes fixed, so patch dropped)
+
2009-05-14 Eric Sandall <sandalle AT sourcemage.org>
* PRE_BUILD: Apply gcc44.patch
* gcc44.patch: Fix compilation with GCC 4.4.0
diff --git a/ftp/rtorrent/PRE_BUILD b/ftp/rtorrent/PRE_BUILD
deleted file mode 100755
index 31dcdd5..0000000
--- a/ftp/rtorrent/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-patch -p1 < $SCRIPT_DIRECTORY/gcc44.patch
diff --git a/ftp/rtorrent/gcc44.patch b/ftp/rtorrent/gcc44.patch
deleted file mode 100644
index 7faa662..0000000
--- a/ftp/rtorrent/gcc44.patch
+++ /dev/null
@@ -1,109 +0,0 @@
-#
-# From
http://sources.gentoo.org/viewcvs.py/*checkout*/gentoo-x86/net-p2p/rtorrent/files/rtorrent-0.8.4-gcc44.patch?rev=1.2
-#
-diff -Nurp rtorrent-0.8.4.old/src/rpc/scgi_task.cc
rtorrent-0.8.4/src/rpc/scgi_task.cc
---- rtorrent-0.8.4.old/src/rpc/scgi_task.cc 2008-05-07
07:19:10.000000000 -0500
-+++ rtorrent-0.8.4/src/rpc/scgi_task.cc 2009-02-04 10:23:31.000000000 -0600
-@@ -36,6 +36,8 @@
-
- #include "config.h"
-
-+#include <cstdio>
-+
- #include <rak/error_number.h>
- #include <sys/types.h>
- #include <sys/socket.h>
-
-
-diff -Nurp rtorrent-0.8.4.old/src/command_peer.cc
rtorrent-0.8.4/src/command_peer.cc
---- rtorrent-0.8.4.old/src/command_peer.cc 2008-05-07
07:19:11.000000000 -0500
-+++ rtorrent-0.8.4/src/command_peer.cc 2009-02-04 10:26:53.000000000 -0600
-@@ -36,6 +36,8 @@
-
- #include "config.h"
-
-+#include <cstdio>
-+
- #include <rak/error_number.h>
- #include <rak/path.h>
- #include <rak/socket_address.h>
-
-
-
-diff -Nurp rtorrent-0.8.4.old/src/display/utils.cc
rtorrent-0.8.4/src/display/utils.cc
---- rtorrent-0.8.4.old/src/display/utils.cc 2008-08-27
03:25:01.000000000 -0500
-+++ rtorrent-0.8.4/src/display/utils.cc 2009-02-04 10:20:34.000000000 -0600
-@@ -36,6 +36,7 @@
-
- #include "config.h"
-
-+#include <cstdio>
- #include <cstring>
- #include <sstream>
- #include <iomanip>
-
-
-diff -Nurp rtorrent-0.8.4.old/src/rpc/parse.cc
rtorrent-0.8.4/src/rpc/parse.cc
---- rtorrent-0.8.4.old/src/rpc/parse.cc 2008-08-26 15:14:33.000000000 -0500
-+++ rtorrent-0.8.4/src/rpc/parse.cc 2009-02-04 10:23:06.000000000 -0600
-@@ -37,6 +37,7 @@
- #include "config.h"
-
- #include <cstring>
-+#include <cstdio>
- #include <locale>
- #include <rak/path.h>
- #include <torrent/exceptions.h>
-
- diff -Nurp rtorrent-0.8.4.old/src/utils/lockfile.cc
rtorrent-0.8.4/src/utils/lockfile.cc
---- rtorrent-0.8.4.old/src/utils/lockfile.cc 2008-05-07
07:19:11.000000000 -0500
-+++ rtorrent-0.8.4/src/utils/lockfile.cc 2009-02-04
10:25:10.000000000 -0600
-@@ -40,6 +40,7 @@
- #include <cctype>
- #include <cerrno>
- #include <cstring>
-+#include <cstdio>
- #include <sstream>
- #include <fcntl.h>
- #include <signal.h>
-
-diff -Nurp rtorrent-0.8.4.old/src/command_download.cc
rtorrent-0.8.4/src/command_download.cc
---- rtorrent-0.8.4.old/src/command_download.cc 2008-11-19
11:01:20.000000000 -0600
-+++ rtorrent-0.8.4/src/command_download.cc 2009-02-04
10:25:32.000000000 -0600
-@@ -36,6 +36,8 @@
-
- #include "config.h"
-
-+#include <cstdio>
-+
- #include <functional>
- #include <unistd.h>
- #include <rak/file_stat.h>
-
-
-diff -Nurp rtorrent-0.8.4.old/src/command_events.cc
rtorrent-0.8.4/src/command_events.cc
---- rtorrent-0.8.4.old/src/command_events.cc 2008-11-11
04:37:20.000000000 -0600
-+++ rtorrent-0.8.4/src/command_events.cc 2009-02-04
10:25:58.000000000 -0600
-@@ -36,6 +36,8 @@
-
- #include "config.h"
-
-+#include <cstdio>
-+
- #include <functional>
- #include <rak/file_stat.h>
- #include <rak/path.h>
-
-diff -Nurp rtorrent-0.8.4.old/src/command_network.cc
rtorrent-0.8.4/src/command_network.cc
---- rtorrent-0.8.4.old/src/command_network.cc 2008-08-27
03:25:01.000000000 -0500
-+++ rtorrent-0.8.4/src/command_network.cc 2009-02-04
10:26:22.000000000 -0600
-@@ -36,6 +36,8 @@
-
- #include "config.h"
-
-+#include <cstdio>
-+
- #include <functional>
- #include <rak/address_info.h>
- #include <rak/path.h>
-



  • [SM-Commit] GIT changes to master grimoire by Mathieu Lonjaret (448e50a60037337c5e90e8ce13c2451d54361a77), Mathieu Lonjaret, 06/18/2009

Archive powered by MHonArc 2.6.24.

Top of Page