pkgsrc-Changes archive

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

CVS commit: pkgsrc/converters/opencc



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Oct 21 20:10:24 UTC 2021

Modified Files:
        pkgsrc/converters/opencc: distinfo
Added Files:
        pkgsrc/converters/opencc/patches: patch-src_PhraseExtract.cpp

Log Message:
opencc: Explicitly use std::log.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/converters/opencc/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/converters/opencc/patches/patch-src_PhraseExtract.cpp

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/converters/opencc/distinfo
diff -u pkgsrc/converters/opencc/distinfo:1.5 pkgsrc/converters/opencc/distinfo:1.6
--- pkgsrc/converters/opencc/distinfo:1.5       Thu Oct  7 13:29:03 2021
+++ pkgsrc/converters/opencc/distinfo   Thu Oct 21 20:10:23 2021
@@ -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

Added files:

Index: pkgsrc/converters/opencc/patches/patch-src_PhraseExtract.cpp
diff -u /dev/null pkgsrc/converters/opencc/patches/patch-src_PhraseExtract.cpp:1.1
--- /dev/null   Thu Oct 21 20:10:24 2021
+++ pkgsrc/converters/opencc/patches/patch-src_PhraseExtract.cpp        Thu Oct 21 20:10:24 2021
@@ -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