summaryrefslogtreecommitdiff
path: root/www/apache/patches/patch-aa
diff options
context:
space:
mode:
authortv <tv>1998-06-04 19:38:36 +0000
committertv <tv>1998-06-04 19:38:36 +0000
commit67913bdb34b5db6ac1ee306156d95898496da143 (patch)
tree41b293a57f75b70f3e7225c330214572926117f5 /www/apache/patches/patch-aa
parentd8036b7cad0220d8af1f56535e5b5a72333fab6f (diff)
downloadpkgsrc-67913bdb34b5db6ac1ee306156d95898496da143.tar.gz
Update to 1.3b7 and rework the Makefile:
- Now uses APACI, Apache's GNU-autoconf-style (but not GNU autoconf) configuration system to configure, build, and install - Enables build and install of all `support' tools - Enables use of shared modules, and compiles mod_include dynamically - Installs the Apache user manual by default.
Diffstat (limited to 'www/apache/patches/patch-aa')
-rw-r--r--www/apache/patches/patch-aa80
1 files changed, 0 insertions, 80 deletions
diff --git a/www/apache/patches/patch-aa b/www/apache/patches/patch-aa
deleted file mode 100644
index c7046519914..00000000000
--- a/www/apache/patches/patch-aa
+++ /dev/null
@@ -1,80 +0,0 @@
---- Configuration.orig Wed Nov 19 16:49:57 1997
-+++ Configuration Wed Feb 18 15:55:51 1998
-@@ -43,11 +43,11 @@
- #
- EXTRA_CFLAGS=
- EXTRA_LDFLAGS=
--EXTRA_LIBS=
-+EXTRA_LIBS= -lcrypt
- EXTRA_INCLUDES=
-
- #CC=
--#OPTIM=-O2
-+OPTIM=-O2
- #RANLIB=
-
- ################################################################
-@@ -181,12 +181,12 @@
- ## STATUS=yes (see the Rules section near the start of this file) to allow
- ## full status information. Check conf/access.conf on how to enable this.
-
--# AddModule modules/standard/mod_status.o
-+AddModule modules/standard/mod_status.o
-
- ## The Info module displays configuration information for the server and
- ## all included modules. It's very useful for debugging.
-
--# AddModule modules/standard/mod_info.o
-+AddModule modules/standard/mod_info.o
-
- ## mod_include translates server-side include (SSI) statements in text files.
- ## mod_autoindex handles requests for directories which have no index file
-@@ -230,7 +230,7 @@
- ## NOTE: You do not want this module UNLESS you are running a proxy;
- ## it is not needed for normal (origin server) operation.
-
--# AddModule modules/proxy/libproxy.a
-+AddModule modules/proxy/libproxy.a
-
- ## The Alias module provides simple URL translation and redirection.
-
-@@ -240,7 +240,7 @@
- ## URI-to-filename mapping using a regular expression based
- ## rule-controlled rewriting engine.
-
--# AddModule modules/standard/mod_rewrite.o
-+AddModule modules/standard/mod_rewrite.o
-
- ##
- ## Access control and authentication modules.
-@@ -264,7 +264,7 @@
- ## "digest" implements HTTP Digest Authentication rather than the less
- ## secure Basic Auth used by the other modules.
-
--# AddModule modules/standard/mod_digest.o
-+AddModule modules/standard/mod_digest.o
-
- ## Optional response header manipulation modules.
- ##
-@@ -276,12 +276,12 @@
- ## The expires module can apply Expires: headers to resources,
- ## as a function of access time or modification time.
-
--# AddModule modules/standard/mod_expires.o
-+AddModule modules/standard/mod_expires.o
-
- ## The headers module can set arbitrary HTTP response headers,
- ## as configured in server, vhost, access.conf or .htaccess configs
-
--# AddModule modules/standard/mod_headers.o
-+AddModule modules/standard/mod_headers.o
-
- ## Miscellaneous modules
- ##
-@@ -313,3 +313,6 @@
- ## systems, hence it is not included by default.
-
- # AddModule modules/standard/mod_unique_id.o
-+
-+## PHP3
-+#AddModule modules/extra/mod_php3.o