From owner-freebsd-ports@FreeBSD.ORG Tue Jul 20 09:40:47 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 1E6DB16A4CE; Tue, 20 Jul 2004 09:40:47 +0000 (GMT) Received: from server.alexdupre.com (host245-49.pool8288.interbusiness.it [82.88.49.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D6E243D41; Tue, 20 Jul 2004 09:40:44 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from [192.168.0.101] (thunder.alexdupre.com [192.168.0.101]) i6K9egLQ054181; Tue, 20 Jul 2004 11:40:43 +0200 (CEST) (envelope-from ale@FreeBSD.org) Message-ID: <40FCE89A.2050008@FreeBSD.org> Date: Tue, 20 Jul 2004 11:40:42 +0200 From: Alex Dupre User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Matthew Seaman References: <40F7D16F.5050503@FreeBSD.org> <20040720075504.GA53967@happy-idiot-talk.infracaninophile.co.uk> In-Reply-To: <20040720075504.GA53967@happy-idiot-talk.infracaninophile.co.uk> X-Enigmail-Version: 0.84.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: ports@FreeBSD.org cc: Thierry Thomas 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 09:40:47 -0000 Matthew Seaman wrote: > Shouldn't the devel/pear-PEAR port set WANT_PHP_PEAR in > Makefile.common so that all PEAR ports register that dependency > automatically? Ideally yes, but currently Makefile.common is included after bsd.port.pre.mk, so we cannot define WANT_PHP_PEAR there. We can define WANT_PHP_PEAR in every PEAR port or study a better solution (this is why I've CC'ed thierry)...probably we can simplify Makefile.common a bit (since now we have php.conf, and pecl has been separated from pear) and include it before bsd.port.mk. -- Alex Dupre