ports/140092: www/mod_hosts_access: update to 1.1.0 to allow compat with apache2
Kimo
kimor79 at yahoo.com
Thu Oct 29 20:50:02 UTC 2009
>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:
More information about the freebsd-ports-bugs
mailing list