From owner-freebsd-hackers@FreeBSD.ORG Wed Jan 28 10:58:06 2015 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1B7C1F89 for ; Wed, 28 Jan 2015 10:58:06 +0000 (UTC) Received: from elektropost.org (elektropost.org [217.115.13.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 615546E for ; Wed, 28 Jan 2015 10:58:04 +0000 (UTC) Received: (qmail 62330 invoked from network); 28 Jan 2015 10:58:01 -0000 Received: from elektropost.org (HELO elektropost.org) (erdgeist@erdgeist.org) by elektropost.org with ESMTPS (DHE-RSA-AES128-SHA encrypted); 28 Jan 2015 10:58:01 -0000 Message-ID: <54C8C0B6.6030306@erdgeist.org> Date: Wed, 28 Jan 2015 11:57:58 +0100 From: Dirk Engling User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: FreeBSD Hackers Subject: libbconv Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Jan 2015 10:58:06 -0000 When upgrading my iconv I learnt that ports were suddenly missing libiconv.so.2, and when I took a look, I actually did not find it but a libbicon (notice the extra 'b'). ls /usr/local/lib/*iconv* -r--r--r-- 1 root wheel 61510 27 Dez 14:07 libbiconv.a lrwxr-xr-x 1 root wheel 14 27 Dez 14:07 libbiconv.so -> libbiconv.so.2 -r--r--r-- 1 root wheel 26136 27 Dez 14:07 libbiconv.so.2 -r--r--r-- 1 root wheel 64970 27 Dez 14:07 libbiconv_p.a -rw-r--r-- 1 root wheel 1116336 7 Mai 2014 libiconv.a -r--r--r-- 1 root wheel 916 7 Mai 2014 libiconv.la lrwxr-xr-x 1 root wheel 13 7 Mai 2014 libiconv.so -> libiconv.so.3 -r--r--r-- 1 root wheel 1088983 7 Mai 2014 libiconv.so.3 Is this intended? erdgeist