From owner-freebsd-apache@FreeBSD.ORG Fri Dec 29 12:00:37 2006 Return-Path: X-Original-To: apache@hub.freebsd.org Delivered-To: freebsd-apache@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 39D8D16A5B3 for ; Fri, 29 Dec 2006 12:00:37 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 104C713C465 for ; Fri, 29 Dec 2006 12:00:37 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kBTC0aJ0015011 for ; Fri, 29 Dec 2006 12:00:36 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kBTC0awu015010; Fri, 29 Dec 2006 12:00:36 GMT (envelope-from gnats) Date: Fri, 29 Dec 2006 12:00:36 GMT Message-Id: <200612291200.kBTC0awu015010@freefall.freebsd.org> To: apache@FreeBSD.org From: "Oleg Gawriloff" Cc: Subject: Re: ports/97883: www/mod_bw 0.7 doesn't work on 4.x due to patch in files/ X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Oleg Gawriloff List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Dec 2006 12:00:37 -0000 The following reply was made to PR ports/97883; it has been noted by GNATS. From: "Oleg Gawriloff" To: , Cc: Subject: Re: ports/97883: www/mod_bw 0.7 doesn't work on 4.x due to patch in files/ Date: Sat, 30 Dec 2006 05:20:32 +0200 So it seems that removed patch is needed if building for apache 2.0.x, and not needed for apache 2.2.x. So according to what I see the following logic must be used: If apache 2.2.x - use native apache functions If BSD>=5.x and apache 2.0.x - use BSD function (as it was in deleted patch) If BSD=4.x and apache 2.0.x - no idea:(