From owner-freebsd-stable@FreeBSD.ORG Mon Jul 14 06:38:08 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC4C637B401 for ; Mon, 14 Jul 2003 06:38:08 -0700 (PDT) Received: from morpheus.webteckies.org (node123e0.a2000.nl [24.132.35.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECEDD43FFD for ; Mon, 14 Jul 2003 06:36:47 -0700 (PDT) (envelope-from freebsd-stable@webteckies.org) Received: from ghost.lan.webteckies.org (ghost.lan.webteckies.org [192.168.1.10]) by morpheus.webteckies.org (Postfix) with ESMTP id EECB3107D0; Mon, 14 Jul 2003 15:36:28 +0200 (CEST) From: Melvyn Sopacua Organization: WebTeckies.org To: freebsd-stable@freebsd.org Date: Mon, 14 Jul 2003 15:36:29 +0200 User-Agent: KMail/1.5.2 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200307141536.29706.freebsd-stable@webteckies.org> cc: Alex Dupre Subject: PHP dependencies X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jul 2003 13:38:09 -0000 Hi, recently there was an introduction of lang/php4/bsd.php.mk. It's quite nice to have it all centralized, but the old behavior, depended on the apache library being available, for packages like phpMyAdmin. This worked quite nicely, if you use your own php installation and not the ports version, installed at a different place. Now however, there's a need for ${LOCALBASE}/include/php/main/php.h, which means upgrading phpMyAdmin suddenly creates the port version of php as a dependency - this seems unnecessary as ${LOCALBASE}/libexec/apache/libphp4.so exists. I understand if this is not something one can easily fix or even wants to fix, so then for the people searching the mailing list: mkdir -p /usr/local/include/php/main touch /usr/local/include/php/main/php.h And you'll be able to use your own (CVS or older) version of php, with phpMyAdmin. -- Melvyn ======================================================= FreeBSD ghost.lan.webteckies.org 4.8-STABLE FreeBSD 4.8-STABLE #0: Sat Jul 5 18:39:46 CEST 2003 root@ghost.lan.webteckies.org:/usr/obj/usr/src/sys/GHOST i386 =======================================================