Date: Sat, 15 Feb 2014 17:01:45 -0200 From: Marcelo Gondim <gondim@bsdinfo.com.br> To: stable@freebsd.org Subject: Re: converters/php5-iconv in FreeBSD 10 Message-ID: <52FFB999.8010200@bsdinfo.com.br> In-Reply-To: <18385084.zn1sEgg2iJ@alex.super> References: <18385084.zn1sEgg2iJ@alex.super>
next in thread | previous in thread | raw e-mail | index | archive | help
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 >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?52FFB999.8010200>