aboutsummaryrefslogtreecommitdiff
path: root/net-im/gloox/files
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2017-08-18 03:33:24 +0000
committerSteve Wills <swills@FreeBSD.org>2017-08-18 03:33:24 +0000
commitd9e8d252bfd34bcf44254d15ebe782c6a4569183 (patch)
tree67dda422eb0454650fdee68e7620e89e3092a918 /net-im/gloox/files
parentfd4e9d37e2d8a58503ef73ce4ef719f80043290a (diff)
downloadports-d9e8d252bfd34bcf44254d15ebe782c6a4569183.tar.gz
ports-d9e8d252bfd34bcf44254d15ebe782c6a4569183.zip
Notes
Diffstat (limited to 'net-im/gloox/files')
-rw-r--r--net-im/gloox/files/patch-src_examples_adhoc__example.cpp13
-rw-r--r--net-im/gloox/files/patch-src_examples_annotations__example.cpp13
-rw-r--r--net-im/gloox/files/patch-src_examples_bookmarkstorage__example.cpp13
-rw-r--r--net-im/gloox/files/patch-src_examples_component__example.cpp13
-rw-r--r--net-im/gloox/files/patch-src_examples_disco__example.cpp13
-rw-r--r--net-im/gloox/files/patch-src_examples_privacylist__example.cpp13
-rw-r--r--net-im/gloox/files/patch-src_examples_privatexml__example.cpp13
-rw-r--r--net-im/gloox/files/patch-src_examples_register__example.cpp13
-rw-r--r--net-im/gloox/files/patch-src_examples_reset__example.cpp13
-rw-r--r--net-im/gloox/files/patch-src_examples_roster__example.cpp13
-rw-r--r--net-im/gloox/files/patch-src_examples_vcard__example.cpp13
11 files changed, 143 insertions, 0 deletions
diff --git a/net-im/gloox/files/patch-src_examples_adhoc__example.cpp b/net-im/gloox/files/patch-src_examples_adhoc__example.cpp
new file mode 100644
index 000000000000..6b7bbe78cf4f
--- /dev/null
+++ b/net-im/gloox/files/patch-src_examples_adhoc__example.cpp
@@ -0,0 +1,13 @@
+--- src/examples/adhoc_example.cpp.orig 2017-08-04 16:24:08 UTC
++++ src/examples/adhoc_example.cpp
+@@ -20,8 +20,8 @@
+ #include "../logsink.h"
+ using namespace gloox;
+
+-#include <stdio.h>
+-#include <locale.h>
++#include <ctime>
++#include <clocale>
+ #include <string>
+
+ #include <cstdio> // [s]print[f]
diff --git a/net-im/gloox/files/patch-src_examples_annotations__example.cpp b/net-im/gloox/files/patch-src_examples_annotations__example.cpp
new file mode 100644
index 000000000000..51b5a0390994
--- /dev/null
+++ b/net-im/gloox/files/patch-src_examples_annotations__example.cpp
@@ -0,0 +1,13 @@
+--- src/examples/annotations_example.cpp.orig 2017-08-04 16:25:40 UTC
++++ src/examples/annotations_example.cpp
+@@ -17,8 +17,8 @@
+ #include "../annotations.h"
+ using namespace gloox;
+
+-#include <stdio.h>
+-#include <locale.h>
++#include <ctime>
++#include <clocale>
+ #include <string>
+
+ #include <cstdio> // [s]print[f]
diff --git a/net-im/gloox/files/patch-src_examples_bookmarkstorage__example.cpp b/net-im/gloox/files/patch-src_examples_bookmarkstorage__example.cpp
new file mode 100644
index 000000000000..69d7f88e0e89
--- /dev/null
+++ b/net-im/gloox/files/patch-src_examples_bookmarkstorage__example.cpp
@@ -0,0 +1,13 @@
+--- src/examples/bookmarkstorage_example.cpp.orig 2017-08-04 16:25:23 UTC
++++ src/examples/bookmarkstorage_example.cpp
+@@ -17,8 +17,8 @@
+ #include "../bookmarkstorage.h"
+ using namespace gloox;
+
+-#include <stdio.h>
+-#include <locale.h>
++#include <ctime>
++#include <clocale>
+ #include <string>
+
+ #include <cstdio> // [s]print[f]
diff --git a/net-im/gloox/files/patch-src_examples_component__example.cpp b/net-im/gloox/files/patch-src_examples_component__example.cpp
new file mode 100644
index 000000000000..2f4b30b80c4a
--- /dev/null
+++ b/net-im/gloox/files/patch-src_examples_component__example.cpp
@@ -0,0 +1,13 @@
+--- src/examples/component_example.cpp.orig 2017-08-04 16:25:10 UTC
++++ src/examples/component_example.cpp
+@@ -17,8 +17,8 @@
+ #include "../disco.h"
+ using namespace gloox;
+
+-#include <stdio.h>
+-#include <locale.h>
++#include <ctime>
++#include <clocale>
+ #include <string>
+
+ #include <cstdio> // [s]print[f]
diff --git a/net-im/gloox/files/patch-src_examples_disco__example.cpp b/net-im/gloox/files/patch-src_examples_disco__example.cpp
new file mode 100644
index 000000000000..3323773c636b
--- /dev/null
+++ b/net-im/gloox/files/patch-src_examples_disco__example.cpp
@@ -0,0 +1,13 @@
+--- src/examples/disco_example.cpp.orig 2017-08-04 16:23:56 UTC
++++ src/examples/disco_example.cpp
+@@ -19,8 +19,8 @@
+ #include "../loghandler.h"
+ using namespace gloox;
+
+-#include <stdio.h>
+-#include <locale.h>
++#include <ctime>
++#include <clocale>
+ #include <string>
+
+ #include <cstdio> // [s]print[f]
diff --git a/net-im/gloox/files/patch-src_examples_privacylist__example.cpp b/net-im/gloox/files/patch-src_examples_privacylist__example.cpp
new file mode 100644
index 000000000000..83248b5e7bc7
--- /dev/null
+++ b/net-im/gloox/files/patch-src_examples_privacylist__example.cpp
@@ -0,0 +1,13 @@
+--- src/examples/privacylist_example.cpp.orig 2017-08-04 16:26:10 UTC
++++ src/examples/privacylist_example.cpp
+@@ -17,8 +17,8 @@
+ #include "../privacymanager.h"
+ using namespace gloox;
+
+-#include <stdio.h>
+-#include <locale.h>
++#include <ctime>
++#include <clocale>
+ #include <string>
+
+ #include <cstdio> // [s]print[f]
diff --git a/net-im/gloox/files/patch-src_examples_privatexml__example.cpp b/net-im/gloox/files/patch-src_examples_privatexml__example.cpp
new file mode 100644
index 000000000000..e2bac0b09b9e
--- /dev/null
+++ b/net-im/gloox/files/patch-src_examples_privatexml__example.cpp
@@ -0,0 +1,13 @@
+--- src/examples/privatexml_example.cpp.orig 2017-08-04 16:24:56 UTC
++++ src/examples/privatexml_example.cpp
+@@ -17,8 +17,8 @@
+ #include "../privatexml.h"
+ using namespace gloox;
+
+-#include <stdio.h>
+-#include <locale.h>
++#include <ctime>
++#include <clocale>
+ #include <string>
+
+ #include <cstdio> // [s]print[f]
diff --git a/net-im/gloox/files/patch-src_examples_register__example.cpp b/net-im/gloox/files/patch-src_examples_register__example.cpp
new file mode 100644
index 000000000000..f5a93964fc5c
--- /dev/null
+++ b/net-im/gloox/files/patch-src_examples_register__example.cpp
@@ -0,0 +1,13 @@
+--- src/examples/register_example.cpp.orig 2017-08-04 16:23:26 UTC
++++ src/examples/register_example.cpp
+@@ -17,8 +17,8 @@
+ #include "../loghandler.h"
+ using namespace gloox;
+
+-#include <stdio.h>
+-#include <locale.h>
++#include <ctime>
++#include <clocale>
+ #include <string>
+
+ #include <cstdio> // [s]print[f]
diff --git a/net-im/gloox/files/patch-src_examples_reset__example.cpp b/net-im/gloox/files/patch-src_examples_reset__example.cpp
new file mode 100644
index 000000000000..3750c8d0ff2e
--- /dev/null
+++ b/net-im/gloox/files/patch-src_examples_reset__example.cpp
@@ -0,0 +1,13 @@
+--- src/examples/reset_example.cpp.orig 2017-08-04 16:27:13 UTC
++++ src/examples/reset_example.cpp
+@@ -18,8 +18,8 @@
+ #include "../logsink.h"
+ using namespace gloox;
+
+-#include <stdio.h>
+-#include <locale.h>
++#include <ctime>
++#include <clocale>
+ #include <string>
+
+ #include <cstdio> // [s]print[f]
diff --git a/net-im/gloox/files/patch-src_examples_roster__example.cpp b/net-im/gloox/files/patch-src_examples_roster__example.cpp
new file mode 100644
index 000000000000..20716a2c5af9
--- /dev/null
+++ b/net-im/gloox/files/patch-src_examples_roster__example.cpp
@@ -0,0 +1,13 @@
+--- src/examples/roster_example.cpp.orig 2017-08-04 16:24:40 UTC
++++ src/examples/roster_example.cpp
+@@ -22,8 +22,8 @@
+ #include "../presence.h"
+ using namespace gloox;
+
+-#include <stdio.h>
+-#include <locale.h>
++#include <ctime>
++#include <clocale>
+ #include <string>
+
+ #include <cstdio> // [s]print[f]
diff --git a/net-im/gloox/files/patch-src_examples_vcard__example.cpp b/net-im/gloox/files/patch-src_examples_vcard__example.cpp
new file mode 100644
index 000000000000..5a54f78dd2d8
--- /dev/null
+++ b/net-im/gloox/files/patch-src_examples_vcard__example.cpp
@@ -0,0 +1,13 @@
+--- src/examples/vcard_example.cpp.orig 2017-08-04 16:26:37 UTC
++++ src/examples/vcard_example.cpp
+@@ -21,8 +21,8 @@
+ #include "../vcard.h"
+ using namespace gloox;
+
+-#include <stdio.h>
+-#include <locale.h>
++#include <ctime>
++#include <clocale>
+ #include <string>
+
+ #include <cstdio> // [s]print[f]