From owner-freebsd-hackers@FreeBSD.ORG Thu Jan 29 17:37:07 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 10E748EC; Thu, 29 Jan 2015 17:37:07 +0000 (UTC) Received: from mail.madpilot.net (grunt.madpilot.net [78.47.145.38]) (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 B901CC5A; Thu, 29 Jan 2015 17:37:05 +0000 (UTC) Received: from mail (mail [192.168.254.3]) by mail.madpilot.net (Postfix) with ESMTP id 3kY84Z3DTPzZs1; Thu, 29 Jan 2015 18:36:46 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=madpilot.net; h= content-transfer-encoding:content-type:content-type:in-reply-to :references:subject:subject:mime-version:user-agent:from:from :date:date:message-id:received:received; s=mail; t=1422553004; x=1424367405; bh=4H84mJX//K69f4hQcXe/+E8eiexYaaaMcScUoQHxawY=; b= BQt1ltspbyb96ryh+dN/GytOTnFk9L2zeXHtJ9DkF1Cx21/vQDXmdQSvjthXjtlF ukedZgJGyMSXairnM4gmrr2GA++ZlQHtGhuJFx3BJfKNcICtFErjqhVc1VxEK390 s9x9YU1bxt1Y3qMVlWjtb/p6J8W4bnFGMEueEhnpM8g= Received: from mail.madpilot.net ([192.168.254.3]) by mail (mail.madpilot.net [192.168.254.3]) (amavisd-new, port 10024) with ESMTP id z9m14nU0TrRo; Thu, 29 Jan 2015 18:36:44 +0100 (CET) Received: from tommy.madpilot.net (micro.madpilot.net [88.149.173.206]) by mail.madpilot.net (Postfix) with ESMTPSA; Thu, 29 Jan 2015 18:36:44 +0100 (CET) Message-ID: <54CA6FAC.5060408@madpilot.net> Date: Thu, 29 Jan 2015 18:36:44 +0100 From: Guido Falsi User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Julian Elischer , Dirk Engling , freebsd-hackers@freebsd.org 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: <54CA5E6D.2060501@freebsd.org> Content-Type: text/plain; charset=windows-1252 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: Thu, 29 Jan 2015 17:37:07 -0000 On 01/29/15 17:23, 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.. That was the plan, but some ports have requirements which are not satisfied by what e have in libc at present, so they still depend on libiconv. php55-iconv is such an example. There are a few others. -- Guido Falsi