From owner-freebsd-hackers@FreeBSD.ORG Fri Jan 30 02:47:34 2015 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DA9A13ED for ; Fri, 30 Jan 2015 02:47:34 +0000 (UTC) Received: from vps1.elischer.org (vps1.elischer.org [204.109.63.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "vps1.elischer.org", Issuer "CA Cert Signing Authority" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id A8710F4B for ; Fri, 30 Jan 2015 02:47:34 +0000 (UTC) Received: from Julian-MBP3.local (ppp121-45-239-189.lns20.per1.internode.on.net [121.45.239.189]) (authenticated bits=0) by vps1.elischer.org (8.14.9/8.14.9) with ESMTP id t0U2l7vK016514 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Thu, 29 Jan 2015 18:47:10 -0800 (PST) (envelope-from julian@freebsd.org) Message-ID: <54CAF0A5.6030705@freebsd.org> Date: Fri, 30 Jan 2015 10:47:01 +0800 From: Julian Elischer 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: NGie Cooper Subject: Re: libbconv References: <54C8C0B6.6030306@erdgeist.org> <54C8D52C.4010005@madpilot.net> <54C8E22E.8040207@erdgeist.org> <54C8ECC6.2000303@madpilot.net> <54C8FA01.7010904@madpilot.net> <54C8FA4E.9020607@erdgeist.org> <54CA5E6D.2060501@freebsd.org> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: "freebsd-hackers@freebsd.org" , Dirk Engling , Guido Falsi 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: Fri, 30 Jan 2015 02:47:34 -0000 On 1/30/15 3:17 AM, NGie Cooper wrote: > On Thu, Jan 29, 2015 at 8:23 AM, Julian Elischer wrote: >> On 1/28/15 11:03 PM, Dirk Engling wrote: >>> On 28.01.15 16:02, Guido Falsi wrote: >>> >>>> Please try to reinstall the converters/libiconv port, which is what your >>>> other ports are looking for. >>> Thank you, sir :) >> >> of course you couId, I believe, just use libc which now contains a lot of >> iconv stuff.. >> at least it appears that way to me.. > iconv in libc doesn't have full feature parity with GNU libiconv. We > ran into problems with type widths at $work where some of our code was > misbehaving because iconv wasn't functioning like GNU libiconv. so who exactly did that import and why? it causes quite a bit of confusion.