From owner-freebsd-ports@FreeBSD.ORG Tue Jul 20 07:55:12 2004 Return-Path: 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 5583416A4CE; Tue, 20 Jul 2004 07:55:12 +0000 (GMT) Received: from smtp.infracaninophile.co.uk (happy-idiot-talk.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA9DE43D2F; Tue, 20 Jul 2004 07:55:10 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost.infracaninophile.co.uk [IPv6:::1])i6K7t4QR064840 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 20 Jul 2004 08:55:05 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)id i6K7t4hu064839; Tue, 20 Jul 2004 08:55:04 +0100 (BST) (envelope-from matthew) Date: Tue, 20 Jul 2004 08:55:04 +0100 From: Matthew Seaman To: Alex Dupre Message-ID: <20040720075504.GA53967@happy-idiot-talk.infracaninophile.co.uk> References: <40F7D16F.5050503@FreeBSD.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="BOKacYhQ+x31HxR3" Content-Disposition: inline In-Reply-To: <40F7D16F.5050503@FreeBSD.org> User-Agent: Mutt/1.5.6i X-Greylist: Message not sent from an IPv4 address, not delayed by milter-greylist-1.5.3 (smtp.infracaninophile.co.uk [0.0.0.0]); Tue, 20 Jul 2004 08:55:05 +0100 (BST) X-Virus-Scanned: clamd / ClamAV version devel-20040705, clamav-milter version 0.74a on smtp.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on happy-idiot-talk.infracaninophile.co.uk cc: ports@freebsd.org Subject: Re: [HEADS UP] PHP mega-commit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 07:55:12 -0000 --BOKacYhQ+x31HxR3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jul 16, 2004 at 03:00:31PM +0200, Alex Dupre wrote: > On monday I've planned to commit the new PHP infrastructure. > Please review the following patches if you are interested: Which seems to be working very well so far. Good work. > In a few words, the old "big" php port has been splitted into "base" > PHP, PEAR, and shared extensions. Every extension has its own slave port > and can be installed/deinstalled in a finer way without recompiling PHP. > Moreover, we can remove all ugly php slave ports created to enable > extensions (like php4-horde and so on, that cause packaging issues), > since now a port can depend on a particular set of extensions. > To conclude, PEAR (devel/php[4-5]-pear) can be used either with CLI or > with CGI sapi. One nit: the devel/php4-pear and devel/php5-pear ports. These are apparently required in order to use any of the PEAR infrastructure (or, at least php4-pear is required on a PHP4 system, as I found when some code of my own suddenly stopped working). The problem seems to be missing 'WANT_PHP_PEAR' in most PEAR ports -- at the moment only these five include it: % find . -name Makefile\* -print0 | xargs -0 grep -l WANT_PHP_PEAR | se= d -e 's,^\./,,' -e 's,/Makefile.*,,' archivers/pear-Archive_Tar devel/pear-Console_Getopt devel/pear-XML_RPC devel/pear-OLE security/pear-Text_Password Shouldn't the devel/pear-PEAR port set WANT_PHP_PEAR in Makefile.common so that all PEAR ports register that dependency automatically? Either that, or WANT_PHP_PEAR should be set individually by each and every PEAR port. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --BOKacYhQ+x31HxR3 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA/M/YiD657aJF7eIRAnRDAKChKKX8Uo7TjpkmtSpjKIpgL3f7zwCfYgso Jhq6V3mYcJ1I472ALb0p2EI= =1BUN -----END PGP SIGNATURE----- --BOKacYhQ+x31HxR3--