diff options
author | ohauer <ohauer@FreeBSD.org> | 2011-05-15 02:09:50 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2011-05-15 02:09:50 +0800 |
commit | b8a830a2591f27148fd36dfa35545cc929f24d43 (patch) | |
tree | 09f9ce3d522dc5fdf545a4118cc7bcf27d0790f2 /www | |
parent | 49871d8fa125e3b701f6529d3d5f86327fc54fca (diff) | |
download | freebsd-ports-gnome-b8a830a2591f27148fd36dfa35545cc929f24d43.tar.gz freebsd-ports-gnome-b8a830a2591f27148fd36dfa35545cc929f24d43.tar.zst freebsd-ports-gnome-b8a830a2591f27148fd36dfa35545cc929f24d43.zip |
- port does not work with apache22, additional only with older apache20 versions
- change USE_APACHE
- deprecate port see PR ports/73383 (from Year 2004 ...)
( The www/mod_roaming2 port is pretty much useless. it only works with Netscape
version 4. I therefore abandon it, and recommend it be removed. )
With Hat: apache@
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_roaming2/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/www/mod_roaming2/Makefile b/www/mod_roaming2/Makefile index 872f274bd096..60d122ef35b1 100644 --- a/www/mod_roaming2/Makefile +++ b/www/mod_roaming2/Makefile @@ -16,9 +16,12 @@ DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION} MAINTAINER= apache@FreeBSD.org COMMENT= An Apache module that works as a Netscape Roaming Access server -MAKE_JOBS_SAFE= yes +MAKE_JOBS_SAFE= yes -USE_APACHE= 2.0+ +DEPRECATED= Works only with Netscape version 4 see PR 73383 +EXPIRATION= 2011-06-01 + +USE_APACHE= 2.0 AP_FAST_BUILD= yes AP_GENPLIST= yes MODULENAME= ${PORTNAME:S/2$//} |