svn commit: r482781 - head/devel/libiqxmlrpc/files

Jan Beich jbeich at FreeBSD.org
Mon Oct 22 20:27:30 UTC 2018


Author: jbeich
Date: Mon Oct 22 20:27:29 2018
New Revision: 482781
URL: https://svnweb.freebsd.org/changeset/ports/482781

Log:
  devel/libiqxmlrpc: unbreak with boost 1.69
  
  libiqxmlrpc/ssl_lib.cc:33:29: error: expected class name
  class LockContainer: boost::noncopyable {
                              ^
  
  PR:		232525

Added:
  head/devel/libiqxmlrpc/files/
  head/devel/libiqxmlrpc/files/patch-boost-1.69   (contents, props changed)

Added: head/devel/libiqxmlrpc/files/patch-boost-1.69
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libiqxmlrpc/files/patch-boost-1.69	Mon Oct 22 20:27:29 2018	(r482781)
@@ -0,0 +1,12 @@
+https://github.com/adedov/libiqxmlrpc/issues/7
+
+--- libiqxmlrpc/ssl_lib.cc.orig	2016-01-20 07:08:19 UTC
++++ libiqxmlrpc/ssl_lib.cc
+@@ -12,6 +12,7 @@
+ #include <openssl/ssl.h>
+ #include <openssl/err.h>
+ 
++#include <boost/noncopyable.hpp>
+ #include <boost/thread/mutex.hpp>
+ #include <boost/thread/once.hpp>
+ 


More information about the svn-ports-all mailing list