diff options
author | flz <flz@FreeBSD.org> | 2005-05-16 20:44:45 +0000 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-05-16 20:44:45 +0000 |
commit | 5e72b92844c01a1c153d0deff4aed798cca9c9c9 (patch) | |
tree | c4fec73da5c388f889196bf08fc05c945642ac1e /net-p2p | |
parent | 84f9a99ba8c2ab3ebe19cc0f154b67f9049bd485 (diff) | |
download | FreeBSD-ports-5e72b92844c01a1c153d0deff4aed798cca9c9c9.zip FreeBSD-ports-5e72b92844c01a1c153d0deff4aed798cca9c9c9.tar.gz |
- Update to 0.6.2.
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/libtorrent/Makefile | 3 | ||||
-rw-r--r-- | net-p2p/libtorrent/distinfo | 4 | ||||
-rw-r--r-- | net-p2p/libtorrent/files/patch-ltmain.sh | 4 | ||||
-rw-r--r-- | net-p2p/libtorrent/files/patch-src_net_socket__fd.cc | 14 |
4 files changed, 12 insertions, 13 deletions
diff --git a/net-p2p/libtorrent/Makefile b/net-p2p/libtorrent/Makefile index 62e6c3c..897a721 100644 --- a/net-p2p/libtorrent/Makefile +++ b/net-p2p/libtorrent/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libtorrent -PORTVERSION= 0.6.0 +PORTVERSION= 0.6.2 CATEGORIES= net MASTER_SITES= http://libtorrent.rakshasa.no/downloads/ @@ -20,6 +20,7 @@ USE_GNOME= pkgconfig gnomehack USE_REINPLACE= yes INSTALLS_SHLIB= yes USE_INC_LIBTOOL_VER= 13 +CONFIGURE_ARGS= --disable-debug CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} post-patch: diff --git a/net-p2p/libtorrent/distinfo b/net-p2p/libtorrent/distinfo index 1f47842..68d5b6c 100644 --- a/net-p2p/libtorrent/distinfo +++ b/net-p2p/libtorrent/distinfo @@ -1,2 +1,2 @@ -MD5 (libtorrent-0.6.0.tar.gz) = 0593d611f1079c42c1d431057c74865c -SIZE (libtorrent-0.6.0.tar.gz) = 304858 +MD5 (libtorrent-0.6.2.tar.gz) = 190dde2da4620f040ab1b58165da1892 +SIZE (libtorrent-0.6.2.tar.gz) = 309756 diff --git a/net-p2p/libtorrent/files/patch-ltmain.sh b/net-p2p/libtorrent/files/patch-ltmain.sh index 49b342d..718b8c0 100644 --- a/net-p2p/libtorrent/files/patch-ltmain.sh +++ b/net-p2p/libtorrent/files/patch-ltmain.sh @@ -1,5 +1,5 @@ ---- ltmain.sh.orig Wed Jan 19 14:56:06 2005 -+++ ltmain.sh Wed Jan 19 15:34:55 2005 +--- ltmain.sh.orig ++++ ltmain.sh @@ -976,6 +976,7 @@ ;; diff --git a/net-p2p/libtorrent/files/patch-src_net_socket__fd.cc b/net-p2p/libtorrent/files/patch-src_net_socket__fd.cc index 16544e0..0518a9c 100644 --- a/net-p2p/libtorrent/files/patch-src_net_socket__fd.cc +++ b/net-p2p/libtorrent/files/patch-src_net_socket__fd.cc @@ -1,14 +1,12 @@ ---- src/net/socket_fd.cc.orig Mon Apr 18 00:55:09 2005 -+++ src/net/socket_fd.cc Mon Apr 18 17:27:38 2005 -@@ -24,9 +24,11 @@ - - #include <errno.h> - #include <fcntl.h> -+#include <sys/types.h> +--- src/net/socket_fd.cc.orig ++++ src/net/socket_fd.cc +@@ -28,6 +28,9 @@ #include <sys/socket.h> #include <arpa/inet.h> #include <netinet/in.h> -+#include <netinet/in_systm.h> ++#ifdef __FreeBSD__ ++# include <netinet/in_systm.h> ++#endif #include <netinet/ip.h> #include "torrent/exceptions.h" |