From owner-freebsd-isp@FreeBSD.ORG Tue Jan 27 00:16:33 2004 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F268416A4CE for ; Tue, 27 Jan 2004 00:16:32 -0800 (PST) Received: from mail.yazzy.org (yazzy.org [217.8.140.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 723D543D45 for ; Tue, 27 Jan 2004 00:16:31 -0800 (PST) (envelope-from freebsd@yazzy.org) Received: from localhost (localhost [127.0.0.1]) by mail.yazzy.org (Postfix) with ESMTP id 5B88039812; Tue, 27 Jan 2004 09:16:25 +0100 (CET) Received: from mail.yazzy.org ([127.0.0.1]) by localhost (urukhai.yazzy.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 71677-03; Tue, 27 Jan 2004 09:16:24 +0100 (CET) Received: from localhost (yazzy [192.168.98.11]) by mail.yazzy.org (Postfix) with SMTP id 2CAC139814; Tue, 27 Jan 2004 09:16:22 +0100 (CET) Date: Tue, 27 Jan 2004 09:13:22 +0100 From: Martin Jessa To: freebsd-isp@freebsd.org Message-Id: <20040127091322.1d2ac77e.freebsd@yazzy.org> In-Reply-To: <20040127043953.2018C34D1E@watcher.puryear-it.com> References: <20040127043953.2018C34D1E@watcher.puryear-it.com> Organization: WRS ASA X-Mailer: Sylpheed version 0.9.4 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: dap99@i-55.com Subject: Re: Automating Apache installs.. X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Jan 2004 08:16:33 -0000 Hi. This should go to ports@ You can add an option in the php4 port to allow you to chose your apache version. This is fairly easy. Then send PR with your patches using i.e gtk-send-pr. It should get accepted and published after that. All of my patches fortunatelly did. Good luck. YazzY On Mon, 26 Jan 2004 22:45:07 -0600 wrote: > I am using FreeBSD ports to install both Apache 1.3 and PHP4. All fine and > dandy, except we use apache+modssl instead of just apache. Well, both > www/mod_php4 and lang/php4 have apache as a dependency. This means that if I > install apache+modssl and then php4 that ports will try to install apache as > well. I can of course do this: > > 1. Install apache > 2. Install apache+modssl over apache > 3. Install php4 > > But that's just messy. I want to automate this process, so I am trying to > avoid customizing lang/php4/Makefile (i.e., changing the DEPENDS line from > apache to apache+modssl). > > Any suggestions? I am sure others here have experience with just this > problem. > > > _______________________________________________ > freebsd-isp@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-isp > To unsubscribe, send any mail to "freebsd-isp-unsubscribe@freebsd.org"