From owner-freebsd-questions@FreeBSD.ORG Tue Feb 11 18:38:34 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 AFCFD37D for ; Tue, 11 Feb 2014 18:38:34 +0000 (UTC) Received: from webmail.dweimer.net (24-240-198-187.static.stls.mo.charter.com [24.240.198.187]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 774081235 for ; Tue, 11 Feb 2014 18:38:34 +0000 (UTC) Received: from www.dweimer.net (webmail [192.168.5.2]) by webmail.dweimer.net (8.14.7/8.14.7) with ESMTP id s1BIcWPp018959 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Tue, 11 Feb 2014 12:38:33 -0600 (CST) (envelope-from dweimer@dweimer.net) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 11 Feb 2014 12:38:32 -0600 From: dweimer To: "'FreeBSD Questions'" Subject: RE: converters/php55-iconv Organization: dweimer.net Mail-Reply-To: dweimer@dweimer.net In-Reply-To: <003c01cf2734$0fb58250$2f2086f0$@shaw.ca> References: <5ed83c0c6dfa6e5ac815170fe66b6d25@dweimer.net> <003c01cf2734$0fb58250$2f2086f0$@shaw.ca> Message-ID: X-Sender: dweimer@dweimer.net User-Agent: Roundcube Webmail/1.0-rc X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: dweimer@dweimer.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Feb 2014 18:38:34 -0000 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. I did find out how to modify the lang/php55/Makefile.ext file to build it without converters/libiconv, however there are some requirements in the base iconv that are missing which may cause some problems down the road. So I am currently working on building world with WITHOUT_ICONV in my /etc/src.conf to use the ports iconv and libiconv. -- Thanks, Dean E. Weimer http://www.dweimer.net/