svn commit: r254273 - in head: . include lib lib/libc/iconv lib/libiconv_compat lib/libkiconv share/mk sys/sys tools/build/mk

Gabor Kovesdan gabor at FreeBSD.org
Tue Aug 13 07:42:43 UTC 2013


Em 13-08-2013 09:15, Peter Wemm escreveu:
> Author: peter
> Date: Tue Aug 13 07:15:01 2013
> New Revision: 254273
> URL:http://svnweb.freebsd.org/changeset/base/254273
>
> Log:
>    The iconv in libc did two things - implement the standard APIs, the GNU
>    extensions and also tried to be link time compatible with ports libiconv.
>    This splits that functionality and enables the parts that shouldn't
>    interfere with the port by default.
>    
>    WITH_ICONV (now on by default) - adds iconv.h, iconv_open(3) etc.
>    WITH_LIBICONV_COMPAT (off by default) adds the libiconv_open etc API, linker
>    symbols and even a stub libiconv.so.3 that are good enough to be able
>    to 'pkg delete -f libiconv' on a running system and reasonably expect it
>    to work.
Thank you!

Gabor


More information about the svn-src-head mailing list