From owner-cvs-ports@FreeBSD.ORG Thu Nov 20 03:07:34 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 96BD616A4CE; Thu, 20 Nov 2003 03:07:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13DCF43F75; Thu, 20 Nov 2003 03:07:34 -0800 (PST) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKB7XXJ048173; Thu, 20 Nov 2003 03:07:33 -0800 (PST) (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKB7XHM048172; Thu, 20 Nov 2003 03:07:33 -0800 (PST) (envelope-from jeh) Message-Id: <200311201107.hAKB7XHM048172@repoman.freebsd.org> From: "James E. Housley" Date: Thu, 20 Nov 2003 03:07:33 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/php4 Makefile bsd.php.mk pkg-plist ports/lang/php4/scripts configure.php php4_options 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: Thu, 20 Nov 2003 11:07:34 -0000 jeh 2003/11/20 03:07:33 PST FreeBSD ports repository Modified files: lang/php4 Makefile bsd.php.mk pkg-plist lang/php4/scripts configure.php php4_options Log: A completely new bsd.php.mk file for checking and selecting dependencies on various php ports. The system is backward compatible and adds the WANT_PHP_PEAR knob and support for PHP5 (lang/php5 will be updated in a next PR). It works much better and is more flexible (a future addition will be support for Apache 2 compiled with threads). This is the last step before moving the bsd.php.mk file into /usr/ports/Mk with the addition of USE_PHP={yes,4,5} global knob. While I'm here, remove the DEBUG option from the extension list and change the postgresql dependency. PR: 59418 Submitted by: MAINTAINER Revision Changes Path 1.38 +34 -9 ports/lang/php4/Makefile 1.4 +96 -58 ports/lang/php4/bsd.php.mk 1.7 +1 -0 ports/lang/php4/pkg-plist 1.11 +1 -2 ports/lang/php4/scripts/configure.php 1.7 +0 -1 ports/lang/php4/scripts/php4_options