Index: head/net-p2p/libtorrent/Makefile =================================================================== --- head/net-p2p/libtorrent/Makefile (revision 268706) +++ head/net-p2p/libtorrent/Makefile (revision 268707) @@ -1,51 +1,55 @@ # New ports collection makefile for: libtorrent # Date created: Jan 07 2005 # Whom: Florent Thoumie # # $FreeBSD$ # PORTNAME?= libtorrent -PORTVERSION?= 0.12.6 -PORTREVISION?= 1 +PORTVERSION?= 0.12.7 CATEGORIES= net-p2p MASTER_SITES= http://libtorrent.rakshasa.no/downloads/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= flz/libtorrent MAINTAINER?= flz@FreeBSD.org COMMENT?= BitTorrent Library written in C++ LIB_DEPENDS= sigc-2.0.0:${PORTSDIR}/devel/libsigc++20 CONFLICTS?= libtorrent-devel-[0-9]* \ rblibtorrent-[0-9]* \ rblibtorrent-devel-[0-9]* USE_AUTOTOOLS= libtool USE_GNOME= pkgconfig gnomehack USE_OPENSSL= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes -OPTIONS= KQUEUE "Use kqueue(2) support" on +OPTIONS= KQUEUE "Use kqueue(2) support" on \ + IPV6 "Enable IPv6 support" off .include .if defined(WITH_OPENSSL_BASE) # The reason why I use this is cause openssl from base doesn't install a .pc file # and configure will fail trying to find it. Setting both of those variables to # a *non-empty* value by-passes the pkg-config check. CONFIGURE_ENV= OPENSSL_LIBS="-L/usr/lib -ssl -crypto" OPENSSL_CFLAGS="-I/usr/include" .endif CONFIGURE_ARGS+= --disable-debug --with-openssl=${OPENSSLBASE} post-patch: @${REINPLACE_CMD} -e 's/-O3/${CFLAGS}/' ${WRKSRC}/configure .if !defined(WITHOUT_KQUEUE) CONFIGURE_ARGS+= --with-kqueue +.endif + +.if defined(WITH_IPV6) +CONFIGURE_ARGS+= --enable-ipv6 .endif .include Property changes on: head/net-p2p/libtorrent/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.53 \ No newline at end of property +1.54 \ No newline at end of property Index: head/net-p2p/libtorrent/distinfo =================================================================== --- head/net-p2p/libtorrent/distinfo (revision 268706) +++ head/net-p2p/libtorrent/distinfo (revision 268707) @@ -1,3 +1,2 @@ -MD5 (libtorrent-0.12.6.tar.gz) = 037499ed708aaf72988cee60e5a8d96b -SHA256 (libtorrent-0.12.6.tar.gz) = 7b02f33164966a05261e83bad76eef537198fefe76eaf57dfd64bb27c7d77129 -SIZE (libtorrent-0.12.6.tar.gz) = 594113 +SHA256 (libtorrent-0.12.7.tar.gz) = 96f59ec9593cd77ef9bad78cadef9ce6f1040243cccf1108aa7844e58d632a97 +SIZE (libtorrent-0.12.7.tar.gz) = 632060 Property changes on: head/net-p2p/libtorrent/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.30 \ No newline at end of property +1.31 \ No newline at end of property Index: head/net-p2p/libtorrent/pkg-plist =================================================================== --- head/net-p2p/libtorrent/pkg-plist (revision 268706) +++ head/net-p2p/libtorrent/pkg-plist (revision 268707) @@ -1,49 +1,54 @@ -@comment $FreeBSD: /tmp/pcvs/ports/net-p2p/libtorrent/pkg-plist,v 1.14 2008-12-09 11:30:31 flz Exp $ -include/torrent/bitfield.h -include/torrent/chunk_manager.h +@comment $FreeBSD: /tmp/pcvs/ports/net-p2p/libtorrent/pkg-plist,v 1.15 2011-02-06 08:14:45 miwi Exp $ include/torrent/common.h -include/torrent/connection_manager.h +include/torrent/throttle.h +include/torrent/peer/client_list.h +include/torrent/peer/peer_list.h +include/torrent/peer/client_info.h +include/torrent/peer/peer.h +include/torrent/peer/connection_list.h +include/torrent/peer/peer_info.h +include/torrent/object_raw_bencode.h +include/torrent/download_info.h +include/torrent/torrent.h +include/torrent/tracker.h +include/torrent/http.h +include/torrent/hash_string.h +include/torrent/chunk_manager.h +include/torrent/bitfield.h +include/torrent/object.h +include/torrent/object_stream.h +include/torrent/dht_manager.h +include/torrent/poll_epoll.h +include/torrent/exceptions.h +include/torrent/poll_kqueue.h +include/torrent/rate.h include/torrent/data/block.h -include/torrent/data/block_list.h -include/torrent/data/block_transfer.h -include/torrent/data/file.h -include/torrent/data/file_list.h -include/torrent/data/file_list_iterator.h include/torrent/data/file_manager.h +include/torrent/data/block_transfer.h include/torrent/data/file_utils.h +include/torrent/data/chunk_utils.h +include/torrent/data/file_list.h include/torrent/data/piece.h +include/torrent/data/block_list.h +include/torrent/data/file.h include/torrent/data/transfer_list.h -include/torrent/dht_manager.h +include/torrent/data/file_list_iterator.h include/torrent/download.h +include/torrent/object_static_map.h +include/torrent/poll_select.h +include/torrent/tracker_list.h +include/torrent/connection_manager.h +include/torrent/poll.h include/torrent/error.h +include/torrent/thread_base.h include/torrent/event.h -include/torrent/exceptions.h -include/torrent/hash_string.h -include/torrent/http.h -include/torrent/object.h -include/torrent/object_stream.h include/torrent/path.h -include/torrent/peer/client_info.h -include/torrent/peer/client_list.h -include/torrent/peer/connection_list.h -include/torrent/peer/peer.h -include/torrent/peer/peer_info.h -include/torrent/peer/peer_list.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/resume.h -include/torrent/throttle.h -include/torrent/torrent.h -include/torrent/tracker.h -include/torrent/tracker_list.h lib/libtorrent.a -lib/libtorrent.la lib/libtorrent.so -lib/libtorrent.so.11 +lib/libtorrent.so.13 +lib/libtorrent.la libdata/pkgconfig/libtorrent.pc @dirrmtry include/torrent/peer @dirrmtry include/torrent/data @dirrmtry include/torrent Property changes on: head/net-p2p/libtorrent/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.14 \ No newline at end of property +1.15 \ No newline at end of property