head	1.3;
access;
symbols
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.2
	RELEASE_4_2_0:1.2
	RELEASE_4_1_1:1.2
	RELEASE_4_1_0:1.2
	RELEASE_3_5_0:1.2
	RELEASE_4_0_0:1.2
	RELEASE_3_4_0:1.2
	RELEASE_3_3_0:1.2
	RELEASE_3_2_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2003.11.09.00.42.20;	author jeh;	state dead;
branches;
next	1.2;

1.2
date	99.06.02.07.20.46;	author dirk;	state Exp;
branches;
next	1.1;

1.1
date	99.04.10.07.53.03;	author dirk;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Changelog:
	- Sync with apache13 layout (and some patches)
	- use DOCSDIR
	- Add no_zombies.patch
	- use DIST_SUBDIR=apache

Removed files:
	- files/patch-aq
	- files/patch-ar

Added files:
	- files/patch-httpd.conf-dist
	- files/post-patch-conf:httpd.conf-dist.orig
	- files/patch-FixPatch
	- files/patch-SSLpatch
	- files/patch-Makefile.tmpl
	- files/patch-src::modules::standard::mod_auth_db.module
	- files/patch-src::support::dbmanage
	- files/patch-src::support::log_server_status
	- files/patch-configure

PR:		58403
Submitted By:	MAINTAINER
@
text
@--- FixPatch.orig	Sun May 23 13:34:08 1999
+++ FixPatch	Mon May 31 09:03:49 1999
@@@@ -112,13 +112,6 @@@@
 	echo "Your version of patch is out-of-date. You need patch 2.1 or 2.5."
 fi
 
-echo -n "Do you want me to apply the fixed-up Apache-SSL patch for you? [n] "
-read ans
-echo $ans | grep -i "^[ \t]*y" >/dev/null
-if [ $? = 0 ]; then
-    patch -p1 <SSLpatch.fixed-up
-else
-    echo "OK, I won't apply the fixed-up patch.  I've left it in SSLpatch.fixed-up";
-fi
+patch -p1 <SSLpatch.fixed-up
 
 exit
@


1.2
log
@- Upgrade to Apache-SSL 1.35.
- include ${PREFIX}/include/openssl due to openssl upgrade.

Submitted by:	Ralf S. Engelschall <rse@@FreeBSD.org>
@
text
@@


1.1
log
@Upgrade to Apache 1.3.6 and Apache-SSL 1.32.

PR:		ports/10966
Submitted by:	Adam Laurie <adam@@algroup.co.uk>
@
text
@d1 3
a3 12
--- FixPatch.orig	Mon Jan 18 17:22:23 1999
+++ FixPatch	Wed Apr  7 21:50:59 1999
@@@@ -15,7 +15,7 @@@@
 SSL_ABS_PATHS="/usr/local/*/SSLeay-* /usr/local/*/*/SSLeay-* /opt/*/SSLeay-*
 /opt/*/*/SSLeay-* /usr/local/*/openssl-* /usr/local/*/*/openssl-*
 /opt/*/openssl-* /opt/*/*/openssl-*";
-SSL_INST_DIR=/usr/local/ssl
+SSL_INST_DIR="/usr/local/ssl $PREFIX"
 
 # Sort the paths
 RELDIRS=`echo $SSL_REL_PATHS | xargs -n 1 echo | sort -r`
@@@@ -111,13 +111,6 @@@@
@

