pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/icu Add support for ARMEB.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b36143de4f95
branches:  trunk
changeset: 398617:b36143de4f95
user:      rin <rin%pkgsrc.org@localhost>
date:      Wed Jul 24 17:00:35 2019 +0000

description:
Add support for ARMEB.

diffstat:

 textproc/icu/distinfo                                     |   3 ++-
 textproc/icu/patches/patch-i18n_double-conversion-utils.h |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (36 lines):

diff -r db57f32ff5a1 -r b36143de4f95 textproc/icu/distinfo
--- a/textproc/icu/distinfo     Wed Jul 24 14:40:00 2019 +0000
+++ b/textproc/icu/distinfo     Wed Jul 24 17:00:35 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.85 2019/04/24 07:59:36 adam Exp $
+$NetBSD: distinfo,v 1.86 2019/07/24 17:00:35 rin Exp $
 
 SHA1 (icu4c-64_2-src.tgz) = 3127155ecf2b75ab4835f501b7478e39c07bb852
 RMD160 (icu4c-64_2-src.tgz) = 23e00d87c106aa079c48701c0b8a823ef2c79202
@@ -18,6 +18,7 @@
 SHA1 (patch-config_mh-scoosr5) = 47703dcc184f58c0382da3225f849424ab74d472
 SHA1 (patch-configure) = 1f96ffb2c2c023b38a45326c0273be0ae9cc02ff
 SHA1 (patch-configure.ac) = 2cb4601e20ee6b93e08e8790df3f8212510aeb1b
+SHA1 (patch-i18n_double-conversion-utils.h) = 2332fc578f5cb2c9b8ca10b180e07afc7d02d798
 SHA1 (patch-icudefs.mk.in) = c2a9469bf896b5f0702d5795c3b1c2b394893663
 SHA1 (patch-runConfigureICU) = 3cd60613104fa4f1b81529795e75d5cf7f477b64
 SHA1 (patch-tools-toolutil-pkg_genc.cpp) = 3cbcf3387d6a39315b26a3e2a2ffb715507e9110
diff -r db57f32ff5a1 -r b36143de4f95 textproc/icu/patches/patch-i18n_double-conversion-utils.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/icu/patches/patch-i18n_double-conversion-utils.h Wed Jul 24 17:00:35 2019 +0000
@@ -0,0 +1,15 @@
+$ NetBSD $
+
+Add support for ARMEB.
+
+--- i18n/double-conversion-utils.h.orig        2019-07-24 21:04:19.876508903 +0900
++++ i18n/double-conversion-utils.h     2019-07-24 21:05:44.988164937 +0900
+@@ -92,7 +92,7 @@ int main(int argc, char** argv) {
+ //
+ // If it prints "correct" then the architecture should be here, in the "correct" section.
+ #if defined(_M_X64) || defined(__x86_64__) || \
+-    defined(__ARMEL__) || defined(__avr32__) || defined(_M_ARM) || defined(_M_ARM64) || \
++    defined(__ARMEL__) || defined(__ARMEB__) || defined(__avr32__) || defined(_M_ARM) || defined(_M_ARM64) || \
+     defined(__hppa__) || defined(__ia64__) || \
+     defined(__mips__) || \
+     defined(__powerpc__) || defined(__ppc__) || defined(__ppc64__) || \



Home | Main Index | Thread Index | Old Index