From owner-freebsd-ports@FreeBSD.ORG Sat Jun 4 11:57:11 2005 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B48116A41C; Sat, 4 Jun 2005 11:57:11 +0000 (GMT) (envelope-from eculp@bafirst.com) Received: from 72-12-2-214.wan.networktel.net (72-12-2-214.wan.networktel.net [72.12.2.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id D899743D49; Sat, 4 Jun 2005 11:57:10 +0000 (GMT) (envelope-from eculp@bafirst.com) Received: from localhost (localhost [127.0.0.1]) (uid 80) by 72-12-2-214.wan.networktel.net with local; Sat, 04 Jun 2005 06:57:10 -0500 id 00095AA8.42A19716.00017657 Received: from dsl-201-144-92-62.prod-infinitum.com.mx (dsl-201-144-92-62.prod-infinitum.com.mx [201.144.92.62]) by mail.bafirst.com (Horde MIME library) with HTTP; Sat, 04 Jun 2005 06:57:09 -0500 Message-ID: <20050604065709.eyc2anr5co4w08sk@mail.bafirst.com> Date: Sat, 04 Jun 2005 06:57:09 -0500 From: eculp@bafirst.com To: Mark Murray References: <200506041101.j54B1ptL025154@grovel.grondar.org> In-Reply-To: <200506041101.j54B1ptL025154@grovel.grondar.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) 4.1-cvs Cc: ports@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: pear broken on current. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jun 2005 11:57:11 -0000 Quoting Mark Murray : > eculp@bafirst.com writes: >> After a week of rebuilding, changing versions of pear, php, apache and >> all other dependencies and looking everywhere except at this change, >> Finally, thanks to Manfred Antar and Thierry Thomas >> , I was able to understand that this was my >> problem with pear but I still don't know what the solution is. I >> assume that the port will need to be changed or am I missing something? > > What is the actual problem? Any pear command such as config-show or upgrade-all shows a php message as below. Maybe after the change I should be doing things differently but I haven't figured that our yet. I can boot with an older kernel and everything is as before. # pear Usage: php [options] [-f] [args...] php [options] -r [args...] php [options] [-- args...] -a Run interactively -c | Look for php.ini file in this directory -n No php.ini file will be used -d foo[=bar] Define INI entry foo with value 'bar' -e Generate extended information for debugger/profiler -f Parse . -h This help -i PHP information -l Syntax check only (lint) -m Show compiled in modules -r Run PHP without using script tags -s Display colour syntax highlighted source. -v Version number -w Display source with stripped comments and whitespace. -z Load Zend extension . args... Arguments passed to script. Use -- args when first argument starts with - or script is read from stdin Thanks, Mark, for any suggestions that you might have. ed