From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 29 20:50:02 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D00DB10656AC for ; Thu, 29 Oct 2009 20:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id ADF448FC1C for ; Thu, 29 Oct 2009 20:50:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n9TKo2s5093813 for ; Thu, 29 Oct 2009 20:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n9TKo2c8093804; Thu, 29 Oct 2009 20:50:02 GMT (envelope-from gnats) Resent-Date: Thu, 29 Oct 2009 20:50:02 GMT Resent-Message-Id: <200910292050.n9TKo2c8093804@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kimo Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EFDB71065694 for ; Thu, 29 Oct 2009 20:47:47 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id DFB008FC25 for ; Thu, 29 Oct 2009 20:47:47 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n9TKlklt047531 for ; Thu, 29 Oct 2009 20:47:46 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n9TKlkWK047530; Thu, 29 Oct 2009 20:47:46 GMT (envelope-from nobody) Message-Id: <200910292047.n9TKlkWK047530@www.freebsd.org> Date: Thu, 29 Oct 2009 20:47:46 GMT From: Kimo To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/140092: www/mod_hosts_access: update to 1.1.0 to allow compat with apache2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Oct 2009 20:50:02 -0000 >Number: 140092 >Category: ports >Synopsis: www/mod_hosts_access: update to 1.1.0 to allow compat with apache2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Oct 29 20:50:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Kimo >Release: >Organization: >Environment: >Description: mod_hosts_access 1.1.0 was released (a while back) which is compatible with apache1.3 and apache2. Attached patch updates Makefile to use and compile for apache2. >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.orig 2009-10-29 13:42:40.000000000 -0700 +++ Makefile 2009-10-29 13:44:49.000000000 -0700 @@ -6,7 +6,7 @@ # PORTNAME= mod_hosts_access -PORTVERSION= 1.0.0 +PORTVERSION= 1.1.0 PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.klomp.org/mod_hosts_access/ @@ -16,10 +16,10 @@ MAKE_JOBS_SAFE= yes -USE_APACHE= 1.3 +USE_APACHE= yes AP_FAST_BUILD= yes AP_GENPLIST= yes -AP_LIB= -shared -lwrap +AP_LIB+= ${LOCALBASE}/lib -lwrap .include >Release-Note: >Audit-Trail: >Unformatted: