aboutsummaryrefslogtreecommitdiffstats
path: root/community/namecoin/system-strlcpy.patch
diff options
context:
space:
mode:
authorStuart Cardall <developer@it-offshore.co.uk>2016-08-18 20:46:53 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2016-08-21 22:24:04 +0200
commit5c9f3ca3e307be53b45beeed2ce1626f38008625 (patch)
tree919836fe454e953f46685adf8228b0401280d4b6 /community/namecoin/system-strlcpy.patch
parent6a00a953ba02bab6440a2c784e7db37c6eaeace1 (diff)
downloadaports-5c9f3ca3e307be53b45beeed2ce1626f38008625.tar.bz2
aports-5c9f3ca3e307be53b45beeed2ce1626f38008625.tar.xz
testing/[various]: move to community
albatross-themes apk-post-messages autossh bitcoin btrbk entr ffmpegthumbnailer firejail firetools fwsnort gnome-colors imapsync inetutils-syslogd inotify-tools-inc isync junit ktsuss letsencrypt-nosudo libmbim libndp libqmi libteam mini-sendmail modemmanager namecoin networkmanager nginx-naxsi numix-themes nxapi opencl-headers opencl-icd-loader opus-tools perl-authen-ntlm perl-bit-vector perl-data-uniqid perl-file-copy-recursive perl-getopt-argvfile perl-io-tee perl-iptables-chainmgr perl-iptables-parse perl-module-scandeps perl-par-dist perl-par-packer perl-par perl-uri-escape psad py-crcmod py-graphviz py-lz4 py-opencl py-opengl-accelerate runit secpwgen secure-delete socklog spacefm tinyssh udevil virt-viewer virtualbricks whois wrk xpra zram-init
Diffstat (limited to 'community/namecoin/system-strlcpy.patch')
-rw-r--r--community/namecoin/system-strlcpy.patch60
1 files changed, 60 insertions, 0 deletions
diff --git a/community/namecoin/system-strlcpy.patch b/community/namecoin/system-strlcpy.patch
new file mode 100644
index 0000000000..f7bb2717df
--- /dev/null
+++ b/community/namecoin/system-strlcpy.patch
@@ -0,0 +1,60 @@
+diff --git a/src/init.cpp b/src/init.cpp
+index bc7e714..295e20f 100644
+--- a/src/init.cpp
++++ b/src/init.cpp
+@@ -6,7 +6,6 @@
+ #include "bitcoinrpc.h"
+ #include "net.h"
+ #include "init.h"
+-#include "strlcpy.h"
+ #include <boost/filesystem.hpp>
+ #include <boost/filesystem/fstream.hpp>
+ #include <boost/interprocess/sync/file_lock.hpp>
+diff --git a/src/irc.cpp b/src/irc.cpp
+index fea0aa2..fd5d8c4 100644
+--- a/src/irc.cpp
++++ b/src/irc.cpp
+@@ -5,7 +5,6 @@
+ #include "headers.h"
+ #include "irc.h"
+ #include "net.h"
+-#include "strlcpy.h"
+
+ using namespace std;
+ using namespace boost;
+diff --git a/src/net.cpp b/src/net.cpp
+index 4d2f651..7df2b77 100644
+--- a/src/net.cpp
++++ b/src/net.cpp
+@@ -7,7 +7,6 @@
+ #include "db.h"
+ #include "net.h"
+ #include "init.h"
+-#include "strlcpy.h"
+
+ #ifdef __WXMSW__
+ #include <string.h>
+diff --git a/src/qt/bitcoin.cpp b/src/qt/bitcoin.cpp
+index 30dcca6..21a11af 100644
+--- a/src/qt/bitcoin.cpp
++++ b/src/qt/bitcoin.cpp
+@@ -15,7 +15,6 @@
+ #include "ui_interface.h"
+ #include "paymentserver.h"
+ #include "../allocators.h"
+-#include "../strlcpy.h"
+
+ #include <boost/filesystem.hpp>
+
+diff --git a/src/util.cpp b/src/util.cpp
+index fc51717..50ce19f 100644
+--- a/src/util.cpp
++++ b/src/util.cpp
+@@ -2,7 +2,6 @@
+ // Distributed under the MIT/X11 software license, see the accompanying
+ // file license.txt or http://www.opensource.org/licenses/mit-license.php.
+ #include "headers.h"
+-#include "strlcpy.h"
+ #include <boost/program_options/detail/config_file.hpp>
+ #include <boost/program_options/parsers.hpp>
+ #include <boost/filesystem.hpp>