maintenance update to rtorrent 0.8.6 and libtorrent 0.12.6

This commit is contained in:
naddy 2010-03-21 16:34:25 +00:00
parent 84709cb90f
commit 0f2aa2a3b4
5 changed files with 28 additions and 17 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.20 2009/09/07 14:49:12 naddy Exp $
# $OpenBSD: Makefile,v 1.21 2010/03/21 16:34:25 naddy Exp $
COMMENT= BitTorrent library written in C++
DISTNAME= libtorrent-0.12.5
SHARED_LIBS += torrent 16.0 # .11.4
DISTNAME= libtorrent-0.12.6
SHARED_LIBS += torrent 17.0 # .11.6
CATEGORIES= net devel
HOMEPAGE= http://libtorrent.rakshasa.no/

View File

@ -1,5 +1,5 @@
MD5 (libtorrent-0.12.5.tar.gz) = /oFV02SyIHEwdEIxANS/KQ==
RMD160 (libtorrent-0.12.5.tar.gz) = ZFrneiPHfB0hNEMbGCyyBqslQlk=
SHA1 (libtorrent-0.12.5.tar.gz) = BaYFgcaxqU4qB9Ggfke4xg0uI3w=
SHA256 (libtorrent-0.12.5.tar.gz) = 6WP3DP05VSAXbBY+Zl4ihLmGFHAecW52WFxPqlRincE=
SIZE (libtorrent-0.12.5.tar.gz) = 587228
MD5 (libtorrent-0.12.6.tar.gz) = A3SZ7XCKr3KYjO5g5ajZaw==
RMD160 (libtorrent-0.12.6.tar.gz) = YvDJc31MqWIcQtZz6pl/nTaHVTA=
SHA1 (libtorrent-0.12.6.tar.gz) = v3CC+YvWKBSTy6lKRWaX+4jCwhs=
SHA256 (libtorrent-0.12.6.tar.gz) = ewLzMWSWagUmHoO6127vU3GY/v526vV9/WS7J8fXcSk=
SIZE (libtorrent-0.12.6.tar.gz) = 594113

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.21 2009/09/07 14:49:12 naddy Exp $
# $OpenBSD: Makefile,v 1.22 2010/03/21 16:34:25 naddy Exp $
COMMENT= ncurses BitTorrent client based on libTorrent
DISTNAME= rtorrent-0.8.5
DISTNAME= rtorrent-0.8.6
CATEGORIES= net
HOMEPAGE= http://libtorrent.rakshasa.no/
@ -19,8 +19,8 @@ WANTLIB= c crypto iconv intl idn m ncurses sigc-2.0 ssl stdc++ z
MASTER_SITES= ${HOMEPAGE}downloads/
LIB_DEPENDS= torrent.>=16::net/libtorrent \
curl.>=13::net/curl
LIB_DEPENDS= torrent.>=17::net/libtorrent \
curl.>=14::net/curl
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu

View File

@ -1,5 +1,5 @@
MD5 (rtorrent-0.8.5.tar.gz) = 5wEJXhgkt+USoXAA9MCngw==
RMD160 (rtorrent-0.8.5.tar.gz) = 6/W8Ojnsi5kFUTpwakgEUkmMqZE=
SHA1 (rtorrent-0.8.5.tar.gz) = 66tK9cPF8xgD4IgPrdMD7Lxq26g=
SHA256 (rtorrent-0.8.5.tar.gz) = DsaZF3LpMY+l5oe1wsi14BZtje+NcpNz6K4guBWYRmU=
SIZE (rtorrent-0.8.5.tar.gz) = 512889
MD5 (rtorrent-0.8.6.tar.gz) = uATEXAHEAxKSa86mtVuwhA==
RMD160 (rtorrent-0.8.6.tar.gz) = PVEJ1O4mxmOzduC59hCrYFXFe6k=
SHA1 (rtorrent-0.8.6.tar.gz) = /845WbqRc4u0RNaJ2z2x4jdbFM4=
SHA256 (rtorrent-0.8.6.tar.gz) = jJbGjhUkFiq9H8S2EtDD2ST8zCUVnAs/II5pKB8LMts=
SIZE (rtorrent-0.8.6.tar.gz) = 521045

View File

@ -0,0 +1,11 @@
$OpenBSD: patch-src_core_poll_manager_cc,v 1.1 2010/03/21 16:34:25 naddy Exp $
--- src/core/poll_manager.cc.orig Thu Jan 21 01:04:01 2010
+++ src/core/poll_manager.cc Thu Jan 21 01:05:04 2010
@@ -37,6 +37,7 @@
#include "config.h"
#include <stdexcept>
+#include <unistd.h>
#include <rak/error_number.h>
#include "globals.h"