Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Nov 2013 14:16:16 +0000 (UTC)
From:      Max Khon <fjoe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r334198 - head/devel/libiqxmlrpc/files
Message-ID:  <201311181416.rAIEGGTb023482@svn.freebsd.org>

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



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