[52243] trunk/dports/textproc/libiconv

ryandesign at macports.org ryandesign at macports.org
Fri Jun 12 15:29:35 PDT 2009


Revision: 52243
          http://trac.macports.org/changeset/52243
Author:   ryandesign at macports.org
Date:     2009-06-12 15:29:35 -0700 (Fri, 12 Jun 2009)
Log Message:
-----------
libiconv:

 * update to 1.13 (closes #19928)
 * remove disable_extra_encodings variant (fewer variants is better)

Modified Paths:
--------------
    trunk/dports/textproc/libiconv/Portfile
    trunk/dports/textproc/libiconv/files/patch-utf8mac.diff

Modified: trunk/dports/textproc/libiconv/Portfile
===================================================================
--- trunk/dports/textproc/libiconv/Portfile	2009-06-12 22:08:33 UTC (rev 52242)
+++ trunk/dports/textproc/libiconv/Portfile	2009-06-12 22:29:35 UTC (rev 52243)
@@ -4,8 +4,7 @@
 PortGroup               muniversal 1.0
 
 name                    libiconv
-version                 1.12
-revision                2
+version                 1.13
 categories              textproc
 maintainers             ryandesign
 platforms               darwin freebsd linux
@@ -28,13 +27,13 @@
 
 checksums \
     ${distname}${extract.suffix} \
-        md5 c2be282595751535a618ae0edeb8f648 \
-        sha1 a5738d7dfbbd01c49e8ce026ea4ffa0f01af0179 \
-        rmd160 74a63c1a2963ac1729c1ac7adfec8fd397a685bd \
+        md5     048032a3032ebd182150bdee30a5d533 \
+        sha1    10e5f7d26a59430a9a88a3d0b557634e6f72c859 \
+        rmd160  695b90c0830ee457213a9b46ae7da70f2e962c43 \
     ${distname}-cp932-devel.patch.gz \
-        md5 124d240bff22e20b86e86d8c8e3bae1c \
-        sha1 d989b1ce0a829fa3a12c08c3634efd5f169b399a \
-        rmd160 2042116888ee28572c1f7bcc2756e4a29edfbad0
+        md5     07610e708d664627b83f905832f671d4 \
+        sha1    8384da4114d62018b6bed2d8973237a423c1cbf1 \
+        rmd160  62852bd1cd22f0be0280c4f64bd6d256b4b00917
 
 depends_build \
     port:gperf
@@ -81,11 +80,6 @@
     patchfiles-delete patch-utf8mac.diff
 }
 
-# Do not support extra encodings
-variant disable_extra_encodings {
-    configure.args-delete --enable-extra-encodings
-}
-
 # Apply a patch to fix the conversion problem between Shift-JIS and Unicode (See Microsoft KB Q170559)
 variant enable_cp932fix {
     distfiles-append ${distname}-cp932-devel.patch.gz:cp932fix

Modified: trunk/dports/textproc/libiconv/files/patch-utf8mac.diff
===================================================================
--- trunk/dports/textproc/libiconv/files/patch-utf8mac.diff	2009-06-12 22:08:33 UTC (rev 52242)
+++ trunk/dports/textproc/libiconv/files/patch-utf8mac.diff	2009-06-12 22:29:35 UTC (rev 52243)
@@ -8,19 +8,12 @@
  #include "ucs2be.h"
  #include "ucs2le.h"
  #include "ucs4.h"
---- lib/encodings.def	2007-05-26 08:17:48.000000000 +0900
-+++ lib/encodings.def	2007-11-13 17:41:10.000000000 +0900
-@@ -55,12 +55,18 @@
- /* General multi-byte encodings */
+--- lib/encodings.def	2009-06-12 01:19:03.000000000 +0200
++++ lib/encodings.def	2009-06-12 01:20:39.000000000 +0200
+@@ -69,6 +69,12 @@
+             utf8)
+ #endif
  
- DEFENCODING(( "UTF-8",                  /* IANA, RFC 2279 */
--            /*"UTF8",                      JDK 1.1 */
-+            "UTF8",                     /* JDK 1.1 */
-             /*"CP65001",                   Windows */
-             ),
-             utf8,
-             { utf8_mbtowc, NULL },        { utf8_wctomb, NULL })
- 
 +DEFENCODING(( "UTF-8-MAC",              /* utf8-nfd */
 +            "UTF8-MAC",                 /* label from samba 2.2jp */
 +            ),
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090612/327510d2/attachment.html>


More information about the macports-changes mailing list