From owner-freebsd-stable@FreeBSD.ORG Sat Feb 15 19:01:56 2014 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 44CF9AE for ; Sat, 15 Feb 2014 19:01:56 +0000 (UTC) Received: from mail.bsdinfo.com.br (mail.bsdinfo.com.br [67.212.89.78]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0DEEA10B5 for ; Sat, 15 Feb 2014 19:01:55 +0000 (UTC) Received: from mail.bsdinfo.com.br (mail.bsdinfo.com.br [127.0.0.1]) by mail.bsdinfo.com.br (Postfix) with ESMTP id C30F2139C9 for ; Sat, 15 Feb 2014 17:03:37 -0200 (BRST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=bsdinfo.com.br; h=content-type:content-type:in-reply-to:references:subject :subject:to:mime-version:user-agent:from:from:date:date :message-id; s=dkim; t=1392491017; x=1393355018; bh=7q54Irp8KKTU 4U8iLjMUMXFUDm+wLqgFwqmmvXVJFVs=; b=XBgrNJA0KG1MyDvEkLvdUl8hXfJ3 wK1lmROBjCentPNzNSgWSBlUzwvEkbFc+q8hFX1SuQgPPK825i0/Zvmhk8mTe79H ICuat2L/31kpQZVRhNQu6z7kOwER/UNgFK2FnVXGozGnOJsAQVDa0npbysCMoZo/ hRlTWTtHLmE5/l8= X-Virus-Scanned: amavisd-new at mail.bsdinfo.com.br Received: from mail.bsdinfo.com.br ([127.0.0.1]) by mail.bsdinfo.com.br (mail.bsdinfo.com.br [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Ql2AlJzon-k2 for ; Sat, 15 Feb 2014 17:03:37 -0200 (BRST) Received: from MacBook-de-Gondim-2.local (unknown [186.193.54.69]) by mail.bsdinfo.com.br (Postfix) with ESMTPSA id 8B110139C3 for ; Sat, 15 Feb 2014 17:03:36 -0200 (BRST) Message-ID: <52FFB999.8010200@bsdinfo.com.br> Date: Sat, 15 Feb 2014 17:01:45 -0200 From: Marcelo Gondim User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: stable@freebsd.org Subject: Re: converters/php5-iconv in FreeBSD 10 References: <18385084.zn1sEgg2iJ@alex.super> In-Reply-To: <18385084.zn1sEgg2iJ@alex.super> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Feb 2014 19:01:56 -0000 Hi, Did you read this before? 20130904: AFFECTS: 10-CURRENT users with any port depending on converters/libiconv AUTHOR: madpilot@FreeBSD.org 10-CURRENT after r254273 (committed on August 13, 2013) has an implementation of iconv enabled by default in libc. Due to this change some major overhauling of the ports tree has been necessary to move the ports to using that implementation. People using pkgng binary packages should have little problems, "pkg upgrade" will update all software to not depend on libiconv anymore, once updated packages are available. Please make sure to perform a "pkg autoremove" after that and check that libiconv is correctly removed by it. If you are using ports the update requires some manual intervention. The following procedure should be followed: # pkg query %ro libiconv >ports_to_update # pkg delete -f libiconv # cat ports_to_update | xargs portmaster or: # pkg query %ro libiconv >ports_to_update # pkg delete -f libiconv # cat ports_to_update | xargs portupgrade -f Cheers Em 15/02/14 16:53, Alex V. Petrov escreveu: > I see the topic "converters/php55-iconv in FreeBSD 10" > > What do you say about this: > > > php5-iconv-5.4.25 > > The deinstallation will free 52 KB > > Proceed with deinstalling packages [y/N]: y > [1/1] Deleting php5-iconv-5.4.25... > php5-iconv-5.4.25 is required by: php5-extensions-1.7, deleting anyway > done > > # portmaster converters/php5-iconv > > ===>>> Port directory: /usr/ports/converters/php5-iconv > > ===>>> Launching 'make checksum' for converters/php5-iconv in background > ===>>> Gathering dependency list for converters/php5-iconv from ports > ===>>> Launching child to install converters/libiconv > > ===>>> converters/php5-iconv >> converters/libiconv (1/1) > > ===>>> Port directory: /usr/ports/converters/libiconv > > ===>>> Launching 'make checksum' for converters/libiconv in background > ===>>> Gathering dependency list for converters/libiconv from ports > ===>>> Initial dependency check complete for converters/libiconv > > ===>>> Continuing initial dependency check for converters/php5-iconv > ===>>> Initial dependency check complete for converters/php5-iconv > > > ===>>> converters/php5-iconv >> (1) > > ===>>> The following actions will be taken if you choose to proceed: > Install converters/php5-iconv > Install converters/libiconv > > ===>>> Proceed? y/n [y] n >