From owner-freebsd-stable@FreeBSD.ORG Sat Feb 15 19:09:33 2014 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 26E772A3 for ; Sat, 15 Feb 2014 19:09:33 +0000 (UTC) Received: from mail-ob0-x22a.google.com (mail-ob0-x22a.google.com [IPv6:2607:f8b0:4003:c01::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E1987110A for ; Sat, 15 Feb 2014 19:09:32 +0000 (UTC) Received: by mail-ob0-f170.google.com with SMTP id va2so15506026obc.29 for ; Sat, 15 Feb 2014 11:09:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=EFeSrNKxIkCR5Jos2Usnf6JiOTDpp6SlboM7R6x/xfM=; b=nQmavx5Vuqm6a8EP7CFYvIgGab1xZht05NbAooEfulGeUZL8SxFjnMcfEcUKCJ2l3y Js/vE/Cwb+YHT1+ZHhje4bIr4pUCg0fuZ578itoGDVruV04QUgvbWlWXZ+jjWVXd/lNc WhZlJiPhDJsVmX1sCwIpwJ4TW29FOZ3WSTPkRkuMTO2u9BcCZtkYHEx7WRkcWNzGlyI2 v7tHXO0DOcFn2a37mKq0y2RMCYgHvXFHFoe69GCLvXzfEILmzHeZuqZ/jx6WBVKylPcn BX73AcSmARVdnyjXk2J+0xB8qb8zhrEWJnYgDw0z130sr+kZUWTCdXnjA6dpAGaHzGLi CqTA== X-Received: by 10.60.132.234 with SMTP id ox10mr12534109oeb.17.1392491372166; Sat, 15 Feb 2014 11:09:32 -0800 (PST) MIME-Version: 1.0 Sender: alexvpetrov@gmail.com Received: by 10.182.202.6 with HTTP; Sat, 15 Feb 2014 11:09:11 -0800 (PST) In-Reply-To: <52FFB999.8010200@bsdinfo.com.br> References: <18385084.zn1sEgg2iJ@alex.super> <52FFB999.8010200@bsdinfo.com.br> From: "Alex V. Petrov" Date: Sun, 16 Feb 2014 03:09:11 +0800 X-Google-Sender-Auth: VZAo2mx0l32wZNlulYD3FhBXaUM Message-ID: Subject: Re: converters/php5-iconv in FreeBSD 10 To: Marcelo Gondim Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: stable@freebsd.org 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:09:33 -0000 I read and did it. Moreover, I recently rearranged all ports: portmaster -af And for me, only this port requires converters/libiconv 2014-02-16 3:01 GMT+08:00 Marcelo Gondim : > 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 >> >> > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" >