New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82457


Ignore:
Timestamp:
08/13/11 23:11:55 (4 years ago)
Author:
ryandesign@…
Message:

libiconv: update to 1.14, rename enable_cp932fix variant to cp932fix

Location:
trunk/dports/textproc/libiconv
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/textproc/libiconv/Portfile

    r81155 r82457  
    66 
    77name                    libiconv 
    8 version                 1.13.1 
     8version                 1.14 
    99set cp932fix_version    1.13 
    1010set cp932fix_patchfile  ${name}-${cp932fix_version}-cp932-devel.patch.gz 
     
    2626    conversion. 
    2727 
    28 checksums \ 
    29     ${distname}${extract.suffix} \ 
    30         md5     7ab33ebd26687c744a37264a330bbe9a \ 
    31         sha1    5b0524131cf0d7abd50734077f13aaa5508f6bbe \ 
    32         rmd160  a3e4b4d419006447045fde50fef0fe39bed9d501 \ 
    33     ${cp932fix_patchfile} \ 
    34         md5     07610e708d664627b83f905832f671d4 \ 
    35         sha1    8384da4114d62018b6bed2d8973237a423c1cbf1 \ 
    36         rmd160  62852bd1cd22f0be0280c4f64bd6d256b4b00917 
     28checksums               ${distname}${extract.suffix} \ 
     29                        sha1    be7d67e50d72ff067b2c0291311bc283add36965 \ 
     30                        rmd160  87c36ba3f8ad1a49eb0d06f71856c856893bb52e \ 
     31                        ${cp932fix_patchfile} \ 
     32                        sha1    8384da4114d62018b6bed2d8973237a423c1cbf1 \ 
     33                        rmd160  62852bd1cd22f0be0280c4f64bd6d256b4b00917 
    3734 
    3835depends_build \ 
     
    7471} 
    7572 
    76 variant enable_cp932fix description {Apply a patch to fix the conversion problem between Shift-JIS and Unicode (See Microsoft KB Q170559)} { 
     73variant enable_cp932fix requires cp932fix description {Legacy compatibility variant} {} 
     74 
     75variant cp932fix description {Apply a patch to fix the conversion problem between Shift-JIS and Unicode (See Microsoft KB Q170559)} { 
    7776    patchfiles-append ${cp932fix_patchfile} 
    7877} 
     
    9998    } 
    10099 
    101     # See http://trac.macports.org/ticket/18440. 
     100    # See https://trac.macports.org/ticket/18440 
    102101    if { ${os.major}=="8" } { 
    103102            foreach arch "ppc64 x86_64" { 
  • trunk/dports/textproc/libiconv/files/patch-c99.diff

    r80094 r82457  
    1 --- a/lib/iconv.c.orig  2011-07-03 10:09:20.000000000 -0700 
    2 +++ b/lib/iconv.c       2011-07-03 10:11:24.000000000 -0700 
    3 @@ -172,7 +172,9 @@ static const struct alias sysdep_aliases 
     1--- a/lib/iconv.c.orig  2011-01-29 11:28:09.000000000 -0600 
     2+++ b/lib/iconv.c       2011-08-14 00:54:08.000000000 -0500 
     3@@ -176,7 +176,9 @@ 
    44 #include "aliases2.h" 
    55 #undef S 
Note: See TracChangeset for help on using the changeset viewer.