From owner-cvs-ports@FreeBSD.ORG Sat Nov 15 12:39:14 2003 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1565416A4CE; Sat, 15 Nov 2003 12:39:14 -0800 (PST) Received: from bast.unixathome.org (bast.unixathome.org [66.11.174.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id E960F43FBF; Sat, 15 Nov 2003 12:39:12 -0800 (PST) (envelope-from dan@langille.org) Received: from wocker (wocker.unixathome.org [192.168.0.99]) by bast.unixathome.org (Postfix) with ESMTP id 5E8563D28; Sat, 15 Nov 2003 15:39:11 -0500 (EST) From: "Dan Langille" To: Alex Kiesel Date: Sat, 15 Nov 2003 15:39:10 -0500 MIME-Version: 1.0 Message-ID: <3FB6489E.18989.10125950@localhost> Priority: normal References: <3FB5FA08.20393.EDF5677@localhost> In-reply-to: <1068913129.1060.48.camel@boost.home.ahk> X-mailer: Pegasus Mail for Windows (v4.02a) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body cc: cvs-ports@FreeBSD.org cc: Norikatsu Shigemura cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/x11-toolkits/php-gtk Makefile distinfo pkg-message pkg-plist ports/x11-toolkits/php-gtk/files patch-ext_c X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Nov 2003 20:39:14 -0000 On 15 Nov 2003 at 17:18, Alex Kiesel wrote: > On Sat, 2003-11-15 at 16:03, Dan Langille wrote: > > > Not really: > > > root@boost ttyp2 /usr/ports/x11-toolkits/php-gtk# make -V > > > PORTVERSION 1.0.0 root@boost ttyp2 > > > /usr/ports/x11-toolkits/php-gtk# make master-sites-all > > > http://gtk.php.net/distributions/ > > > http://document-root.de/mirror/php-gtk/ > > > ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/ > > > > > > The problem, you are encountering is that php-gtk requires the CLI > > > (command line interface) version of the PHP port. You seem to have > > > installed another type (probably the CGI version), so the > > > build-requirements are not met. > > > > I am not attempting to build. I am attempting to obtain the list of > > master sites. More specifically, FreshPorts is attempting to obtain > > this information. Is this a limitation of the port or of the ports > > system? > > It's a limitation of the PHP4-port. The attached patch should solve > your problem, as the Makefile no longer generates conflicting > dependencies (when you have installed php4-cgi). I confirm this patch fixes the problem. Thank you. -- Dan Langille : http://www.langille.org/