pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/converters/libcdr
Module Name: pkgsrc
Committed By: ryoon
Date: Thu Nov 5 09:17:54 UTC 2020
Modified Files:
pkgsrc/converters/libcdr: distinfo
Added Files:
pkgsrc/converters/libcdr/patches: patch-src_lib_libcdr__utils.cpp
Log Message:
libcdr: Fix build with textproc/icu-68.1
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/converters/libcdr/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/converters/libcdr/patches/patch-src_lib_libcdr__utils.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/libcdr/distinfo
diff -u pkgsrc/converters/libcdr/distinfo:1.11 pkgsrc/converters/libcdr/distinfo:1.12
--- pkgsrc/converters/libcdr/distinfo:1.11 Sun Feb 9 14:03:38 2020
+++ pkgsrc/converters/libcdr/distinfo Thu Nov 5 09:17:53 2020
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.11 2020/02/09 14:03:38 wiz Exp $
+$NetBSD: distinfo,v 1.12 2020/11/05 09:17:53 ryoon Exp $
SHA1 (libcdr-0.1.6.tar.xz) = 8850232e2a8415910188d287c68cd3322a9dcbe9
RMD160 (libcdr-0.1.6.tar.xz) = f16f1f1b6857b4da1110e3ac681dc9fca11a7864
SHA512 (libcdr-0.1.6.tar.xz) = 629d55da71c7333f41f60a32e2880deffcf80088096af1bbc8c572b80ef21d851102fdebce56f77245ed60822ca98e02c0867b192abef496a2313fde54a97bb6
Size (libcdr-0.1.6.tar.xz) = 612068 bytes
+SHA1 (patch-src_lib_libcdr__utils.cpp) = 2b3f190289bc6b2278c4a6c0ca5bd75effc8684c
Added files:
Index: pkgsrc/converters/libcdr/patches/patch-src_lib_libcdr__utils.cpp
diff -u /dev/null pkgsrc/converters/libcdr/patches/patch-src_lib_libcdr__utils.cpp:1.1
--- /dev/null Thu Nov 5 09:17:54 2020
+++ pkgsrc/converters/libcdr/patches/patch-src_lib_libcdr__utils.cpp Thu Nov 5 09:17:53 2020
@@ -0,0 +1,15 @@
+$NetBSD: patch-src_lib_libcdr__utils.cpp,v 1.1 2020/11/05 09:17:53 ryoon Exp $
+
+* Fix build with textproc/icu-68.1.
+
+--- src/lib/libcdr_utils.cpp.orig 2020-02-02 15:30:44.000000000 +0000
++++ src/lib/libcdr_utils.cpp
+@@ -108,7 +108,7 @@ static unsigned short getEncoding(const
+ csd = ucsdet_open(&status);
+ if (U_FAILURE(status) || !csd)
+ return 0;
+- ucsdet_enableInputFilter(csd, TRUE);
++ ucsdet_enableInputFilter(csd, true);
+ ucsdet_setText(csd, (const char *)buffer, bufferLength, &status);
+ if (U_FAILURE(status))
+ throw libcdr::EncodingException();
Home |
Main Index |
Thread Index |
Old Index