2007-11-29 18:05:35 by Thomas Klausner | Files touched by this commit (6) |
Log message:
Update to 1.12:
New in libiconv-1.12-cp932.patch:
* Changed CP932 converter to use exact mapping table.
* Added WINDOWS-31J, csWINDOWS31J, SJIS-OPEN, SJIS-WIN as aliases for CP932.
* Added EUCJP-MS converter.
* Added EUC-JP-MS, EUCJP-OPEN, EUCJP-WIN as aliases for EUCJP-MS.
New in 1.12:
* The iconv program is now licensed under the GPL version 3, instead of the
GPL version 2. The libiconv library continues to be licensed under LGPL.
* Added RK1048 converter.
* On AIX, an existing system libiconv no longer causes setlocale() to fail.
* Upgraded EUC-KR, JOHAB to include the Korean postal code sign.
|
2007-11-07 18:24:28 by Min Sik Kim | Files touched by this commit (1) |
Log message:
Fix version detection when the version number contains capital letters.
|
2007-10-28 03:07:42 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Add cp932-patch which was ja-patch as PKG_OPTION and enabled default.
Bump PKGREVISION.
|
2007-10-17 01:49:02 by Tobias Nygren | Files touched by this commit (29) |
Log message:
Fix abusers of LOWER_OPSYS to check OPSYS or MACHINE_PLATFORM instead.
|
2007-06-02 08:56:06 by Amitai Schlair | Files touched by this commit (1) |
Log message:
Don't require c99 in USE_LANGUAGES. libiconv builds fine with gcc
2.95.4 on FreeBSD 4.11 without it; with it, pkgsrc wants gcc3-c,
which results in a circular dependency.
The addition of c99 to USE_LANGUAGES appears to have been intended
to benefit IRIX with MIPSPro, so also restore the old behavior of
appending "-c99" to CFLAGS in that case.
|
2007-04-12 12:27:17 by Tobias Nygren | Files touched by this commit (6) | |
Log message:
Merge platform-specific PLISTs. Suggested by <joerg>
|
2007-04-11 21:29:17 by Tobias Nygren | Files touched by this commit (1) |
Log message:
Add custom PLIST for OSF1, due to libiconv installing a preloadable_libiconv.so
like it does on SunOS.
|
2007-03-20 01:44:53 by Thomas Klausner | Files touched by this commit (9) | |
Log message:
Update to 1.11:
New in 1.11:
* The iconv program has new options --unicode-subst, --byte-subst,
--widechar-subst that allow to specify substitutions for characters that
cannot be converted.
* The iconv program now understands long options:
long option equivalent to
--from-code -f
--to-code -t
--list -l
--silent -s
* The CP936 converter is now different from the GBK converter: it has changed
to include the Euro sign and private area characters. CP936 is no longer an
alias of GBK.
* Updated GB18030 converter to include all private area characters.
* Updated CP950 converter to include the Euro sign and private area characters.
* Updated CP949 converter to include private area characters.
* Updated the BIG5-HKSCS converter. The old BIG5-HKSCS converter is renamed to
BIG5-HKSCS:1999 and updated to Unicode 4. New converters BIG5-HKSCS:2001 and
BIG5-HKSCS:2004 are added. BIG5-HKSCS is now an alias for BIG5-HKSCS:2004.
* Added a few irreversible mappings to the CP932 converter.
* Tidy up the list of symbols exported from libiconv (assumes gcc >= 4.0).
|
2007-01-30 12:27:44 by Roland Illig | Files touched by this commit (1) |
Log message:
This package is not MAKE_JOBS_SAFE.
|
2006-12-03 12:20:12 by Christian Biere | Files touched by this commit (1) |
Log message:
Added c++ to USE_LANGUAGES because configure (unnecessarily) looks for
a working C++ preprocessor and the build breaks if there's a non-working
CC in PATH otherwise.
|