From owner-freebsd-ports@FreeBSD.ORG Sun Jan 22 14:47:01 2006 Return-Path: X-Original-To: ports@freebsd.org 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 6730516A420 for ; Sun, 22 Jan 2006 14:47:01 +0000 (GMT) (envelope-from spadge@fromley.net) Received: from mta09-winn.ispmail.ntl.com (mta09-winn.ispmail.ntl.com [81.103.221.49]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB41543D72 for ; Sun, 22 Jan 2006 14:46:54 +0000 (GMT) (envelope-from spadge@fromley.net) Received: from aamta09-winn.ispmail.ntl.com ([81.103.221.35]) by mta09-winn.ispmail.ntl.com with ESMTP id <20060122144653.YKEQ15755.mta09-winn.ispmail.ntl.com@aamta09-winn.ispmail.ntl.com>; Sun, 22 Jan 2006 14:46:53 +0000 Received: from tobermory.home ([82.18.11.31]) by aamta09-winn.ispmail.ntl.com with ESMTP id <20060122144653.RUPY29891.aamta09-winn.ispmail.ntl.com@tobermory.home>; Sun, 22 Jan 2006 14:46:53 +0000 Received: from [192.168.124.185] (unknown [192.168.124.185]) by tobermory.home (Postfix) with ESMTP id 02B25A758A; Sun, 22 Jan 2006 14:46:50 +0000 (GMT) Message-ID: <43D39ADB.7010608@fromley.net> Date: Sun, 22 Jan 2006 14:46:51 +0000 From: Spadge User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Brandon Fosdick References: <43D305D4.6020402@bfoz.net> In-Reply-To: <43D305D4.6020402@bfoz.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org Subject: Re: php5 and apache20? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Jan 2006 14:47:01 -0000 Brandon Fosdick wrote: > What magic do I need to get lang/php5 to play nice with www/apache20? I already have apache20 installed, and when I try to install php5 it installs apache13 as a dependency. I don't want apache13. How do I get php5 to behave? > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" I do it by including the following to a lang/php5 stanza in the MAKE_ARGS section of /usr/local/etc/pkgtools.conf: WITH_APACHE2=YES And then let portinstall pick it up. You could probably do it by changing the apache version in the Makefile .if defined(WITH_APACHE) PKGMESSAGE= ${PKGDIR}/pkg-message.mod USE_APACHE= 1.3+ MODULENAME= lib${PORTNAME} SHORTMODNAME= ${PORTNAME} .endif Change 1.3+ to 2.0+ or something. Good luck. -- Spadge "Intoccabile" www.fromley.com