The NetBSD Project

CVS log for pkgsrc/converters/libiconv/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / converters / libiconv

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.69 / (download) - annotate - [select for diffs], Mon Jan 23 15:22:24 2023 UTC (14 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, HEAD
Changes since 1.68: +5 -30 lines
Diff to previous 1.68 (colored) to selected 1.50 (colored)

libiconv: update to 1.17.

New in 1.17:
* The libiconv library is now licensed under the LGPL version 2.1, instead of
  the LGPL version 2.0. The iconv program continues to be licensed under GPL
  version 3.
* Added converters for many single-byte EBCDIC encodings:
  IBM-{037,273,277,278,280,282,284,285,297,423,424,425,500,838,870,871,875},
  IBM-{880,905,924,1025,1026,1047,1097,1112,1122,1123,1130,1132,1137,1140},
  IBM-{1141,1142,1143,1144,1145,1146,1147,1148,1149,1153,1154,1155,1156,1157},
  IBM-{1158,1160,1164,1165,1166,4971,12712,16804}.
  They are available through the configure option '--enable-extra-encodings'.

New in 1.16:
* The preloadable library has been removed.

New in 1.15:
* The UTF-8 converter now rejects surrogates and out-of-range code points.
* Added ISO-2022-JP-MS converter.
* Updated the CP1255 converter to map one more character.
* The functions now support strings longer than 2 GB.

Revision 1.68 / (download) - annotate - [select for diffs], Sat Jan 18 23:30:14 2020 UTC (4 years, 2 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.67: +2 -2 lines
Diff to previous 1.67 (colored) to selected 1.50 (colored)

all: migrate several HOMEPAGEs to https

pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.

Revision 1.67 / (download) - annotate - [select for diffs], Sat May 4 15:32:32 2019 UTC (4 years, 10 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2
Changes since 1.66: +3 -2 lines
Diff to previous 1.66 (colored) to selected 1.50 (colored)

converters/libiconv: disable GNU_CONFIGURE_STRICT check

The check would report many unknown options. This is only because
libiconv has several configure scripts, and in the end, all given options
are necessary.

Revision 1.65.20.1 / (download) - annotate - [select for diffs], Sat Apr 1 14:59:21 2017 UTC (6 years, 11 months ago) by bsiegert
Branch: pkgsrc-2017Q1
Changes since 1.65: +12 -2 lines
Diff to previous 1.65 (colored) next main 1.66 (colored) to selected 1.50 (colored)

Pullup ticket #5226 - requested by sevan
converters/libiconv: build fix

Revisions pulled up:
- converters/libiconv/Makefile                                  1.66

---
   Module Name:    pkgsrc
   Committed By:   jperkin
   Date:           Thu Mar 30 12:40:31 UTC 2017

   Modified Files:
           pkgsrc/converters/libiconv: Makefile

   Log Message:
   Explicitly override iconv checks on SunOS, as GNU libiconv will change its
   own signature based on whether it finds itself already installed somewhere,
   which then breaks software (e.g. QT) which assumes its native signature.

   Restricted to SunOS for now as that's where it has been tested with positive
   results, but likely will be useful everywhere.

   Bump PKGREVISION.

Revision 1.66 / (download) - annotate - [select for diffs], Thu Mar 30 12:40:31 2017 UTC (7 years ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2
Changes since 1.65: +12 -2 lines
Diff to previous 1.65 (colored) to selected 1.50 (colored)

Explicitly override iconv checks on SunOS, as GNU libiconv will change its
own signature based on whether it finds itself already installed somewhere,
which then breaks software (e.g. QT) which assumes its native signature.

Restricted to SunOS for now as that's where it has been tested with positive
results, but likely will be useful everywhere.

Bump PKGREVISION.

Revision 1.65 / (download) - annotate - [select for diffs], Thu Oct 9 14:06:03 2014 UTC (9 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4
Branch point for: pkgsrc-2017Q1
Changes since 1.64: +1 -3 lines
Diff to previous 1.64 (colored) to selected 1.50 (colored)

Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.

Revision 1.64 / (download) - annotate - [select for diffs], Tue Sep 2 10:07:23 2014 UTC (9 years, 6 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2014Q3-base, pkgsrc-2014Q3
Changes since 1.63: +1 -2 lines
Diff to previous 1.63 (colored) to selected 1.50 (colored)

Ensure 'cd dir && make' rules are executed in a sub-shell, allowing us to
remove MAKE_JOBS_SAFE=no.  We can't depend on gmake due to circular
dependencies.

Revision 1.63 / (download) - annotate - [select for diffs], Mon Dec 23 11:57:02 2013 UTC (10 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4
Changes since 1.62: +2 -2 lines
Diff to previous 1.62 (colored) to selected 1.50 (colored)

Reset maintainer for resigned developers.

Revision 1.62 / (download) - annotate - [select for diffs], Wed Oct 3 00:20:11 2012 UTC (11 years, 5 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.61: +1 -2 lines
Diff to previous 1.61 (colored) to selected 1.50 (colored)

Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.61 / (download) - annotate - [select for diffs], Sat May 12 07:37:50 2012 UTC (11 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2
Changes since 1.60: +3 -1 lines
Diff to previous 1.60 (colored) to selected 1.50 (colored)

Add CONFLICTS with new man-pages package. For details, see
man-pages/Makefile.

Revision 1.60 / (download) - annotate - [select for diffs], Thu Sep 8 16:29:48 2011 UTC (12 years, 6 months ago) by bsiegert
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3
Changes since 1.59: +2 -2 lines
Diff to previous 1.59 (colored) to selected 1.50 (colored)

Revert recent commit, add a (hopefully) correct patch instead. Bump rev.

In the Makefile.in, libcharset is copied with pax into lib/ along with
its object files. This overwrites relocatable.lo from libiconv, which
is then relinked against the wrong object. Use "libtool --mode=install cp"
instead to only copy the library.

Should hopefully fix PR pkg/45341.

Revision 1.59 / (download) - annotate - [select for diffs], Tue Sep 6 18:51:14 2011 UTC (12 years, 6 months ago) by bsiegert
Branch: MAIN
Changes since 1.58: +2 -1 lines
Diff to previous 1.58 (colored) to selected 1.50 (colored)

Link libiconv.la against libcharset.la to fix the build on MirBSD.
Bump PKGREVISION.

Patch was first sent to tech-pkg, no one objected.

Revision 1.58 / (download) - annotate - [select for diffs], Mon Aug 22 14:03:36 2011 UTC (12 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.57: +5 -4 lines
Diff to previous 1.57 (colored) to selected 1.50 (colored)

Update to 1.14; disable cp932 option for now, no patch available yet.

New in 1.14:
* The 'iconv' program now produces its output as soon as it can. It no longer
  unnecessarily waits for more input.
* Updated the GB18030 converter to map 25 characters to code points that have
  been to Unicode since 2000, rather than to code points in the Private Use
  Area.
* Updated the BIG5-HKSCS converter. The old BIG5-HKSCS converter is renamed to
  BIG5-HKSCS:2004. A new converter BIG5-HKSCS:2008 is added. BIG5-HKSCS is now
  an alias for BIG5-HKSCS:2008.
* Fixed a bug in the conversion to wchar_t.
* Fixed a small bug in the CP1258 converter.

Revision 1.57 / (download) - annotate - [select for diffs], Wed Nov 10 21:00:49 2010 UTC (13 years, 4 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4
Changes since 1.56: +4 -5 lines
Diff to previous 1.56 (colored) to selected 1.50 (colored)

Changes 1.13.1:
* The library and the iconv program now understand platform dependent aliases,
  for better compatibility with the platform's own iconv_open function.
  Examples: "646" on Solaris, "iso88591" on HP-UX, "IBM-1252" on AIX.
* For stateful encodings, when the input ends with a shift sequence followed
  by invalid input, the iconv function now increments the input pointer past
  the shift sequence before returning (size_t)(-1) with errno = EILSEQ. This
  is also like GNU libc's iconv() behaves.
* The library exports a new function iconv_open_into() that stores the
  conversion descriptor in pre-allocated memory, rather than allocating fresh
  memory for it.
* Added CP1131 converter.

Revision 1.56 / (download) - annotate - [select for diffs], Tue May 19 08:59:06 2009 UTC (14 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2
Changes since 1.55: +2 -2 lines
Diff to previous 1.55 (colored) to selected 1.50 (colored)

Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.

Revision 1.55 / (download) - annotate - [select for diffs], Mon May 26 02:13:16 2008 UTC (15 years, 10 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.54: +2 -1 lines
Diff to previous 1.54 (colored) to selected 1.50 (colored)

Second round of explicit pax dependencies. As reminded by tnn@,
many packages used to use ${PAX}. Use the common way of directly calling
pax, it is created as tool after all.

Revision 1.54 / (download) - annotate - [select for diffs], Sat Apr 12 22:42:58 2008 UTC (15 years, 11 months ago) by jlam
Branch: MAIN
Changes since 1.53: +4 -5 lines
Diff to previous 1.53 (colored) to selected 1.50 (colored)

Convert to use PLIST_VARS instead of manually passing "@comment "
through PLIST_SUBST to the plist module.

Revision 1.53 / (download) - annotate - [select for diffs], Sun Jan 13 09:30:57 2008 UTC (16 years, 2 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1
Changes since 1.52: +2 -1 lines
Diff to previous 1.52 (colored) to selected 1.50 (colored)

Keep locale_alias symbol and don't hide it when visibility support
exists and libiconv is compiled. This restores symmetry between
libiconv.so, libiconv.a and libintl and fixes the build of gettext-tools
on Linux. Bump revision.

Revision 1.52 / (download) - annotate - [select for diffs], Thu Nov 29 17:05:34 2007 UTC (16 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4
Changes since 1.51: +3 -3 lines
Diff to previous 1.51 (colored) to selected 1.50 (colored)

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.

Revision 1.51 / (download) - annotate - [select for diffs], Sun Oct 28 02:07:41 2007 UTC (16 years, 5 months ago) by taca
Branch: MAIN
Changes since 1.50: +3 -6 lines
Diff to previous 1.50 (colored)

Add cp932-patch which was ja-patch as PKG_OPTION and enabled default.

Bump PKGREVISION.

Revision 1.50 / (download) - annotate - [selected], Sat Jun 2 06:56:06 2007 UTC (16 years, 10 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2
Changes since 1.49: +9 -2 lines
Diff to previous 1.49 (colored)

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.

Revision 1.49 / (download) - annotate - [select for diffs], Thu Apr 12 10:27:15 2007 UTC (16 years, 11 months ago) by tnn
Branch: MAIN
Changes since 1.48: +9 -1 lines
Diff to previous 1.48 (colored) to selected 1.50 (colored)

Merge platform-specific PLISTs. Suggested by <joerg>

Revision 1.48 / (download) - annotate - [select for diffs], Tue Mar 20 00:44:52 2007 UTC (17 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q1-base, pkgsrc-2007Q1
Changes since 1.47: +7 -6 lines
Diff to previous 1.47 (colored) to selected 1.50 (colored)

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).

Revision 1.47 / (download) - annotate - [select for diffs], Tue Jan 30 11:27:44 2007 UTC (17 years, 2 months ago) by rillig
Branch: MAIN
Changes since 1.46: +2 -1 lines
Diff to previous 1.46 (colored) to selected 1.50 (colored)

This package is not MAKE_JOBS_SAFE.

Revision 1.46 / (download) - annotate - [select for diffs], Sun Dec 3 11:20:12 2006 UTC (17 years, 3 months ago) by cbiere
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.45: +2 -2 lines
Diff to previous 1.45 (colored) to selected 1.50 (colored)

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.

Revision 1.45 / (download) - annotate - [select for diffs], Sat Dec 2 22:33:00 2006 UTC (17 years, 3 months ago) by jschauma
Branch: MAIN
Changes since 1.44: +2 -7 lines
Diff to previous 1.44 (colored) to selected 1.50 (colored)

Instead of setting compiler flags in each package if it uses C99,
allow USE_LANGUAGES+=c99 and let gcc and mipspro do the right thing.
May need to be reviewed/added for other compilers.
ok rillig@

Revision 1.44 / (download) - annotate - [select for diffs], Tue Nov 14 13:55:34 2006 UTC (17 years, 4 months ago) by joerg
Branch: MAIN
Changes since 1.43: +4 -3 lines
Diff to previous 1.43 (colored) to selected 1.50 (colored)

DESTDIR support. Use modular Xorg for wv.

XXX Remove pre-install in libiconv?

Revision 1.43 / (download) - annotate - [select for diffs], Thu Jun 8 03:56:21 2006 UTC (17 years, 9 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.42: +7 -1 lines
Diff to previous 1.42 (colored) to selected 1.50 (colored)

Explicitly disable NLS.  This should fix PLIST problems on Linux,
where glibc has its own gettext functions and the configure script
was picking it up and as a result the install process copied a lot of
*.mo files into ${PREFIX}.

Revision 1.42 / (download) - annotate - [select for diffs], Thu Dec 29 06:21:34 2005 UTC (18 years, 3 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.41: +1 -2 lines
Diff to previous 1.41 (colored) to selected 1.50 (colored)

Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.

Revision 1.41 / (download) - annotate - [select for diffs], Mon Dec 5 20:49:55 2005 UTC (18 years, 3 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.40: +2 -2 lines
Diff to previous 1.40 (colored) to selected 1.50 (colored)

Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html

Revision 1.40 / (download) - annotate - [select for diffs], Sun Oct 2 06:09:47 2005 UTC (18 years, 6 months ago) by taca
Branch: MAIN
Changes since 1.39: +3 -3 lines
Diff to previous 1.39 (colored) to selected 1.50 (colored)

Update libiconv-1.10-cp932.patch to libiconv-1.10-ja-1.patch,
approved by wiz.

Bump PKGREVISION.

 New in libiconv-1.10-ja.patch:

 * Changed EUC-JP, SHIFT_JIS, ISO-2022-JP, ISO-2022-JP-1, ISO-2022-JP-2,
   ISO-2022-JP-3, DEC-KANJI converters, so that JIS X 0208 1-29(0x815C )EM DASH
   is converted into U+2014 EM DASH instead of U+2015 HORIZONTAL BAR.
 * Changed SHIFT_JIS, SHIFT_JISX0213, ISO-2022-JP, ISO-2022-JP-1, ISO-2022-JP-2,
   ISO-2022-JP-3 converters, so that JIS X 0201 5/12(0x5C) YEN SIGN is
   converted into U+005C REVERSE SOLIDUS instead of U+00A5 YEN SIGN and
   JIS X 0201 7/14(0x7E) OVER LINE is converted into U+007E TILDE instead of
   U+203E OVER LINE.
 * Changed EUC-JP, SHIFT_JIS converters to exclude UDC mappings.
 * Added Shift_JIS-MS, SJIS-MS,
   MS932 as aliases for CP932.
 * Added CP51932 converter.
 * Added ISO-2022-JP-MS converter.
 * Added CP50221 as aliases for ISO-2022-JP-MS.

 New in libiconv-1.10-ja-1.patch:

* Fixed output JIS X 0201 kata-kana character as raw 8bit when converted to
  iso-2022-jp-ms.
* Fixed check tests/SHIFT_JISX0213.TXT
* Add WINDOWS-932 as alias of CP932.
* Add WINDOWS-51932 and MS51932 as alias of CP51932.
* Add WINDOWS-50221 and MS50221 as alias of ISO-2022-JP-MS.
* Add eucjpms (from MySQL) as alias of eucJP-ms.
* Introduce CHARSET_ALIAS environment variable support.
  Example)
    with /bin/sh:

      $ CHARSET_ALIAS="Shift_JIS=WINDOWS-932:EUC-JP=EUC-JP-MS:ISO-2022-JP=ISO-2022-JP-MS"
      $ export CHARSET_ALIAS

Revision 1.39 / (download) - annotate - [select for diffs], Tue Sep 27 01:41:18 2005 UTC (18 years, 6 months ago) by jschauma
Branch: MAIN
Changes since 1.38: +7 -1 lines
Diff to previous 1.38 (colored) to selected 1.50 (colored)

add -c99 to CFLAGS for IRIX' MIPSPro compilers.

Revision 1.38 / (download) - annotate - [select for diffs], Mon Sep 12 13:41:31 2005 UTC (18 years, 6 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.37: +6 -2 lines
Diff to previous 1.37 (colored) to selected 1.50 (colored)

Added cp932 patch; closing PR-31142

Revision 1.37 / (download) - annotate - [select for diffs], Fri Aug 19 22:26:21 2005 UTC (18 years, 7 months ago) by jlam
Branch: MAIN
Changes since 1.36: +3 -2 lines
Diff to previous 1.36 (colored) to selected 1.50 (colored)

Put the charset.alias file into place using REQD_FILES instead of
CONF_FILES since we need it to always be present for libiconv to
function properly.  It's now no longer removed automatically at
deinstallation if it differs from the stock charset.alias file, meaning
it's now preserved in case the user made modifications to the file;
however a warning will be output that the file can be safely removed
if you don't need it anymore.  Bump the PKGREVISION to 1.

Revision 1.36 / (download) - annotate - [select for diffs], Fri Aug 19 18:12:37 2005 UTC (18 years, 7 months ago) by jlam
Branch: MAIN
Changes since 1.35: +2 -2 lines
Diff to previous 1.35 (colored) to selected 1.50 (colored)

Merge CONF_FILES/SUPPORT_FILES and CONF_FILES_PERMS/SUPPORT_FILES_PERMS
as the INSTALL and DEINSTALL scripts no longer distinguish between
the two types of files.  Drop SUPPORT_FILES{,_PERMS} and modify the
packages in pkgsrc accordingly.

Revision 1.35 / (download) - annotate - [select for diffs], Thu Jul 28 15:15:17 2005 UTC (18 years, 8 months ago) by adam
Branch: MAIN
Changes since 1.34: +5 -10 lines
Diff to previous 1.34 (colored) to selected 1.50 (colored)

Changes 1.10:
* Added ISO-8859-11 converter.
* Updated the ISO-8859-7 converter.
* Added ATARIST converter, available through --enable-extra-encodings.
* Added BIG5-2003 converter (experimental), available through
  --enable-extra-encodings.
* Updated EUC-TW converter to include the Euro sign.
* The preloadable library has been renamed from libiconv_plug.so to
  preloadable_libiconv.so.
* Portability to mingw.

Revision 1.34 / (download) - annotate - [select for diffs], Tue May 24 04:36:51 2005 UTC (18 years, 10 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.33: +1 -7 lines
Diff to previous 1.33 (colored) to selected 1.50 (colored)

Don't set artificial restrictions on which platforms can build this
package.  Linux, like NetBSD, should be able to build this package,
even if it has a built-in iconv implementation.

Revision 1.33 / (download) - annotate - [select for diffs], Mon Apr 11 21:45:08 2005 UTC (18 years, 11 months ago) by tv
Branch: MAIN
Changes since 1.32: +1 -2 lines
Diff to previous 1.32 (colored) to selected 1.50 (colored)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.32 / (download) - annotate - [select for diffs], Wed Nov 24 11:15:30 2004 UTC (19 years, 4 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.31: +2 -1 lines
Diff to previous 1.31 (colored) to selected 1.50 (colored)

Revision bump

Revision 1.31 / (download) - annotate - [select for diffs], Wed Nov 24 09:34:11 2004 UTC (19 years, 4 months ago) by adam
Branch: MAIN
Changes since 1.30: +5 -1 lines
Diff to previous 1.30 (colored) to selected 1.50 (colored)

Added a patch for japanese support (PR/25845)

Revision 1.30 / (download) - annotate - [select for diffs], Tue Nov 23 12:38:00 2004 UTC (19 years, 4 months ago) by adam
Branch: MAIN
Changes since 1.29: +9 -11 lines
Diff to previous 1.29 (colored) to selected 1.50 (colored)

Changes 1.9.2:
* Bug fixes

Revision 1.29 / (download) - annotate - [select for diffs], Sun Oct 3 00:13:17 2004 UTC (19 years, 5 months ago) by tv
Branch: MAIN
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored) to selected 1.50 (colored)

Libtool fix for PR pkg/26633, and other issues.  Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.

Revision 1.28 / (download) - annotate - [select for diffs], Tue Aug 31 19:24:42 2004 UTC (19 years, 7 months ago) by reed
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3
Changes since 1.27: +7 -7 lines
Diff to previous 1.27 (colored) to selected 1.50 (colored)

Move including the ../../mk/bsd.prefs.mk and checking for Linux
to after GNU_CONFIGURE and USE_LIBTOOL being set.
This fixes the problem where the lt_cv_sys_max_cmd_len was not
added to the CONFIGURE_ENV.

Now that I think about it, I caused this problem when I added that
Linux check...

Revision 1.27 / (download) - annotate - [select for diffs], Fri Jun 4 05:25:38 2004 UTC (19 years, 9 months ago) by reed
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.26: +7 -1 lines
Diff to previous 1.26 (colored) to selected 1.50 (colored)

Fail if this package is to be built under Linux.  This is normal
for Linux. Most (all?) Linux distros don't provide a libiconv
package, because GLIBC's iconv support is good enough.

At this time, using PKG_FAIL_REASON instead of PKG_SKIP_REASON
so we can catch examples of packages depending on this.

The builtin.mk was improved to help stop it from being used under
Linux.

This was okayed by Rene Hexel, the maintainer.

Todo: fix abiword build because it should not require this libiconv
package under Linux.

Revision 1.26 / (download) - annotate - [select for diffs], Wed Apr 28 15:19:04 2004 UTC (19 years, 11 months ago) by tv
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored) to selected 1.50 (colored)

nb2: use $(INSTALL), not $(INSTALL_DATA), for a library in an autoconfiscated
package.

Revision 1.25 / (download) - annotate - [select for diffs], Fri Apr 2 19:08:37 2004 UTC (20 years ago) by jschauma
Branch: MAIN
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored) to selected 1.50 (colored)

Apparently cp(1) under Irix does not like to overwrite symbolic links.
This causes the package to fail to install, as this section is executed
a second time.
Use pax instead and all's peachy.

Revision 1.24 / (download) - annotate - [select for diffs], Tue Mar 2 05:01:38 2004 UTC (20 years, 1 month ago) by snj
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.23: +3 -1 lines
Diff to previous 1.23 (colored) to selected 1.50 (colored)

Use ${CP} instead of cp.  From Georg Schwarz in PR pkg/24634.

Revision 1.23 / (download) - annotate - [select for diffs], Sat Feb 14 17:21:35 2004 UTC (20 years, 1 month ago) by jlam
Branch: MAIN
Changes since 1.22: +1 -3 lines
Diff to previous 1.22 (colored) to selected 1.50 (colored)

LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.

Revision 1.22 / (download) - annotate - [select for diffs], Mon Jan 5 11:17:10 2004 UTC (20 years, 2 months ago) by jlam
Branch: MAIN
Changes since 1.21: +4 -2 lines
Diff to previous 1.21 (colored) to selected 1.50 (colored)

bl3ify

Revision 1.21 / (download) - annotate - [select for diffs], Mon Jul 28 10:11:45 2003 UTC (20 years, 8 months ago) by jmmv
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.20: +8 -2 lines
Diff to previous 1.20 (colored) to selected 1.50 (colored)

Handle installation and removal of the charset.alias file properly in binary
packages, using SUPPORT_FILES from bsd.pkg.install.mk.  Bump PKGREVISION to 1.

Revision 1.20 / (download) - annotate - [select for diffs], Mon Jul 21 16:36:12 2003 UTC (20 years, 8 months ago) by martti
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored) to selected 1.50 (colored)

COMMENT should start with a capital letter.

Revision 1.19 / (download) - annotate - [select for diffs], Thu Jul 17 21:27:18 2003 UTC (20 years, 8 months ago) by grant
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored) to selected 1.50 (colored)

s/netbsd.org/NetBSD.org/

Revision 1.18 / (download) - annotate - [select for diffs], Sun Jul 13 13:32:29 2003 UTC (20 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.17: +2 -3 lines
Diff to previous 1.17 (colored) to selected 1.50 (colored)

Update to 1.9.1.
* Many more transliterations.
* New configuration option --enable-relocatable.

Revision 1.17 / (download) - annotate - [select for diffs], Sat Jul 12 13:13:46 2003 UTC (20 years, 8 months ago) by dillo
Branch: MAIN
Changes since 1.16: +3 -4 lines
Diff to previous 1.16 (colored) to selected 1.50 (colored)

use TEST_TARGET instead of custom test target

Revision 1.16 / (download) - annotate - [select for diffs], Fri Feb 28 22:15:29 2003 UTC (21 years, 1 month ago) by grant
Branch: MAIN
Changes since 1.15: +6 -9 lines
Diff to previous 1.15 (colored) to selected 1.50 (colored)

ensure we always install charset.alias and tidy PLIST handling,
improves portability.

Revision 1.15 / (download) - annotate - [select for diffs], Fri Jan 3 12:32:59 2003 UTC (21 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-6-1-base, netbsd-1-6-1
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored) to selected 1.50 (colored)

Fix test target: do not use csh syntax (|&). Closes PR 19647.

Revision 1.14 / (download) - annotate - [select for diffs], Tue Oct 29 14:36:55 2002 UTC (21 years, 5 months ago) by agc
Branch: MAIN
Changes since 1.13: +1 -2 lines
Diff to previous 1.13 (colored) to selected 1.50 (colored)

At present, gmake has libiconv as a requirement, yet libiconv needs
gmake to build.  Remove the USE_GMAKE for just now - it seems
superfluous, since NetBSD's make(1) works fine, and is causing a
circular dependency.

Revision 1.13 / (download) - annotate - [select for diffs], Sun Sep 1 20:24:17 2002 UTC (21 years, 7 months ago) by tron
Branch: MAIN
Changes since 1.12: +4 -2 lines
Diff to previous 1.12 (colored) to selected 1.50 (colored)

Rejoin NetBSD and Solaris package lists which fixes package list problems
under Solaris.

Revision 1.12 / (download) - annotate - [select for diffs], Sun Aug 25 18:38:18 2002 UTC (21 years, 7 months ago) by jlam
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored) to selected 1.50 (colored)

Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.  This provides sufficient
buildlink2 infrastructure to start merging other packages from the
buildlink2 branch that have already been converted to use the buildlink2
framework.

Revision 1.7.2.4 / (download) - annotate - [select for diffs], Thu Aug 22 11:10:00 2002 UTC (21 years, 7 months ago) by jlam
Branch: buildlink2
Changes since 1.7.2.3: +3 -4 lines
Diff to previous 1.7.2.3 (colored) next main 1.8 (colored) to selected 1.50 (colored)

Merge changes from pkgsrc-current into the buildlink2 branch for the
packages that have buildlink2.mk files.

Revision 1.11 / (download) - annotate - [select for diffs], Tue Aug 20 11:52:10 2002 UTC (21 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: buildlink2-base
Changes since 1.10: +2 -3 lines
Diff to previous 1.10 (colored) to selected 1.50 (colored)

Update to 1.8.
Changes since 1.7:
* The iconv program has new options -l, -c, -s.
* The iconv program is internationalized.
* Added C99 converter.
* Added KOI8-T converter.
* New configuration option --enable-extra-encodings that enables a bunch of
  additional encodings; see the README for details.
* Updated the ISO-8859-16 converter.
* Upgraded BIG5-HKSCS, EUC-TW, ISO-2022-CN, ISO-2022-CN-EXT converters to
  Unicode 3.2.
* Upgraded EUC-KR, CP949, JOHAB converters to include the Euro sign.
* Changed the ARMSCII-8 converter.
* Extended the EUC-JP encoder so that YEN SIGN characters don't cause failures
  in Shift_JIS to EUC-JP conversion.
* The JAVA converter now handles characters outside the Unicode BMP correctly.
* Fixed a bug in the CP1255, CP1258, TCVN decoders: The base characters of
  combining characters could be dropped at the end of the conversion buffer.
* Fixed a bug in the transliteration that could lead to excessive memory
  allocations in libintl when transliteration was needed.
* Portability to BSD/OS and SCO 3.2.5.

Revision 1.10 / (download) - annotate - [select for diffs], Fri Jul 12 06:37:14 2002 UTC (21 years, 8 months ago) by grant
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored) to selected 1.50 (colored)

update MASTER_SITES to use MASTER_SITE_GNU.

Revision 1.7.2.3 / (download) - annotate - [select for diffs], Sun Jun 23 18:42:09 2002 UTC (21 years, 9 months ago) by jlam
Branch: buildlink2
Changes since 1.7.2.2: +9 -1 lines
Diff to previous 1.7.2.2 (colored) to selected 1.50 (colored)

Merge from pkgsrc-current to buildlink2 branch.

Revision 1.7.2.2 / (download) - annotate - [select for diffs], Fri Jun 21 23:05:01 2002 UTC (21 years, 9 months ago) by jlam
Branch: buildlink2
Changes since 1.7.2.1: +2 -2 lines
Diff to previous 1.7.2.1 (colored) to selected 1.50 (colored)

Rename USE_BUILDLINK2_ONLY to USE_BUILDLINK2 for less verbosity.  Also
convert a few more packages to use the buildlink2 framework.

Revision 1.9 / (download) - annotate - [select for diffs], Tue May 14 15:57:55 2002 UTC (21 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored) to selected 1.50 (colored)

Add some more charsets to the alias file (see previous revision).
Fixes e.g. the second gtk2 demo in the gtk2 tutorial on the web.
Patch from libiconv CVS via Owen Tayler.

Bump to 1.7nb2, and depend on it in buildlink.mk.

Revision 1.7.2.1 / (download) - annotate - [select for diffs], Sat May 11 02:08:59 2002 UTC (21 years, 10 months ago) by jlam
Branch: buildlink2
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored) to selected 1.50 (colored)

First pass at conversion of various packages to use the buildlink2
framework.  Add many buildlink2.mk files to add to the framework.  Please
see buildlink2.txt for more details.

Revision 1.8 / (download) - annotate - [select for diffs], Fri May 10 12:16:41 2002 UTC (21 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.7: +9 -1 lines
Diff to previous 1.7 (colored) to selected 1.50 (colored)

Fix charset.alias file, the same as it is in the current glib2 distribution
and as it will be in the next release of libiconv.
This should fix the pango build failures on -current.
Tracked down by Owen Taylor.

Bump version to 1.7nb1, and bump buildlink dependency, too.

Revision 1.7 / (download) - annotate - [select for diffs], Wed Apr 24 02:56:15 2002 UTC (21 years, 11 months ago) by dmcmahill
Branch: MAIN
Branch point for: buildlink2
Changes since 1.6: +4 -1 lines
Diff to previous 1.6 (colored) to selected 1.50 (colored)

add test target to run self-tests (assists verification on various platforms)

Revision 1.6 / (download) - annotate - [select for diffs], Tue Oct 30 17:41:19 2001 UTC (22 years, 5 months ago) by drochner
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH003
Changes since 1.5: +5 -5 lines
Diff to previous 1.5 (colored) to selected 1.50 (colored)

update to 1.7
changes:
* Added UTF-32, UTF-32BE, UTF-32LE converters.
* Changed CP1255, CP1258 and TCVN converters to handle combining characters.
* Changed EUC-JP, SHIFT-JIS, CP932, ISO-2022-JP, ISO-2022-JP-2, ISO-2022-JP-1
  converters to use fullwidth Yen sign instead of halfwidth Yen sign, and
  fullwidth tilde instead of halfwidth tilde.
* Upgraded EUC-TW, ISO-2022-CN, ISO-2022-CN-EXT converters to Unicode 3.1.
* Changed the GB18030 converter to not reject unassigned and private-use
  Unicode characters.
* Fixed a bug in the byte order mark treatment of the UCS-4 decoder.
* The manual pages are now distributed also in HTML format.

Revision 1.5 / (download) - annotate - [select for diffs], Wed Jun 20 07:28:09 2001 UTC (22 years, 9 months ago) by jlam
Branch: MAIN
Changes since 1.4: +2 -1 lines
Diff to previous 1.4 (colored) to selected 1.50 (colored)

Mark as USE_BUILDLINK_ONLY.

Revision 1.4 / (download) - annotate - [select for diffs], Mon May 14 12:14:47 2001 UTC (22 years, 10 months ago) by rh
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored) to selected 1.50 (colored)

Update libiconv to 1.6.1.  Notable changes include:
  * Bugfixes
  * The iconv program's -f and -t options are now optional.
  * Many more transliterations.
  * Added CP862 converter.
  * Changed the GB18030 converter.
  * Portability to DOS with DJGPP.

Revision 1.3 / (download) - annotate - [select for diffs], Fri Feb 16 13:59:25 2001 UTC (23 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (colored) to selected 1.50 (colored)

Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.

Revision 1.2 / (download) - annotate - [select for diffs], Mon Feb 12 19:24:39 2001 UTC (23 years, 1 month ago) by tron
Branch: MAIN
Changes since 1.1: +7 -1 lines
Diff to previous 1.1 (colored) to selected 1.50 (colored)

Add seperate package list for SunOS.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Mon Jan 1 17:29:20 2001 UTC (23 years, 3 months ago) by rh
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored) to selected 1.50 (colored)

Initial import of libiconv-1.5, a character conversion library.

Revision 1.1 / (download) - annotate - [select for diffs], Mon Jan 1 17:29:20 2001 UTC (23 years, 3 months ago) by rh
Branch: MAIN
Diff to selected 1.50 (colored)

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>