svn commit: r336535 - head/net-p2p/libtorrent-devel/files

Andrej Zverev az at FreeBSD.org
Sun Dec 15 13:56:46 UTC 2013


Author: az
Date: Sun Dec 15 13:56:46 2013
New Revision: 336535
URL: http://svnweb.freebsd.org/changeset/ports/336535

Log:
  - Try fix under fbsd > 10

Added:
  head/net-p2p/libtorrent-devel/files/patch-src__torrent__connection_manager.h   (contents, props changed)

Added: head/net-p2p/libtorrent-devel/files/patch-src__torrent__connection_manager.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-p2p/libtorrent-devel/files/patch-src__torrent__connection_manager.h	Sun Dec 15 13:56:46 2013	(r336535)
@@ -0,0 +1,10 @@
+--- ./src/torrent/connection_manager.h.orig	2013-12-15 17:55:18.427951513 +0400
++++ ./src/torrent/connection_manager.h	2013-12-15 17:55:43.459221755 +0400
+@@ -42,6 +42,7 @@
+ 
+ #include <list>
+ #include <arpa/inet.h>
++#include <sys/types.h>
+ #include <netinet/in.h>
+ #include <netinet/in_systm.h>
+ #include <netinet/ip.h>


More information about the svn-ports-all mailing list