pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/xmlrpc-c Remove a patch which no longer appli...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/db2d7b3263d4
branches:  trunk
changeset: 416700:db2d7b3263d4
user:      he <he%pkgsrc.org@localhost>
date:      Tue Oct 29 09:06:12 2019 +0000

description:
Remove a patch which no longer applies in this version.
Build fix, so no version bump.

diffstat:

 textproc/xmlrpc-c/distinfo                         |   3 +--
 textproc/xmlrpc-c/patches/patch-src_cpp_base64.cpp |  15 ---------------
 2 files changed, 1 insertions(+), 17 deletions(-)

diffs (36 lines):

diff -r 6bad096190c0 -r db2d7b3263d4 textproc/xmlrpc-c/distinfo
--- a/textproc/xmlrpc-c/distinfo        Tue Oct 29 05:12:47 2019 +0000
+++ b/textproc/xmlrpc-c/distinfo        Tue Oct 29 09:06:12 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.34 2019/10/13 21:48:57 he Exp $
+$NetBSD: distinfo,v 1.35 2019/10/29 09:06:12 he Exp $
 
 SHA1 (xmlrpc-c-1.51.04.tgz) = 0c085e210d07b2e2d8ce877e24c370a7b3df2074
 RMD160 (xmlrpc-c-1.51.04.tgz) = c85a1ec7bdf5bb4a49b8d0445b7ab1a94b53bd66
@@ -7,7 +7,6 @@
 SHA1 (patch-GNUmakefile) = eb669cc4d9290afe095dedb92faf3064929ecdda
 SHA1 (patch-common.mk) = c11a9a69b45d28d79b2baac681a6e3c077664683
 SHA1 (patch-config.mk.in) = 0456837827c71824aa39914086e466a494038dc8
-SHA1 (patch-src_cpp_base64.cpp) = a51ad8cc8f41d724310eaaea86ebaaa8de610498
 SHA1 (patch-src_cpp_server__pstream.cpp) = 0b28182c56bb326bf24ac031874521b1bb6d5ef5
 SHA1 (patch-tools_xml-rpc-api2cpp_Makefile) = 6b6b3f24a247856d61284cdbb4ecc21eb436d3a0
 SHA1 (patch-tools_xmlrpc_Makefile) = 92428282885a2b66ce89d629a0a7a9167715a334
diff -r 6bad096190c0 -r db2d7b3263d4 textproc/xmlrpc-c/patches/patch-src_cpp_base64.cpp
--- a/textproc/xmlrpc-c/patches/patch-src_cpp_base64.cpp        Tue Oct 29 05:12:47 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-src_cpp_base64.cpp,v 1.1 2019/10/12 22:57:08 he Exp $
-
-Don't assume that "char" is signed.
-
---- src/cpp/base64.cpp.orig    2010-05-20 22:57:38.000000000 +0000
-+++ src/cpp/base64.cpp
-@@ -14,7 +14,7 @@ using namespace xmlrpc_c;
- 
- namespace {
- 
--char const table_a2b_base64[] = {
-+int const table_a2b_base64[] = {
-     -1,-1,-1,-1, -1,-1,-1,-1, -1,-1,-1,-1, -1,-1,-1,-1,
-     -1,-1,-1,-1, -1,-1,-1,-1, -1,-1,-1,-1, -1,-1,-1,-1,
-     -1,-1,-1,-1, -1,-1,-1,-1, -1,-1,-1,62, -1,-1,-1,63,



Home | Main Index | Thread Index | Old Index