Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Jan 2019 20:37:50 +0000
From:      bugzilla-noreply@freebsd.org
To:        office@FreeBSD.org
Subject:   [Bug 215393] devel/boost-libs: bad encoding conversion with base iconv()
Message-ID:  <bug-215393-25061-kG28rAU9rm@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-215393-25061@https.bugs.freebsd.org/bugzilla/>
References:  <bug-215393-25061@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D215393

--- Comment #15 from commit-hook@freebsd.org ---
A commit references this bug:

Author: tijl
Date: Wed Jan 16 20:36:48 UTC 2019
New revision: 490518
URL: https://svnweb.freebsd.org/changeset/ports/490518

Log:
  Fix use of iconv in Boost Locale.  On FreeBSD it used __ICONV_F_HIDE_INVA=
LID
  which hides invalid sequences, but what Boost really wants is that iconv
  returns an error on invalid sequences like GNU libiconv does by default.
  On FreeBSD ICONV_SET_ILSEQ_INVALID can be used for this.  It has to be set
  via iconvctl.

  PR:           215393

Changes:
  head/devel/boost-libs/Makefile
  head/devel/boost-libs/files/patch-libs_locale_src_encoding_iconv_codepage=
.ipp
  head/devel/boost-libs/files/patch-libs_locale_src_posix_codecvt.cpp
  head/devel/boost-libs/files/patch-libs_locale_src_util_iconv.hpp

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-215393-25061-kG28rAU9rm>