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

Max Khon fjoe at FreeBSD.org
Mon Nov 18 14:16:16 UTC 2013


Author: fjoe
Date: Mon Nov 18 14:16:15 2013
New Revision: 334198
URL: http://svnweb.freebsd.org/changeset/ports/334198

Log:
  Unbreak clang build.
  
  Obtained from:	upstream

Added:
  head/devel/libiqxmlrpc/files/
  head/devel/libiqxmlrpc/files/patch-libiqxmlrpc-except.h   (contents, props changed)
  head/devel/libiqxmlrpc/files/patch-libiqxmlrpc-net_except.h   (contents, props changed)

Added: head/devel/libiqxmlrpc/files/patch-libiqxmlrpc-except.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libiqxmlrpc/files/patch-libiqxmlrpc-except.h	Mon Nov 18 14:16:15 2013	(r334198)
@@ -0,0 +1,10 @@
+--- libiqxmlrpc/except.h.orig	2013-11-18 21:00:03.000000000 +0700
++++ libiqxmlrpc/except.h	2013-11-18 20:59:49.000000000 +0700
+@@ -7,6 +7,7 @@
+ #include "api_export.h"
+ 
+ #include <stdexcept>
++#include <string>
+ 
+ // Exceptions are conformant ot Fault Code Interoperability, version 20010516.
+ // http://xmlrpc-epi.sourceforge.net/specs/rfc.fault_codes.php

Added: head/devel/libiqxmlrpc/files/patch-libiqxmlrpc-net_except.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libiqxmlrpc/files/patch-libiqxmlrpc-net_except.h	Mon Nov 18 14:16:15 2013	(r334198)
@@ -0,0 +1,10 @@
+--- libiqxmlrpc/net_except.h.orig	2013-11-18 21:01:34.000000000 +0700
++++ libiqxmlrpc/net_except.h	2013-11-18 21:01:41.000000000 +0700
+@@ -7,6 +7,7 @@
+ #include "api_export.h"
+ 
+ #include <stdexcept>
++#include <string>
+ 
+ namespace iqnet
+ {


More information about the svn-ports-head mailing list