From owner-freebsd-apache@FreeBSD.ORG Tue Oct 22 11:59:01 2013 Return-Path: Delivered-To: apache@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 431B8F6B for ; Tue, 22 Oct 2013 11:59:01 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 7B95624BA for ; Tue, 22 Oct 2013 11:58:59 +0000 (UTC) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id OAA24946 for ; Tue, 22 Oct 2013 14:58:58 +0300 (EEST) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1VYaby-000N7r-Fp for apache@FreeBSD.org; Tue, 22 Oct 2013 14:58:58 +0300 Message-ID: <5266684A.8080504@FreeBSD.org> Date: Tue, 22 Oct 2013 14:58:02 +0300 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.0.1 MIME-Version: 1.0 To: apache@FreeBSD.org Subject: incomplete CONFLICTS specification X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=X-VIET-VPS Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Oct 2013 11:59:01 -0000 www/apache22 has the following: CONFLICTS_INSTALL= caudium14-1.* \ apache-*-2.2.* apache22-*-2.2.* \ apache-*-2.4.* apache24-*-2.4.* Please note that "apache22-*-2.2.*" does not match e.g. apache22-2.2.25. So it was possible to install first apache22-2.2.25 and then e.g. apache22-worker-mpm-2.2.25. Fortunately, pkg won't allow this (with default settings), but unfortunately pkg_add will. -- Andriy Gapon