1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-08 12:01:56 +00:00
Olli Hauer b7fc7ba655 - USE_APACHE= s/22+/22/
- adopt new Makefile header

Port build fails on local exp-run with apache24 with
 error: 'conn_rec' has no member named 'remote_ip'

or various other apache22 specific functions/parameters

with hat apache@
2012-09-22 21:15:50 +00:00

25 lines
530 B
Makefile

# Created by: Brandon Fosdick <bfoz@bfoz.net>
# $FreeBSD$
PORTNAME= mod_log_dbd
PORTVERSION= 0.2
PORTREVISION= 3
CATEGORIES= www databases
MASTER_SITES= http://bfoz.net/projects/${PORTNAME}/release/
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
MAINTAINER= bfoz@bfoz.net
COMMENT= Uses APR DBD to store Apache access logs in a database
MAKE_JOBS_SAFE= yes
USE_APACHE= 22
USE_BZIP2= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-apache=${PREFIX}
do-install:
${APXS} -i -a -n log_dbd ${WRKSRC}/mod_log_dbd.la
.include <bsd.port.mk>