pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/converters/opencc opencc: Explicitly use std::log.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0b073766012c
branches:  trunk
changeset: 768416:0b073766012c
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Oct 21 20:10:23 2021 +0000

description:
opencc: Explicitly use std::log.

diffstat:

 converters/opencc/distinfo                            |   3 ++-
 converters/opencc/patches/patch-src_PhraseExtract.cpp |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r facf14da1599 -r 0b073766012c converters/opencc/distinfo
--- a/converters/opencc/distinfo        Thu Oct 21 19:44:37 2021 +0000
+++ b/converters/opencc/distinfo        Thu Oct 21 20:10:23 2021 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.5 2021/10/07 13:29:03 nia Exp $
+$NetBSD: distinfo,v 1.6 2021/10/21 20:10:23 jperkin Exp $
 
 RMD160 (OpenCC-ver.1.1.1.tar.gz) = 16934c802a3c7d3e9582edf6f04bfbc11a934dee
 SHA512 (OpenCC-ver.1.1.1.tar.gz) = 48ccf61f63cf0a1c0fc484a52ae1d406a28949a52be7d7d1595e6aaf87f40ac47ea4697308441a9381f0cd6f404ee5a28b85a2fa2f288c4b3933be36f4a41363
 Size (OpenCC-ver.1.1.1.tar.gz) = 2212256 bytes
+SHA1 (patch-src_PhraseExtract.cpp) = 41ea305268331d9bc8547656450fd844209273b6
diff -r facf14da1599 -r 0b073766012c converters/opencc/patches/patch-src_PhraseExtract.cpp
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/opencc/patches/patch-src_PhraseExtract.cpp     Thu Oct 21 20:10:23 2021 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-src_PhraseExtract.cpp,v 1.1 2021/10/21 20:10:24 jperkin Exp $
+
+Explicitly use std::log.
+
+--- src/PhraseExtract.cpp.orig 2020-05-22 09:43:04.000000000 +0000
++++ src/PhraseExtract.cpp
+@@ -28,6 +28,8 @@
+ #pragma execution_character_set("utf-8")
+ #endif
+ 
++using std::log;
++
+ namespace opencc {
+ 
+ namespace internal {



Home | Main Index | Thread Index | Old Index