mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Regenerate patches
- Update WWW Approved by: portmgr blanket
This commit is contained in:
parent
6f0e5222fd
commit
1ac66a313b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=525696
5 changed files with 11 additions and 12 deletions
|
@ -1,5 +1,5 @@
|
||||||
--- src/main/cpp/stringhelper.cpp 2008-04-01 00:34:09.000000000 +0200
|
--- src/main/cpp/stringhelper.cpp.orig 2008-03-31 22:34:09 UTC
|
||||||
+++ src/main/cpp/stringhelper.cpp 2013-11-22 11:27:50.000000000 +0100
|
+++ src/main/cpp/stringhelper.cpp
|
||||||
@@ -28,6 +28,7 @@
|
@@ -28,6 +28,7 @@
|
||||||
#endif
|
#endif
|
||||||
#include <log4cxx/private/log4cxx_private.h>
|
#include <log4cxx/private/log4cxx_private.h>
|
||||||
|
@ -8,17 +8,16 @@
|
||||||
#include <apr.h>
|
#include <apr.h>
|
||||||
|
|
||||||
|
|
||||||
--- src/main/include/log4cxx/helpers/simpledateformat.h 2008-04-01 00:34:26.000000000 +0200
|
--- src/main/include/log4cxx/helpers/simpledateformat.h.orig 2008-03-31 22:34:26 UTC
|
||||||
+++ src/main/include/log4cxx/helpers/simpledateformat.h 2013-11-22 11:27:27.000000000 +0100
|
+++ src/main/include/log4cxx/helpers/simpledateformat.h
|
||||||
@@ -27,10 +27,9 @@
|
@@ -27,9 +27,8 @@
|
||||||
|
|
||||||
#include <log4cxx/helpers/dateformat.h>
|
#include <log4cxx/helpers/dateformat.h>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
+#include <locale>
|
+#include <locale>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
|
||||||
-namespace std { class locale; }
|
|
||||||
-
|
-
|
||||||
|
-namespace std { class locale; }
|
||||||
|
|
||||||
namespace log4cxx
|
namespace log4cxx
|
||||||
{
|
{
|
||||||
namespace helpers
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
$NetBSD: patch-src_examples_cpp_console.cpp,v 1.1 2011/11/25 21:45:52 joerg Exp $
|
$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
|
+++ src/examples/cpp/console.cpp
|
||||||
@@ -16,6 +16,7 @@
|
@@ -16,6 +16,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
$NetBSD: patch-src_main_cpp_inputstreamreader.cpp,v 1.1 2011/11/25 21:45:52 joerg Exp $
|
$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
|
+++ src/main/cpp/inputstreamreader.cpp
|
||||||
@@ -20,6 +20,7 @@
|
@@ -20,6 +20,7 @@
|
||||||
#include <log4cxx/helpers/exception.h>
|
#include <log4cxx/helpers/exception.h>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
$NetBSD: patch-src_main_cpp_socketoutputstream.cpp,v 1.1 2011/11/25 21:45:52 joerg Exp $
|
$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
|
+++ src/main/cpp/socketoutputstream.cpp
|
||||||
@@ -19,6 +19,7 @@
|
@@ -19,6 +19,7 @@
|
||||||
#include <log4cxx/helpers/socketoutputstream.h>
|
#include <log4cxx/helpers/socketoutputstream.h>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
Log4cxx is a C++ port of the Log4j project.
|
Log4cxx is a C++ port of the Log4j project.
|
||||||
The goal is to have the same functionality and interfaces as log4j.
|
The goal is to have the same functionality and interfaces as log4j.
|
||||||
|
|
||||||
WWW: http://logging.apache.org/log4cxx/
|
WWW: https://logging.apache.org/log4cxx/
|
||||||
|
|
Loading…
Add table
Reference in a new issue