Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Oct 2009 20:47:46 GMT
From:      Kimo <kimor79@yahoo.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/140092: www/mod_hosts_access: update to 1.1.0 to allow compat with apache2
Message-ID:  <200910292047.n9TKlkWK047530@www.freebsd.org>
Resent-Message-ID: <200910292050.n9TKo2c8093804@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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 <bsd.port.mk>


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910292047.n9TKlkWK047530>