aboutsummaryrefslogtreecommitdiff
path: root/www/apache20
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-05-07 01:42:59 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-05-07 01:42:59 +0000
commit96e9a975c3b20e7463d66ceeffd8ef0883301efd (patch)
tree85faf12a1d829e1d2bee7df9a8edad315e2088da /www/apache20
parent21ffb8fff341e89ba8a6de34f5715278adab123f (diff)
downloadports-96e9a975c3b20e7463d66ceeffd8ef0883301efd.tar.gz
ports-96e9a975c3b20e7463d66ceeffd8ef0883301efd.zip
- Take stab at adding OPTIONS framework in limited capacity.
Some options were intentionally omitted. - Remove a legacy option kludge PR: ports/146199 Requested by: Nick Hibma <nick@anywi.com> With Hat: apache@
Notes
Notes: svn path=/head/; revision=253864
Diffstat (limited to 'www/apache20')
-rw-r--r--www/apache20/Makefile13
1 files changed, 10 insertions, 3 deletions
diff --git a/www/apache20/Makefile b/www/apache20/Makefile
index 95692e9992fa..374d74077448 100644
--- a/www/apache20/Makefile
+++ b/www/apache20/Makefile
@@ -36,9 +36,16 @@ CONFLICTS= apache+mod_ssl-1.* apache+mod_ssl+ipv6-1.* apache+mod_ssl+modsnmp-1.*
caudium-devel-1.* caudium10-1.* caudium12-1.* caudium14-1.* \
ru-apache+mod_ssl-1.* ru-apache-1.*
-.if defined(WITH_EXPERIMENTAL_PATCHES)
-IGNORE= please define WITH_KQUEUE_SUPPORT instead
-.endif
+OPTIONS= \
+ IPV6 "Enable IPv6 support" On \
+ BDB "Enable BerkeleyDB dbm" Off \
+ KQUEUE_SUPPORT "Enable kqueue in bundled apr" Off \
+ SSL "Enable SSL support" On \
+ SSL_EXPERIMENTAL_ENGINE "Use Experimental SSL engine" Off \
+ DEBUG "Enable debugging" Off \
+ EXCEPTION_HOOK "Enable Exception Hook" On \
+ LDAP "Enable LDAP Support" Off \
+ THREADS "Enable threads in apr Off
.if defined(WITH_KQUEUE_SUPPORT)
EXTRA_PATCHES+= ${FILESDIR}/exp-apr-kqueue.patch