svn commit: r569235 - head/net-p2p/py-libtorrent-rasterbar

Yuri Victorovich yuri at FreeBSD.org
Fri Mar 26 00:48:29 UTC 2021


Author: yuri
Date: Fri Mar 26 00:48:28 2021
New Revision: 569235
URL: https://svnweb.freebsd.org/changeset/ports/569235

Log:
  net-p2p/py-libtorrent-rasterbar: Downgrade 2.0.2 -> 1.2.12
  
  2.0.2 is not stable, causes huge memory footprint and looks like WIP.

Modified:
  head/net-p2p/py-libtorrent-rasterbar/Makefile
  head/net-p2p/py-libtorrent-rasterbar/distinfo

Modified: head/net-p2p/py-libtorrent-rasterbar/Makefile
==============================================================================
--- head/net-p2p/py-libtorrent-rasterbar/Makefile	Fri Mar 26 00:48:07 2021	(r569234)
+++ head/net-p2p/py-libtorrent-rasterbar/Makefile	Fri Mar 26 00:48:28 2021	(r569235)
@@ -2,43 +2,35 @@
 # $FreeBSD$
 
 PORTNAME=	libtorrent-rasterbar
-DISTVERSION=	2.0.2
-PORTREVISION=	1
+DISTVERSIONPREFIX=	libtorrent-
+DISTVERSION=	1.2.10
+PORTEPOCH=	1
 CATEGORIES=	net-p2p python
-MASTER_SITES=	https://github.com/arvidn/libtorrent/releases/download/v${DISTVERSION}/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-PATCH_SITES=	https://github.com/arvidn/libtorrent/commit/
-PATCHFILES=	2e9a8423c8e2d3eba49165bacbae2878e25991cb.patch:-p3 # https://github.com/arvidn/libtorrent/pull/6016/commits
-
 MAINTAINER=	yuri at FreeBSD.org
 COMMENT=	Python bindings for libtorrent-rasterbar
 
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/../../COPYING
 
-BUILD_DEPENDS=	b2:devel/boost_build
-#LIB_DEPENDS=	libtorrent-rasterbar.so:net-p2p/libtorrent-rasterbar \
-#		${PY_BOOST}
-LIB_DEPENDS=	${PY_BOOST} # Python binding rebuilds whole libtorrent: https://github.com/arvidn/libtorrent/issues/6017
+LIB_DEPENDS=	libtorrent-rasterbar.so:net-p2p/libtorrent-rasterbar \
+		${PY_BOOST}
 
-USES=		compiler:c11 iconv localbase:ldflags python:3.6+
+USES=		compiler:c11 iconv localbase python:3.6+
+USE_GITHUB=	yes
+GH_ACCOUNT=	arvidn
+GH_PROJECT=	libtorrent
 USE_PYTHON=	distutils autoplist
 
-BINARY_ALIAS=	b2=${FILESDIR}/b2
-
 CFLAGS+=	-DTORRENT_DISABLE_LOGGING # undefined symbol: https://github.com/arvidn/libtorrent/issues/3331
-#LDFLAGS+=	${LOCALBASE}/lib/libboost_python${PYTHON_SUFFIX}.so ${LOCALBASE}/lib/libiconv.so # fails to link libs: https://github.com/arvidn/libtorrent/issues/3330
+LDFLAGS+=	${LOCALBASE}/lib/libboost_python${PYTHON_SUFFIX}.so ${LOCALBASE}/lib/libiconv.so # fails to link libs: https://github.com/arvidn/libtorrent/issues/3330
 
-PYDISTUTILS_BUILD_TARGET=	build_ext
-PYDISTUTILS_BUILDARGS=		--boost-link=shared # otherwise it uses the static library and fails to build the python object: can't create dynamic relocation R_X86_64_32S against local symbol in readonly segment
-
 WRKSRC_SUBDIR=	bindings/python
 
 # ensure python paths are correctly identified
 CONFIGURE_ENV=	PYTHON_INCLUDEDIR="${PYTHON_INCLUDEDIR}" \
-		PYTHON_VERSION="${PYTHON_VERSION}" \
-		BOOST_ROOT=${LOCALBASE}
+		PYTHON_VERSION="${PYTHON_VERSION}"
 
 post-install:
 	@${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/libtorrent*.so

Modified: head/net-p2p/py-libtorrent-rasterbar/distinfo
==============================================================================
--- head/net-p2p/py-libtorrent-rasterbar/distinfo	Fri Mar 26 00:48:07 2021	(r569234)
+++ head/net-p2p/py-libtorrent-rasterbar/distinfo	Fri Mar 26 00:48:28 2021	(r569235)
@@ -1,5 +1,3 @@
-TIMESTAMP = 1614539774
-SHA256 (libtorrent-rasterbar-2.0.2.tar.gz) = 3af22ea1b60e04a7cf357a3d770470ea5df15e968501782bd1414634a2b42cb7
-SIZE (libtorrent-rasterbar-2.0.2.tar.gz) = 4269533
-SHA256 (2e9a8423c8e2d3eba49165bacbae2878e25991cb.patch) = 189088dc121b6c62915b1edb76681298ccf34e0a4f628c4bee67a95b4ffceba9
-SIZE (2e9a8423c8e2d3eba49165bacbae2878e25991cb.patch) = 1422
+TIMESTAMP = 1599281590
+SHA256 (arvidn-libtorrent-libtorrent-1.2.10_GH0.tar.gz) = e0fedb583f1e7bdcc0eb80a9df064a1e6fb0b825d8423e64bdb0f7a35879a09e
+SIZE (arvidn-libtorrent-libtorrent-1.2.10_GH0.tar.gz) = 3586008


More information about the svn-ports-head mailing list