From owner-freebsd-questions@FreeBSD.ORG Fri Feb 13 08:51:13 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45E1216A4F7 for ; Fri, 13 Feb 2004 08:51:13 -0800 (PST) Received: from lillith-iv.ovirt.dyndns.ws (ppp38-182.lns1.adl1.internode.on.net [150.101.38.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79C0343D2F for ; Fri, 13 Feb 2004 08:51:12 -0800 (PST) (envelope-from ws@au.dyndns.ws) X-Envelope-From: ws@au.dyndns.ws X-Envelope-To: freebsd-questions@FreeBSD.org Received: from predatorii (ppp38-182.lns1.adl1.internode.on.net [150.101.38.182])i1DGp5fE043981; Sat, 14 Feb 2004 03:21:10 +1030 (CST) (envelope-from ws@au.dyndns.ws) From: "Wayne Sierke" To: "Kris Kennaway" Date: Sat, 14 Feb 2004 03:21:16 +1030 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <20040209072343.GA3277@xor.obsecurity.org> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Importance: Normal X-Spam-Score: 0 () X-Scanned-By: MIMEDefang 2.38 cc: freebsd-questions@FreeBSD.org Subject: RE: How to deal with package conflicts (apache)? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Feb 2004 16:51:13 -0000 Kris Kennaway wrote: > On Mon, Feb 09, 2004 at 05:24:32PM +1030, W. Sierke wrote: > > How should I deal with package conflicts such as > > apache13/apache13-mod_ssl... > > > > I've installed apache13-mod_ssl but a couple of other ports I want to > > install want apache13 (specifically apache-1.3.29_1) which > complains of a > > package conflict (with apache+mod_ssl-1.3.29+2.8.16) so I'll > have to force > > the installation. Is there a way of convincing the new packages that > > apache13-mod_ssl is an adequate substitute for apache13? > > Set the APACHE_PORT variable (to www/apachewhatever) in > /etc/make.conf. This will only work with ports, not packages, for > which one can only use the default settings. Ok, does it matter that the port I want to install doesn't have any references to APACHE_PORT in its Makefile? Grepping through /usr/ports I can see that many ports do, but the port I want to install (mail/squirrelmail) doesn't. So am I taking this the right way? This type of package conflict means that I can't have apache13-mod_ssl installed AND install other packages that require apache13 without forcing them? Thanks, Wayne