From owner-freebsd-apache@FreeBSD.ORG Fri Apr 8 13:47:08 2011 Return-Path: Delivered-To: freebsd-apache@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2A944106564A for ; Fri, 8 Apr 2011 13:47:08 +0000 (UTC) (envelope-from rainer@ultra-secure.de) Received: from srv3.ultra-secure.de (mail.ultra-secure.de [62.146.9.10]) by mx1.freebsd.org (Postfix) with ESMTP id 7C78C8FC0A for ; Fri, 8 Apr 2011 13:47:07 +0000 (UTC) Received: (qmail 15828 invoked by uid 80); 8 Apr 2011 13:20:24 -0000 Received: from 212.71.117.70 (SquirrelMail authenticated user rainer@ultra-secure.de) by webmail.ultra-secure.de with HTTP; Fri, 8 Apr 2011 15:20:24 +0200 Message-ID: Date: Fri, 8 Apr 2011 15:20:24 +0200 From: rainer@ultra-secure.de To: freebsd-apache@freebsd.org User-Agent: SquirrelMail/1.4.20 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: How to make www/apache22-worker-mpm a dependency? X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Apr 2011 13:47:08 -0000 Hi, I would like to make www/apache22-worker-mpm the "default" apache, instead of 1.3 (or 2.2). The reason is that I build my ports in a tinderbox and even if I change the USE_APACHE=1.3+ to USE_APACHE=2.2+ in e.g. the mod_fastcgi ports-Makefile, it still installs the "normal" prefork-apache22. Thus, upon installing the package, I have to de-install the wrong apache-package first, then install the worker-mpm-apache and then pkgdb -F the pkg-database. Anybody have a solution for that? Regards, Rainer