svn commit: r382307 - head/devel/log4cxx/files
John Marino
marino at FreeBSD.org
Thu Mar 26 13:44:46 UTC 2015
Author: marino
Date: Thu Mar 26 13:44:44 2015
New Revision: 382307
URL: https://svnweb.freebsd.org/changeset/ports/382307
QAT: https://qat.redports.org/buildarchive/r382307/
Log:
devel/log4cxx: Add DragonFly support
Bring in fix from dports (port is not maintained)
Fix originally came from pkgsrc.
Added:
head/devel/log4cxx/files/patch-src_examples_cpp_console.cpp (contents, props changed)
head/devel/log4cxx/files/patch-src_main_cpp_inputstreamreader.cpp (contents, props changed)
head/devel/log4cxx/files/patch-src_main_cpp_socketoutputstream.cpp (contents, props changed)
Added: head/devel/log4cxx/files/patch-src_examples_cpp_console.cpp
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/log4cxx/files/patch-src_examples_cpp_console.cpp Thu Mar 26 13:44:44 2015 (r382307)
@@ -0,0 +1,12 @@
+$NetBSD: patch-src_examples_cpp_console.cpp,v 1.1 2011/11/25 21:45:52 joerg Exp $
+
+--- src/examples/cpp/console.cpp.orig 2011-11-25 19:53:15.000000000 +0000
++++ src/examples/cpp/console.cpp
+@@ -16,6 +16,7 @@
+ */
+
+ #include <stdlib.h>
++#include <cstring>
+ #include <log4cxx/logger.h>
+ #include <log4cxx/consoleappender.h>
+ #include <log4cxx/simplelayout.h>
Added: head/devel/log4cxx/files/patch-src_main_cpp_inputstreamreader.cpp
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/log4cxx/files/patch-src_main_cpp_inputstreamreader.cpp Thu Mar 26 13:44:44 2015 (r382307)
@@ -0,0 +1,12 @@
+$NetBSD: patch-src_main_cpp_inputstreamreader.cpp,v 1.1 2011/11/25 21:45:52 joerg Exp $
+
+--- src/main/cpp/inputstreamreader.cpp.orig 2011-11-25 19:46:39.000000000 +0000
++++ src/main/cpp/inputstreamreader.cpp
+@@ -20,6 +20,7 @@
+ #include <log4cxx/helpers/exception.h>
+ #include <log4cxx/helpers/pool.h>
+ #include <log4cxx/helpers/bytebuffer.h>
++#include <cstring>
+
+ using namespace log4cxx;
+ using namespace log4cxx::helpers;
Added: head/devel/log4cxx/files/patch-src_main_cpp_socketoutputstream.cpp
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/log4cxx/files/patch-src_main_cpp_socketoutputstream.cpp Thu Mar 26 13:44:44 2015 (r382307)
@@ -0,0 +1,12 @@
+$NetBSD: patch-src_main_cpp_socketoutputstream.cpp,v 1.1 2011/11/25 21:45:52 joerg Exp $
+
+--- src/main/cpp/socketoutputstream.cpp.orig 2011-11-25 19:49:58.000000000 +0000
++++ src/main/cpp/socketoutputstream.cpp
+@@ -19,6 +19,7 @@
+ #include <log4cxx/helpers/socketoutputstream.h>
+ #include <log4cxx/helpers/socket.h>
+ #include <log4cxx/helpers/bytebuffer.h>
++#include <cstring>
+
+ using namespace log4cxx;
+ using namespace log4cxx::helpers;
More information about the svn-ports-all
mailing list