From owner-freebsd-questions@FreeBSD.ORG Tue Feb 11 21:15:12 2014 Return-Path: Delivered-To: freebsd-questions@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 CABDCD88 for ; Tue, 11 Feb 2014 21:15:12 +0000 (UTC) Received: from mailrelay009.isp.belgacom.be (mailrelay009.isp.belgacom.be [195.238.6.176]) by mx1.freebsd.org (Postfix) with ESMTP id 65A4B12EC for ; Tue, 11 Feb 2014 21:15:12 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AnMGACqS+lJbsJEl/2dsb2JhbABagwzAGYEVF3SCJQEBBTocIxALGAklDyoeGYgJAchqF443QgcWhCIEhSyPFYNojDuFZoMuO4Eu Received: from 37.145-176-91.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([91.176.145.37]) by relay.skynet.be with ESMTP; 11 Feb 2014 22:15:05 +0100 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.7/8.14.7) with ESMTP id s1BLF43e093089; Tue, 11 Feb 2014 22:15:04 +0100 (CET) (envelope-from tijl@FreeBSD.org) Date: Tue, 11 Feb 2014 22:15:03 +0100 From: Tijl Coosemans To: dweimer@dweimer.net Subject: Re: converters/php55-iconv Message-ID: <20140211221503.109d297b@kalimero.tijl.coosemans.org> In-Reply-To: References: <5ed83c0c6dfa6e5ac815170fe66b6d25@dweimer.net> <003c01cf2734$0fb58250$2f2086f0$@shaw.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: 'FreeBSD Questions' X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Feb 2014 21:15:12 -0000 On Tue, 11 Feb 2014 12:38:32 -0600 dweimer wrote: > On 02/11/2014 8:17 am, Dale Scott wrote: >>> Does anybody know if its possible to get the converters/php55-iconv >>> port to install on FreeBSD 10 without, installing converters/libiconv? >> >> Installed ok for me. I built php5 from ports in order to build the >> Apache module, then built php55-iconv from ports using php5-extensions. >> >> $ uname -a >> FreeBSD firefly.scc.local 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: >> Fri Jan 17 01:46:25 UTC 2014 >> root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC i386 >> $ pkg info | grep iconv >> php55-iconv-5.5.7 The iconv shared extension for php >> $ > > It does install, and work, however it also installed > converters/libiconv, after which devel/pear failed to build. Also NUT > stopped working, at least it wouldn't load my UPS driver (powerpannel) > removing converters/php55-iconv and converters/libiconv fixed the pear > build issue, and rebuilding sysutils/nut without it installed resolved > its issue as well. (well actually I rebuilt all ports, NUT doesn't > require libiconv, but it uses gmake, which does). > > I may have been hit by the order in which I installed things, having > some things using one iconv and the others another. However a > portmaster -af failed to correct the issue until removing > converters/libiconv. When upgrading to FreeBSD 10 you can continue to use your installed ports but once you want to update or rebuild a port it may be best to remove all ports first and then reinstall them. So many things have change in FreeBSD 10 that reinstalling one by one like portmaster does may not be sufficient.