Date: Tue, 25 Oct 2016 22:42:39 +0000 (UTC) From: Ruslan Makhmatkhanov <rm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424659 - in head/net-p2p/libtorrent-rasterbar: . files Message-ID: <201610252242.u9PMgdnR004377@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rm Date: Tue Oct 25 22:42:38 2016 New Revision: 424659 URL: https://svnweb.freebsd.org/changeset/ports/424659 Log: net-p2p/libtorrent-rasterbar: fix runtime of python binding It was reported by many people that python binding fails to import after updating to 1.1.1, breaking net-p2p/deluge runtime at least. Bump PORTREVISION to initiate packages rebuild. Fix is based on this commit: https://github.com/voidlinux/void-packages/commit/e3a19958 PR: 213739 Reported by: many Approved by: portmgr (just-fix-it blanket) Added: head/net-p2p/libtorrent-rasterbar/files/patch-bindings_python_compile__flags.in (contents, props changed) Modified: head/net-p2p/libtorrent-rasterbar/Makefile Modified: head/net-p2p/libtorrent-rasterbar/Makefile ============================================================================== --- head/net-p2p/libtorrent-rasterbar/Makefile Tue Oct 25 22:28:22 2016 (r424658) +++ head/net-p2p/libtorrent-rasterbar/Makefile Tue Oct 25 22:42:38 2016 (r424659) @@ -3,6 +3,7 @@ PORTNAME= libtorrent-rasterbar PORTVERSION= 1.1.1 +PORTREVISION= 1 CATEGORIES?= net-p2p ipv6 MASTER_SITES= https://github.com/arvidn/libtorrent/releases/download/libtorrent-${PORTVERSION:S/./_/g}/ Added: head/net-p2p/libtorrent-rasterbar/files/patch-bindings_python_compile__flags.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-p2p/libtorrent-rasterbar/files/patch-bindings_python_compile__flags.in Tue Oct 25 22:42:38 2016 (r424659) @@ -0,0 +1,5 @@ +--- bindings/python/compile_flags.in.orig 2016-05-24 02:57:40 UTC ++++ bindings/python/compile_flags.in +@@ -1 +1 @@ +--I@top_srcdir@/include @COMPILETIME_OPTIONS@ @CPPFLAGS@ @BOOST_CPPFLAGS@ @OPENSSL_INCLUDES@ ++-I@top_srcdir@/include @COMPILETIME_OPTIONS@ @CPPFLAGS@ -std=c++11 @BOOST_CPPFLAGS@ @OPENSSL_INCLUDES@
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610252242.u9PMgdnR004377>