summaryrefslogtreecommitdiffstats
path: root/ObsoleteFiles.inc
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2013-11-03 19:04:57 +0000
committerpeter <peter@FreeBSD.org>2013-11-03 19:04:57 +0000
commit2041181afbfef75d20a432523e8c92bc125acdd5 (patch)
treec2a94297b5ca505d69af7369b5c160a2d865ca62 /ObsoleteFiles.inc
parent49fe0daa4ff16ed937ed34112885e793900dbae2 (diff)
downloadFreeBSD-src-2041181afbfef75d20a432523e8c92bc125acdd5.zip
FreeBSD-src-2041181afbfef75d20a432523e8c92bc125acdd5.tar.gz
Remove the WITH_LIBICONV_COMPAT hack that seems to do more harm than
good. This caused libc to spoof the ports libiconv namespace and provide a colliding libiconv.so.3 to fool rtld. This should have been removed some time ago.
Diffstat (limited to 'ObsoleteFiles.inc')
-rw-r--r--ObsoleteFiles.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index 62c2359..b7ddfb3 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -38,6 +38,12 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20131103: WITH_LIBICONV_COMPAT removal
+OLD_FILES+=usr/include/_libiconv_compat.h
+OLD_FILES+=usr/lib/libiconv.a
+OLD_FILES+=usr/lib/libiconv.so
+OLD_FILES+=usr/lib/libiconv.so.3
+OLD_FILES+=usr/lib/libiconv_p.a
# 20131103: removal of utxrm(8), use 'utx rm' instead.
OLD_FILES+=usr/sbin/utxrm
OLD_FILES+=usr/share/man/man8/utxrm.8.gz
OpenPOWER on IntegriCloud