Index: head/net-p2p/libtorrent-rasterbar/Makefile =================================================================== --- head/net-p2p/libtorrent-rasterbar/Makefile (revision 459366) +++ head/net-p2p/libtorrent-rasterbar/Makefile (revision 459367) @@ -1,91 +1,87 @@ # Created by: Doug Barton # $FreeBSD$ PORTNAME= libtorrent-rasterbar -PORTVERSION= 1.1.4 -PORTREVISION= 4 +PORTVERSION= 1.1.6 CATEGORIES?= net-p2p ipv6 MASTER_SITES= https://github.com/arvidn/libtorrent/releases/download/libtorrent-${PORTVERSION:S/./_/g}/ -PATCH_SITES= https://github.com/arvidn/libtorrent/commit/ -PATCHFILES= 7eb3cf6bc6db.patch:-p1 - MAINTAINER= rezny@FreeBSD.org COMMENT?= C++ library implementing a BitTorrent client LICENSE= BSD3CLAUSE LIB_DEPENDS+= libboost_chrono.so:devel/boost-libs \ libboost_random.so:devel/boost-libs \ libboost_system.so:devel/boost-libs -BROKEN= fails to build with boost 1.66, see bug 224060 BROKEN_powerpc64= fails to build: client_test.cpp: undefined reference to std::__cxx11::basic_string USES+= compiler:c++11-lib iconv:wchar_t libtool pathfix pkgconfig ssl USE_CXXSTD= c++11 GNU_CONFIGURE= yes USE_LDCONFIG= yes TEST_TARGET= check CONFIGURE_ARGS= --disable-static \ --enable-dht \ --enable-encryption \ --enable-pool-allocators \ --enable-deprecated-functions \ --with-boost=${LOCALBASE} \ --with-libiconv \ --with-openssl=${OPENSSLBASE} SHLIB_VER= 9 PLIST_SUB+= SHLIB_VER="${SHLIB_VER}" DOCFILES= AUTHORS ChangeLog PORTDOCS= ${DOCFILES} docs/* PORTEXAMPLES= *.cpp OPTIONS_DEFINE= DEBUG DOCS EXAMPLES LOGGING TEST +OPTIONS_DEFAULT=LOGGING OPTIONS_SUB= yes LOGGING_DESC= Enable disk stat logging and logging to disk DEBUG_CONFIGURE_ENABLE= debug EXAMPLES_CONFIGURE_ENABLE= examples LOGGING_CONFIGURE_ENABLE= logging disk-stats TEST_CONFIGURE_ENABLE= tests .include .if defined(SLAVE_PORT) && ${SLAVE_PORT:tl} == "yes" && defined(USE_PYTHON) CONFIGURE_ARGS+= --enable-python-binding .else CONFIGURE_ARGS+= --disable-python-binding .endif post-patch: @${REINPLACE_CMD} -e 's|/usr/local/include|${PREFIX}/include|' \ ${WRKSRC}/Jamfile post-configure: ${FIND} ${WRKSRC} -name Makefile -o -name link_flags | \ ${XARGS} ${REINPLACE_CMD} 's| *-R${LOCALBASE}/lib||' post-install: .if defined(SLAVE_PORT) && ${SLAVE_PORT:tl} == "yes" && defined(USE_PYTHON) ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/libtorrent.so .else ${STRIP_CMD} \ ${STAGEDIR}${PREFIX}/lib/libtorrent-rasterbar.so.${SHLIB_VER} .endif post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${DOCFILES:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${COPYTREE_SHARE} docs ${STAGEDIR}${DOCSDIR}) ${RM} ${STAGEDIR}${DOCSDIR}/docs/._* post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/${PORTEXAMPLES} \ ${STAGEDIR}${EXAMPLESDIR} .include Index: head/net-p2p/libtorrent-rasterbar/distinfo =================================================================== --- head/net-p2p/libtorrent-rasterbar/distinfo (revision 459366) +++ head/net-p2p/libtorrent-rasterbar/distinfo (revision 459367) @@ -1,5 +1,3 @@ -TIMESTAMP = 1500241161 -SHA256 (libtorrent-rasterbar-1.1.4.tar.gz) = ccf42367803a6df7edcf4756d1f7d0a9ce6158ec33b851b3b58fd470ac4eeba6 -SIZE (libtorrent-rasterbar-1.1.4.tar.gz) = 3917557 -SHA256 (7eb3cf6bc6db.patch) = d343654786f02112b0787d999f3c569bcb9bb31dfc2be52aa26007b5f5e3ca0b -SIZE (7eb3cf6bc6db.patch) = 1180 +TIMESTAMP = 1514730099 +SHA256 (libtorrent-rasterbar-1.1.6.tar.gz) = b7c74d004bd121bd6e9f8975ee1fec3c95c74044c6a6250f6b07f259f55121ef +SIZE (libtorrent-rasterbar-1.1.6.tar.gz) = 3846476 Index: head/net-p2p/libtorrent-rasterbar/files/patch-include_libtorrent_config.hpp =================================================================== --- head/net-p2p/libtorrent-rasterbar/files/patch-include_libtorrent_config.hpp (revision 459366) +++ head/net-p2p/libtorrent-rasterbar/files/patch-include_libtorrent_config.hpp (nonexistent) @@ -1,15 +0,0 @@ ---- include/libtorrent/config.hpp.orig 2017-07-02 16:18:10 UTC -+++ include/libtorrent/config.hpp -@@ -195,12 +195,6 @@ POSSIBILITY OF SUCH DAMAGE. - #define TORRENT_USE_EXECINFO 1 - #endif - --#else // __APPLE__ --// FreeBSD has a reasonable iconv signature --// unless we're on glibc --#ifndef __GLIBC__ --# define TORRENT_ICONV_ARG(x) (x) --#endif - #endif // __APPLE__ - - #define TORRENT_HAVE_MMAP 1 Property changes on: head/net-p2p/libtorrent-rasterbar/files/patch-include_libtorrent_config.hpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property