1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-23 11:18:54 +00:00
freebsd/share
Peter Wemm 0ff204bbd1 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.

I have tortured many machines over the last few days to try and reduce
the possibilities of foot-shooting as much as I can.  I've successfully
recompiled to enable and disable the libiconv_compat modes, ports that use
libiconv alongside system iconv etc.  If you don't enable the
WITH_LIBICONV_COMPAT switch, they don't share symbol space.

This is an extension of behavior on other system.  iconv(3) is a standard
libc interface and libiconv port expects to be able to run alongside it on
systems that have it.

Bumped osreldate.
2013-08-13 07:15:01 +00:00
..
atf
colldef
dict
doc Adding urtwn(4) firmware and related changes. 2013-07-10 08:21:09 +00:00
dtrace
examples Revert r253748,253749 2013-07-28 18:44:17 +00:00
i18n Don't depend on the touch binary being present. 2013-05-22 22:34:48 +00:00
info
man Add event handlers for module load and unload events. The load handlers are 2013-08-13 03:07:49 +00:00
me
misc Add John Marino to committers-port.dot 2013-07-10 22:12:48 +00:00
mk The iconv in libc did two things - implement the standard APIs, the GNU 2013-08-13 07:15:01 +00:00
mklocale
monetdef Do not overwrite the new UTF-8 files with the old ISO one 2013-07-17 14:00:51 +00:00
msgdef
numericdef
security
sendmail
skel
snmp
syscons Add the letter 'x' to the font iso05-8x16.fnt 2013-05-12 04:34:55 +00:00
tabset
termcap
timedef
xml
xsl
zoneinfo
Makefile
Makefile.inc