From owner-freebsd-questions@FreeBSD.ORG Wed Mar 7 13:57:01 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 43C4016A400 for ; Wed, 7 Mar 2007 13:57:01 +0000 (UTC) (envelope-from kdk@daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.freebsd.org (Postfix) with ESMTP id 05FA413C428 for ; Wed, 7 Mar 2007 13:57:00 +0000 (UTC) (envelope-from kdk@daleco.biz) Received: from archangel.daleco.biz ([69.27.149.254]) by ezekiel.daleco.biz (8.13.4/8.13.1) with ESMTP id l27Duxpn024861; Wed, 7 Mar 2007 07:56:59 -0600 (CST) (envelope-from kdk@daleco.biz) Message-ID: <45EEC4A5.5060706@daleco.biz> Date: Wed, 07 Mar 2007 07:56:53 -0600 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.2pre) Gecko/20070221 SeaMonkey/1.1 MIME-Version: 1.0 To: "Amer H. Alhabsi" References: <20070306233735.33B1816A479@hub.freebsd.org> <45EE9DC4.9010004@squ.edu.om> In-Reply-To: <45EE9DC4.9010004@squ.edu.om> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: can't install PHP5: missing pkg-descr X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Mar 2007 13:57:01 -0000 Amer H. Alhabsi wrote: > I'm trying to install PHP5 but keep getting the missing pkg-desc for > php5-5.1.6_3. It complies all right with make. But when I try make > install, I get the error. The make -V DESCR gives > /home/alhabsi/packages/pkg-descr. This directory is where I keep my > downloaded packages. Are you running make from the port directory, or somewhere else? We need more information on *exactly* what you are doing (cwd, what commands are being typed, etc) to have any real idea what might be happening. I'm guessing that it should say /usr/ports/lang/php5/pkg-descr instead, since there is such a file there. You might try something like: $ cd /usr/ports/lang/php5 $ make DESCR=/usr/ports/lang/php5/pkg-descr install clean Kevin Kinsey -- They call them squares because it's the most complicated shape they can deal with.