Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Oct 2018 20:27:30 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r482781 - head/devel/libiqxmlrpc/files
Message-ID:  <201810222027.w9MKRUqV097123@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>
+ 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810222027.w9MKRUqV097123>