diff options
author | tron <tron@pkgsrc.org> | 2006-01-30 00:52:28 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2006-01-30 00:52:28 +0000 |
commit | 4b7fa3a1b53f6b48e14566f1eaef8b98fdacff98 (patch) | |
tree | ebc62815cdaa0577e31524d9dce8cf020b5938b1 /net/libtorrent | |
parent | 5f77ddc49a433e49dddd67bd143f76854fbd58b8 (diff) | |
download | pkgsrc-4b7fa3a1b53f6b48e14566f1eaef8b98fdacff98.tar.gz |
Update "libtorrent" package to version 0.8.3 and "rtorrent" package to
version 0.4.3. Changes since 0.7.6/0.3.6:
- New throttle implementation
- Improved config file parser
- Settings for using a http proxy and changing the process's umask.
- Many more bug fixes and improvements
Diffstat (limited to 'net/libtorrent')
-rw-r--r-- | net/libtorrent/Makefile | 12 | ||||
-rw-r--r-- | net/libtorrent/PLIST | 4 | ||||
-rw-r--r-- | net/libtorrent/buildlink3.mk | 4 | ||||
-rw-r--r-- | net/libtorrent/distinfo | 9 | ||||
-rw-r--r-- | net/libtorrent/patches/patch-ab | 12 |
5 files changed, 19 insertions, 22 deletions
diff --git a/net/libtorrent/Makefile b/net/libtorrent/Makefile index e451669af9f..ddf0439f5f2 100644 --- a/net/libtorrent/Makefile +++ b/net/libtorrent/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2006/01/12 20:32:04 adam Exp $ +# $NetBSD: Makefile,v 1.8 2006/01/30 00:52:28 tron Exp $ -DISTNAME= libtorrent-0.7.6 +DISTNAME= libtorrent-0.8.3 CATEGORIES= net MASTER_SITES= http://libtorrent.rakshasa.no/downloads/ @@ -15,6 +15,14 @@ CONFIGURE_ARGS+= --disable-debug CONFIGURE_ARGS+= --with-openssl=${BUILDLINK_PREFIX.openssl} GCC_REQD+= 3.3 +.include "../../mk/compiler.mk" + +# See http://libtorrent.rakshasa.no/ticket/96 +.if !empty(CC_VERSION:Mgcc-4.*) +CXXFLAGS+= -fpermissive -fno-strength-reduce -fno-thread-jumps \ + -fno-inline -fforce-addr +.endif + .include "../../devel/libsigc++2/buildlink3.mk" .include "../../security/openssl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/libtorrent/PLIST b/net/libtorrent/PLIST index 20d751ae80d..728ffc1b753 100644 --- a/net/libtorrent/PLIST +++ b/net/libtorrent/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2005/10/24 08:41:11 adam Exp $ +@comment $NetBSD: PLIST,v 1.3 2006/01/30 00:52:28 tron Exp $ include/torrent/bencode.h include/torrent/common.h include/torrent/download.h @@ -7,8 +7,10 @@ include/torrent/event.h include/torrent/exceptions.h include/torrent/http.h include/torrent/peer.h +include/torrent/path.h include/torrent/poll.h include/torrent/poll_epoll.h +include/torrent/poll_kqueue.h include/torrent/poll_select.h include/torrent/rate.h include/torrent/torrent.h diff --git a/net/libtorrent/buildlink3.mk b/net/libtorrent/buildlink3.mk index 64b8dd259c9..015abdd7fba 100644 --- a/net/libtorrent/buildlink3.mk +++ b/net/libtorrent/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.3 2006/01/12 20:32:04 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.4 2006/01/30 00:52:28 tron Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ LIBTORRENT_BUILDLINK3_MK:= ${LIBTORRENT_BUILDLINK3_MK}+ @@ -11,7 +11,7 @@ BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nlibtorrent} BUILDLINK_PACKAGES+= libtorrent .if !empty(LIBTORRENT_BUILDLINK3_MK:M+) -BUILDLINK_DEPENDS.libtorrent+= libtorrent>=0.7.0 +BUILDLINK_DEPENDS.libtorrent+= libtorrent>=0.8.0 BUILDLINK_PKGSRCDIR.libtorrent?= ../../net/libtorrent .endif # LIBTORRENT_BUILDLINK3_MK diff --git a/net/libtorrent/distinfo b/net/libtorrent/distinfo index be8220120c6..b00449e7c8b 100644 --- a/net/libtorrent/distinfo +++ b/net/libtorrent/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.5 2006/01/12 20:32:04 adam Exp $ +$NetBSD: distinfo,v 1.6 2006/01/30 00:52:28 tron Exp $ -SHA1 (libtorrent-0.7.6.tar.gz) = eac5cbbd60fd4086c947fd3cd3c102f05ccb6f40 -RMD160 (libtorrent-0.7.6.tar.gz) = 042dd53ad6fcea9ce89bdb943cbcde2860d7ff96 -Size (libtorrent-0.7.6.tar.gz) = 440246 bytes -SHA1 (patch-ab) = 414a0ebb75d3cc46bc106abb7671600962753859 +SHA1 (libtorrent-0.8.3.tar.gz) = 9f57d520732d5a367492e65825cab69a94a65844 +RMD160 (libtorrent-0.8.3.tar.gz) = 2a88aa5824efc343453a5c98923b38f5e3cc81d8 +Size (libtorrent-0.8.3.tar.gz) = 445167 bytes diff --git a/net/libtorrent/patches/patch-ab b/net/libtorrent/patches/patch-ab deleted file mode 100644 index 4637cfaab4c..00000000000 --- a/net/libtorrent/patches/patch-ab +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ab,v 1.2 2005/10/24 08:41:11 adam Exp $ - ---- src/data/file.cc.orig 2005-09-17 19:18:33.000000000 +0000 -+++ src/data/file.cc -@@ -44,6 +44,7 @@ - #include <unistd.h> - #include <sys/ioctl.h> - #include <sys/mman.h> -+#include <unistd.h> - - #ifdef USE_XFS - #include <xfs/libxfs.h> |