pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/icu



Module Name:    pkgsrc
Committed By:   rin
Date:           Wed Jul 24 17:00:35 UTC 2019

Modified Files:
        pkgsrc/textproc/icu: distinfo
Added Files:
        pkgsrc/textproc/icu/patches: patch-i18n_double-conversion-utils.h

Log Message:
Add support for ARMEB.


To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 pkgsrc/textproc/icu/distinfo
cvs rdiff -u -r0 -r1.4 \
    pkgsrc/textproc/icu/patches/patch-i18n_double-conversion-utils.h

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

Modified files:

Index: pkgsrc/textproc/icu/distinfo
diff -u pkgsrc/textproc/icu/distinfo:1.85 pkgsrc/textproc/icu/distinfo:1.86
--- pkgsrc/textproc/icu/distinfo:1.85   Wed Apr 24 07:59:36 2019
+++ pkgsrc/textproc/icu/distinfo        Wed Jul 24 17:00:35 2019
@@ -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-darwin) = 4fd2c664
 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

Added files:

Index: pkgsrc/textproc/icu/patches/patch-i18n_double-conversion-utils.h
diff -u /dev/null pkgsrc/textproc/icu/patches/patch-i18n_double-conversion-utils.h:1.4
--- /dev/null   Wed Jul 24 17:00:35 2019
+++ pkgsrc/textproc/icu/patches/patch-i18n_double-conversion-utils.h    Wed Jul 24 17:00:35 2019
@@ -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