aboutsummaryrefslogtreecommitdiff
path: root/www/apache24/Makefile.modules
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2013-10-27 17:54:39 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2013-10-27 17:54:39 +0000
commit8ea6abd77f10bd4ba9abf15565408b4d9b68c135 (patch)
tree7219702d99968e18ff5004455b70dcc550cf5f10 /www/apache24/Makefile.modules
parent6a633b28aaeb39c100b512de6a685b3d01b811d0 (diff)
downloadports-8ea6abd77f10bd4ba9abf15565408b4d9b68c135.tar.gz
ports-8ea6abd77f10bd4ba9abf15565408b4d9b68c135.zip
Notes
Diffstat (limited to 'www/apache24/Makefile.modules')
-rw-r--r--www/apache24/Makefile.modules33
1 files changed, 0 insertions, 33 deletions
diff --git a/www/apache24/Makefile.modules b/www/apache24/Makefile.modules
index 37126aa86a80..63a9088c20e1 100644
--- a/www/apache24/Makefile.modules
+++ b/www/apache24/Makefile.modules
@@ -71,8 +71,6 @@ CONFIGURE_ARGS+= --enable-mpms-shared=all
PLIST_SUB+= MPM_SHARED="@comment "
.endif
-# XXX LATEST_LINK overwrites OPTIONSFILE ...
-# maybe use NO_LATEST_LINK in future
.if ${PORT_OPTIONS:MMPM_PREFORK}
CONFIGURE_ARGS+= --with-mpm=prefork
.elif ${PORT_OPTIONS:MMPM_WORKER}
@@ -148,36 +146,12 @@ IGNORE= AUTH_BASIC need at least one AUTHZ provider
. endif
.endif
-.if ${PORT_OPTIONS:MSSL}
-CFLAGS+= -I${OPENSSLINC}
-LDFLAGS+= -L${OPENSSLLIB}
-CONFIGURE_ARGS+= --with-ssl=${OPENSSLBASE}
-.endif
-
-.if ${PORT_OPTIONS:MSOCACHE_DC}
-CONFIGURE_ARGS+= --with-distcache=${LOCALBASE}
-.endif
-
-.if ${PORT_OPTIONS:MLUA}
-CONFIGURE_ARGS+= --with-lua=${LOCALBASE}
-.else
-CONFIGURE_ARGS+= --without-lua
-.endif
-
.if ${PORT_OPTIONS:MXML2ENC} || ${PORT_OPTIONS:MPROXY_HTML}
CONFIGURE_ARGS+= --with-libxml2=${LOCALBASE}/include/libxml2
.else
CONFIGURE_ARGS+= --without-libxml2
.endif
-.if ${PORT_OPTIONS:MAUTHNZ_LDAP}
-CONFIGURE_ARGS+= --enable-authnz-ldap
-.endif
-
-.if ${PORT_OPTIONS:MLDAP}
-CONFIGURE_ARGS+= --enable-ldap=shared
-.endif
-
.if defined(APR_HAS_THREADS)
CFLAGS+= ${PTHREAD_CFLAGS}
LDFLAGS+= ${PTHREAD_LIBS}
@@ -187,11 +161,4 @@ IGNORE= MEM_CACHE requires APR threads. Please rebuild APR with THREAD support
. endif
.endif
-# http://httpd.apache.org/docs/2.4/bind.html
-.if ${PORT_OPTIONS:MIPV4_MAPPED}
-CONFIGURE_ARGS+= --enable-v4-mapped
-.else
-CONFIGURE_ARGS+= --disable-v4-mapped
-.endif
-
.endif # _PREMKINCLUDED