svn commit: r424659 - in head/net-p2p/libtorrent-rasterbar: . files

Ruslan Makhmatkhanov rm at FreeBSD.org
Tue Oct 25 22:42:40 UTC 2016


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 at top_srcdir@/include @COMPILETIME_OPTIONS@ @CPPFLAGS@ @BOOST_CPPFLAGS@ @OPENSSL_INCLUDES@
++-I at top_srcdir@/include @COMPILETIME_OPTIONS@ @CPPFLAGS@ -std=c++11 @BOOST_CPPFLAGS@ @OPENSSL_INCLUDES@


More information about the svn-ports-head mailing list