Index: head/databases/xapian-core/files/patch-net-tcpclient.cc =================================================================== --- head/databases/xapian-core/files/patch-net-tcpclient.cc (revision 439682) +++ head/databases/xapian-core/files/patch-net-tcpclient.cc (nonexistent) @@ -1,18 +0,0 @@ ---- net/tcpclient.cc.orig 2017-04-24 02:19:20 UTC -+++ net/tcpclient.cc -@@ -25,7 +25,6 @@ - #include "tcpclient.h" - - #include "remoteconnection.h" --#include "resolver.h" - #include "str.h" - #include - -@@ -36,6 +35,7 @@ - #include "safesysselect.h" - #include "safesyssocket.h" - #include "socket_utils.h" -+#include "resolver.h" - - #include - #include Property changes on: head/databases/xapian-core/files/patch-net-tcpclient.cc ___________________________________________________________________ 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 Index: head/databases/xapian-core/files/patch-net-resolver.h =================================================================== --- head/databases/xapian-core/files/patch-net-resolver.h (nonexistent) +++ head/databases/xapian-core/files/patch-net-resolver.h (revision 439683) @@ -0,0 +1,12 @@ +Obtained from: https://github.com/xapian/xapian/commit/40f35d33ee31433b00e8241ba29f03ce8f98477a + +--- net/resolver.h.orig 2017-04-24 02:19:20 UTC ++++ net/resolver.h +@@ -23,6 +23,7 @@ + + #include + #include "safenetdb.h" ++#include "safesyssocket.h" + #include "str.h" + #include "xapian/error.h" + Property changes on: head/databases/xapian-core/files/patch-net-resolver.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property