pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/log4cplus/patches Remove obsoleted patches for l...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2b90ad95df2e
branches:  trunk
changeset: 331725:2b90ad95df2e
user:      sno <sno%pkgsrc.org@localhost>
date:      Sun Mar 24 09:20:06 2019 +0000

description:
Remove obsoleted patches for log4cplus after update to 2.0.3.
Those patches are included in new release.

diffstat:

 devel/log4cplus/patches/patch-aa |  16 ----------------
 devel/log4cplus/patches/patch-ab |  27 ---------------------------
 2 files changed, 0 insertions(+), 43 deletions(-)

diffs (51 lines):

diff -r 982cbbacf9d5 -r 2b90ad95df2e devel/log4cplus/patches/patch-aa
--- a/devel/log4cplus/patches/patch-aa  Sun Mar 24 09:18:53 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2018/11/11 21:16:48 sno Exp $
-
-Remove unused variable - upstream commit d556e94c
-
-diff --git a/src/clogger.cxx b/src/clogger.cxx
-index b3d29752..bf534f07 100644
---- src/clogger.cxx
-+++ src/clogger.cxx
-@@ -44,7 +44,6 @@ using namespace log4cplus::helpers;
- LOG4CPLUS_EXPORT void *
- log4cplus_initialize(void)
- {
--    Initializer * initializer = 0;
-     try
-     {
-         return new Initializer();
diff -r 982cbbacf9d5 -r 2b90ad95df2e devel/log4cplus/patches/patch-ab
--- a/devel/log4cplus/patches/patch-ab  Sun Mar 24 09:18:53 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,27 +0,0 @@
-$NetBSD: patch-ab,v 1.2 2018/11/11 21:16:48 sno Exp $
-
-Fix C-API compiling and threadpool resize, upstream commits
-* e73dc3fb config.hxx: fix C API compiling
-* 5d74c170 config.hxx: fix threadpool compiling
-
-diff --git a/include/log4cplus/config.hxx b/include/log4cplus/config.hxx
-index 57ac533d..667c47cd 100644
---- include/log4cplus/config.hxx
-+++ include/log4cplus/config.hxx
-@@ -31,7 +31,6 @@
- #else
- #  include <log4cplus/config/defines.hxx>
- #endif
--#include <cstddef>
- 
- # if ! defined (LOG4CPLUS_WORKING_LOCALE) \
-   && ! defined (LOG4CPLUS_WORKING_C_LOCALE) \
-@@ -178,6 +178,8 @@
- #endif
- 
- #if defined(__cplusplus)
-+#include <cstddef>
-+
- namespace log4cplus
- {
-



Home | Main Index | Thread Index | Old Index