From c1b8f9240aa817eb0245b58ad9eeafbf2b7fd0c3 Mon Sep 17 00:00:00 2001 From: ache Date: Wed, 11 Oct 2000 22:37:56 +0000 Subject: Move all modules from static to shared to allow maximal configuration flexibility. WARNING: existing configurations should be updated with 'LoadModule' for previously static modules. --- www/apache2/Makefile | 6 ++++-- www/apache2/pkg-plist | 18 ++++++++++++++++++ 2 files changed, 22 insertions(+), 2 deletions(-) (limited to 'www/apache2') diff --git a/www/apache2/Makefile b/www/apache2/Makefile index 7f5daa46a736..5b3c6a6df906 100644 --- a/www/apache2/Makefile +++ b/www/apache2/Makefile @@ -7,6 +7,7 @@ PORTNAME= apache PORTVERSION= 1.3.12 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.apache.org/dist/ \ ftp://ftp.ccs.neu.edu/net/mirrors/ftp.apache.org/apache/dist/ \ @@ -41,10 +42,11 @@ CONFIGURE_ARGS= \ --with-layout=${FILESDIR}/FreeBSD.layout:FreeBSD \ --suexec-docroot=${PREFIX}/www/data \ --without-confadjust \ - --enable-shared=remain \ --enable-module=most \ --enable-module=auth_db \ - --disable-module=auth_dbm + --enable-module=mmap_static \ + --disable-module=auth_dbm \ + --enable-shared=max OPTIM= -DHARD_SERVER_LIMIT=512 \ -DDOCUMENT_LOCATION=\\"${PREFIX}/www/data/\\" \ diff --git a/www/apache2/pkg-plist b/www/apache2/pkg-plist index ad5603da16f9..b5e712546e88 100644 --- a/www/apache2/pkg-plist +++ b/www/apache2/pkg-plist @@ -63,17 +63,35 @@ include/apache/xml/xmltok.h include/apache/xml/xmltok_impl.h libexec/apache/httpd.exp libexec/apache/libproxy.so +libexec/apache/mod_access.so +libexec/apache/mod_actions.so +libexec/apache/mod_alias.so +libexec/apache/mod_asis.so +libexec/apache/mod_auth.so libexec/apache/mod_auth_anon.so libexec/apache/mod_auth_db.so +libexec/apache/mod_autoindex.so libexec/apache/mod_cern_meta.so +libexec/apache/mod_cgi.so libexec/apache/mod_digest.so +libexec/apache/mod_dir.so +libexec/apache/mod_env.so libexec/apache/mod_expires.so libexec/apache/mod_headers.so +libexec/apache/mod_imap.so +libexec/apache/mod_include.so libexec/apache/mod_info.so +libexec/apache/mod_log_config.so +libexec/apache/mod_mime.so libexec/apache/mod_mime_magic.so +libexec/apache/mod_mmap_static.so +libexec/apache/mod_negotiation.so libexec/apache/mod_rewrite.so +libexec/apache/mod_setenvif.so libexec/apache/mod_speling.so +libexec/apache/mod_status.so libexec/apache/mod_unique_id.so +libexec/apache/mod_userdir.so libexec/apache/mod_usertrack.so libexec/apache/mod_vhost_alias.so sbin/ab -- cgit