diff options
author | ohauer <ohauer@FreeBSD.org> | 2012-09-23 05:15:50 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2012-09-23 05:15:50 +0800 |
commit | 5450604541840a7d835e1d9f0f9f4937e283109e (patch) | |
tree | 884d351fee646b4e7b1b5c851bf898976e69b28e /www/mod_scgi | |
parent | 32b46bd7f7a920a2a61f95e812d5e737df967b72 (diff) | |
download | freebsd-ports-gnome-5450604541840a7d835e1d9f0f9f4937e283109e.tar.gz freebsd-ports-gnome-5450604541840a7d835e1d9f0f9f4937e283109e.tar.zst freebsd-ports-gnome-5450604541840a7d835e1d9f0f9f4937e283109e.zip |
- 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@
Diffstat (limited to 'www/mod_scgi')
-rw-r--r-- | www/mod_scgi/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/www/mod_scgi/Makefile b/www/mod_scgi/Makefile index 7167f20b77cc..902497e19e6d 100644 --- a/www/mod_scgi/Makefile +++ b/www/mod_scgi/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: scgi -# Date created: 19 Aug 2002 -# Whom: Neil Blakey-Milner <nbm@FreeBSD.org> -# +# Created by: Neil Blakey-Milner <nbm@FreeBSD.org> # $FreeBSD$ -# PORTNAME= mod_scgi PORTVERSION= 1.12 @@ -20,7 +16,7 @@ MAKE_JOBS_SAFE= yes SCGI_DIR= apache2 WRKSRC= ${WRKDIR}/${DISTNAME}/${SCGI_DIR} -USE_APACHE= 22+ +USE_APACHE= 22 AP_FAST_BUILD= yes AP_GENPLIST= yes |