Changeset 82457
- Timestamp:
- 08/13/11 23:11:55 (4 years ago)
- Location:
- trunk/dports/textproc/libiconv
- Files:
-
- 2 edited
-
Portfile (modified) (4 diffs)
-
files/patch-c99.diff (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/textproc/libiconv/Portfile
r81155 r82457 6 6 7 7 name libiconv 8 version 1.1 3.18 version 1.14 9 9 set cp932fix_version 1.13 10 10 set cp932fix_patchfile ${name}-${cp932fix_version}-cp932-devel.patch.gz … … 26 26 conversion. 27 27 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 28 checksums ${distname}${extract.suffix} \ 29 sha1 be7d67e50d72ff067b2c0291311bc283add36965 \ 30 rmd160 87c36ba3f8ad1a49eb0d06f71856c856893bb52e \ 31 ${cp932fix_patchfile} \ 32 sha1 8384da4114d62018b6bed2d8973237a423c1cbf1 \ 33 rmd160 62852bd1cd22f0be0280c4f64bd6d256b4b00917 37 34 38 35 depends_build \ … … 74 71 } 75 72 76 variant enable_cp932fix description {Apply a patch to fix the conversion problem between Shift-JIS and Unicode (See Microsoft KB Q170559)} { 73 variant enable_cp932fix requires cp932fix description {Legacy compatibility variant} {} 74 75 variant cp932fix description {Apply a patch to fix the conversion problem between Shift-JIS and Unicode (See Microsoft KB Q170559)} { 77 76 patchfiles-append ${cp932fix_patchfile} 78 77 } … … 99 98 } 100 99 101 # See http ://trac.macports.org/ticket/18440.100 # See https://trac.macports.org/ticket/18440 102 101 if { ${os.major}=="8" } { 103 102 foreach arch "ppc64 x86_64" { -
trunk/dports/textproc/libiconv/files/patch-c99.diff
r80094 r82457 1 --- a/lib/iconv.c.orig 2011-0 7-03 10:09:20.000000000 -07002 +++ b/lib/iconv.c 2011-0 7-03 10:11:24.000000000 -07003 @@ -17 2,7 +172,9 @@ static const struct alias sysdep_aliases1 --- 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 @@ 4 4 #include "aliases2.h" 5 5 #undef S
Note: See TracChangeset
for help on using the changeset viewer.

