Index: head/devel/log4cxx/files/patch-include-clocale-and-cstdlib =================================================================== --- head/devel/log4cxx/files/patch-include-clocale-and-cstdlib (revision 525695) +++ head/devel/log4cxx/files/patch-include-clocale-and-cstdlib (revision 525696) @@ -1,24 +1,23 @@ ---- src/main/cpp/stringhelper.cpp 2008-04-01 00:34:09.000000000 +0200 -+++ src/main/cpp/stringhelper.cpp 2013-11-22 11:27:50.000000000 +0100 +--- src/main/cpp/stringhelper.cpp.orig 2008-03-31 22:34:09 UTC ++++ src/main/cpp/stringhelper.cpp @@ -28,6 +28,7 @@ #endif #include #include +#include #include ---- src/main/include/log4cxx/helpers/simpledateformat.h 2008-04-01 00:34:26.000000000 +0200 -+++ src/main/include/log4cxx/helpers/simpledateformat.h 2013-11-22 11:27:27.000000000 +0100 -@@ -27,10 +27,9 @@ +--- src/main/include/log4cxx/helpers/simpledateformat.h.orig 2008-03-31 22:34:26 UTC ++++ src/main/include/log4cxx/helpers/simpledateformat.h +@@ -27,9 +27,8 @@ #include #include +#include #include - --namespace std { class locale; } - +-namespace std { class locale; } + namespace log4cxx { - namespace helpers Index: head/devel/log4cxx/files/patch-src_examples_cpp_console.cpp =================================================================== --- head/devel/log4cxx/files/patch-src_examples_cpp_console.cpp (revision 525695) +++ head/devel/log4cxx/files/patch-src_examples_cpp_console.cpp (revision 525696) @@ -1,12 +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.orig 2008-03-31 22:34:52 UTC +++ src/examples/cpp/console.cpp @@ -16,6 +16,7 @@ */ #include +#include #include #include #include Index: head/devel/log4cxx/files/patch-src_main_cpp_inputstreamreader.cpp =================================================================== --- head/devel/log4cxx/files/patch-src_main_cpp_inputstreamreader.cpp (revision 525695) +++ head/devel/log4cxx/files/patch-src_main_cpp_inputstreamreader.cpp (revision 525696) @@ -1,12 +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.orig 2008-03-31 22:34:09 UTC +++ src/main/cpp/inputstreamreader.cpp @@ -20,6 +20,7 @@ #include #include #include +#include using namespace log4cxx; using namespace log4cxx::helpers; Index: head/devel/log4cxx/files/patch-src_main_cpp_socketoutputstream.cpp =================================================================== --- head/devel/log4cxx/files/patch-src_main_cpp_socketoutputstream.cpp (revision 525695) +++ head/devel/log4cxx/files/patch-src_main_cpp_socketoutputstream.cpp (revision 525696) @@ -1,12 +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.orig 2008-03-31 22:34:09 UTC +++ src/main/cpp/socketoutputstream.cpp @@ -19,6 +19,7 @@ #include #include #include +#include using namespace log4cxx; using namespace log4cxx::helpers; Index: head/devel/log4cxx/pkg-descr =================================================================== --- head/devel/log4cxx/pkg-descr (revision 525695) +++ head/devel/log4cxx/pkg-descr (revision 525696) @@ -1,4 +1,4 @@ Log4cxx is a C++ port of the Log4j project. The goal is to have the same functionality and interfaces as log4j. -WWW: http://logging.apache.org/log4cxx/ +WWW: https://logging.apache.org/log4cxx/