Ticket #26044: icu-4.4.2.diff

File icu-4.4.2.diff, 3.1 KB (added by takanori@…, 13 years ago)

diff for icu-4.4.2. This patch also fixes a problem (broken static library) reported in #26435.

  • files/patch-configure.diff

     
    11--- configure.orig      2009-10-02 11:50:49.000000000 +0200
    22+++ configure   2009-10-02 11:54:38.000000000 +0200
    3 @@ -7034,52 +7034,6 @@
     3@@ -7963,52 +7963,6 @@
    44   $as_echo_n "(cached) " >&6
    55 else
    66   ac_cv_c_bigendian=unknown
     
    5353     if test $ac_cv_c_bigendian = unknown; then
    5454       # See if sys/param.h defines the BYTE_ORDER macro.
    5555       cat >conftest.$ac_ext <<_ACEOF
    56 @@ -7418,19 +7372,6 @@
     56@@ -8347,19 +8301,6 @@
    5757 ;; #(
    5858    no)
    5959       ;; #(
  • files/patch-config-mh-darwin.diff

     
    1 --- config/mh-darwin.orig       2009-10-02 12:56:30.000000000 +0200
    2 +++ config/mh-darwin    2009-10-02 12:57:01.000000000 +0200
    3 @@ -31,6 +31,9 @@
    4  LD_RPATH=
    5  LD_RPATH_PRE= 
    6  
    7 +# The stubdata directory is the same directory as the normal data library.
    8 +STUBDATA_LIBDIR = $(LIBDIR)/
    9 +
    10  ## Environment variable to set a runtime search path
    11  LDLIBRARYPATH_ENVVAR = DYLD_LIBRARY_PATH
    12  
  • Portfile

     
    66
    77name            icu
    88set my_name     icu4c
    9 version         4.3.4
     9version         4.4.2
    1010categories      devel textproc
    1111platforms       darwin freebsd
    1212maintainers     nox openmaintainer
     
    2626distfiles       ${distname}-src${extract.suffix}
    2727
    2828checksums       ${distname}-src${extract.suffix} \
    29                     md5     9736a1e69bce0e5322af6986008d89bc \
    30                     sha1    99c95f924f82b48c97f9e1e57ea2568cef22d6ef \
    31                     rmd160  2c1a42379a6d14bea2ac1585532e3a7b8a4fe836
     29                    md5     314e582264c36b3735466c522899aa07 \
     30                    sha1    adc19231810eff2836a08b0e1f1a31a128d7a834 \
     31                    rmd160  eb228e6fa9606855bbd881d98da738a61d72b74b
    3232
    3333worksrcdir      ${name}/source
    3434set docdir      ${prefix}/share/doc/${name}
    3535
    36 patchfiles      patch-configure.diff \
    37                 patch-config-mh-darwin.diff
     36patchfiles      patch-configure.diff
    3837
    3938post-patch {
    4039    reinplace "s;install_name ;install_name ${prefix}/lib/;" ${worksrcpath}/config/mh-darwin
     
    9392    extract.only        ${distname}-src${extract.suffix}
    9493    distfiles-append    ${distname}-docs.zip
    9594    checksums-append    ${distname}-docs.zip \
    96                     md5     df164cba867cd293c4041352496537fa \
    97                     sha1    1ec70bb0bdb101d569cc3f164ba3dfa5a62e2fe4 \
    98                     rmd160  0f7f479197e1bf1993d6369e859388ade239a112
     95                    md5     2312c2f5292c39dd01836d95e018efa6 \
     96                    sha1    fc913f674366f9f36000f6e01f305f3cfc146695 \
     97                    rmd160  5f354d9dfded256e28d66e6b8c189d15028eeab6
    9998
    10099    post-extract {
    101100        system "unzip -q ${distpath}/${distname}-docs.zip -d ${workpath}/doc"