diff options
author | sno <sno@pkgsrc.org> | 2018-11-11 21:16:48 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2018-11-11 21:16:48 +0000 |
commit | 0bbc0de497103d16e53f5e14c030e43cab28a866 (patch) | |
tree | c86f5965c02e6bfce8d456340721509c90bf97b6 /devel/log4cplus | |
parent | 4aea6d1fd51586feb72774a6b416ba1749664a08 (diff) | |
download | pkgsrc-0bbc0de497103d16e53f5e14c030e43cab28a866.tar.gz |
Add upstream references for patches added to log4cplus
Diffstat (limited to 'devel/log4cplus')
-rw-r--r-- | devel/log4cplus/distinfo | 6 | ||||
-rw-r--r-- | devel/log4cplus/patches/patch-aa | 4 | ||||
-rw-r--r-- | devel/log4cplus/patches/patch-ab | 6 |
3 files changed, 13 insertions, 3 deletions
diff --git a/devel/log4cplus/distinfo b/devel/log4cplus/distinfo index 9e77cef2b33..de485aa0293 100644 --- a/devel/log4cplus/distinfo +++ b/devel/log4cplus/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.4 2018/11/11 20:09:56 sno Exp $ +$NetBSD: distinfo,v 1.5 2018/11/11 21:16:48 sno Exp $ SHA1 (log4cplus-2.0.2.tar.bz2) = f34573c7356a6f5b78a61ff5ee9f9ba4a5dace8f RMD160 (log4cplus-2.0.2.tar.bz2) = 547fa298a76faf7bc607aa7f780047ffe177dfbf SHA512 (log4cplus-2.0.2.tar.bz2) = 0951a7255fea8f0efe9d0eb5889507fc0293c3baffa05bd7313ee3182e702c971b4a7fab47f6a1c3010310c08797fb780e0719e3b7df5df3d9a76ad57484ec9f Size (log4cplus-2.0.2.tar.bz2) = 958644 bytes -SHA1 (patch-aa) = 1386014633cc299f2edf78de58a485feb41a27de -SHA1 (patch-ab) = 8211edea6d3b78caf1185443aede8bd01a37adc3 +SHA1 (patch-aa) = d9dd3690fbba318aef47c44b99457783ba086a43 +SHA1 (patch-ab) = 2e483d73f9d8f27972a14f5ab73aeeec851e77b8 diff --git a/devel/log4cplus/patches/patch-aa b/devel/log4cplus/patches/patch-aa index ead88c4fc62..965ea13c3d2 100644 --- a/devel/log4cplus/patches/patch-aa +++ b/devel/log4cplus/patches/patch-aa @@ -1,3 +1,7 @@ +$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 diff --git a/devel/log4cplus/patches/patch-ab b/devel/log4cplus/patches/patch-ab index 35796bae916..46feaa5b539 100644 --- a/devel/log4cplus/patches/patch-ab +++ b/devel/log4cplus/patches/patch-ab @@ -1,3 +1,9 @@ +$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 |