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


1.5
date	2003.11.09.00.42.20;	author jeh;	state dead;
branches;
next	1.4;

1.4
date	2002.09.15.12.34.16;	author dinoex;	state Exp;
branches;
next	1.3;

1.3
date	2000.04.27.16.14.45;	author knu;	state Exp;
branches;
next	1.2;

1.2
date	2000.02.12.09.02.44;	author kris;	state Exp;
branches;
next	1.1;

1.1
date	99.09.27.02.21.32;	author steve;	state Exp;
branches;
next	;


desc
@@


1.5
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
@--- SSLpatch.orig	Thu Jun 20 13:00:27 2002
+++ SSLpatch	Sun Sep 15 14:18:42 2002
@@@@ -60,9 +60,9 @@@@
 +SSL_BASE=/usr/local/ssl
 +SSL_INCLUDE= -I$(SSL_BASE)/include
 +SSL_CFLAGS= -DAPACHE_SSL
-+SSL_LIB_DIR=/usr/local/ssl/lib
-+SSL_LIBS= -L$(SSL_LIB_DIR) -lssl -lcrypto
-+SSL_APP_DIR=/usr/local/ssl/bin
++SSL_LIB_DIR=$(SSL_BASE)
++SSL_LIBS= -L$(SSL_LIB_DIR) -lssl -lcrypto $(EXTRA_SSL_LIBS)
++SSL_APP_DIR=$(SSL_BASE)/apps
 +SSL_APP=/usr/local/ssl/bin/openssl
 +
  ################################################################
@


1.4
log
@Update to 1.3.26+ssl_1.48
removed FORBIDDEN
@
text
@@


1.3
log
@This is a part of update to 1.3.12+1.40.  For the rest, please see the
Makefile's commit log.

(Actually I had a CVS problem, and Peter has fixed it for me)

		*		*		*		*

- Add patch-at to correctly build on FreeBSD 5.0+.

PR:		ports/17404
Submitted by:	Khetan H. Gajjar <khetan@@freebsd.os.org.za>

- Mark `WWW:' in DESCR.

Noticed by:	portlint
@
text
@d1 4
a4 3
--- SSLpatch.orig	Thu Sep  9 14:40:45 1999
+++ SSLpatch	Sun Sep 26 20:21:09 1999
@@@@ -95,7 +95,7 @@@@
d7 1
a7 1
 +SSL_LIB_DIR= $(SSL_BASE)
d9 2
d12 2
a13 2
 +SSL_APP_DIR= $(SSL_BASE)/apps
 +SSL_APP=/usr/home/ben/work/openssl/apps/openssl
d15 1
@


1.2
log
@USE_OPENSSL

Submitted by:	Jim Bloom <bloom@@acm.org>
@
text
@d8 1
a8 1
++SSL_LIBS= -L$(OPENSSLLIB) -lssl -lcrypto $(EXTRA_SSL_LIBS)
@


1.1
log
@Update this to version 1.3.9+1.37.

PR:		13804
Submitted by:	maintainer
@
text
@d8 1
a8 1
++SSL_LIBS= -L$(SSL_LIB_DIR) -lssl -lcrypto $(EXTRA_SSL_LIBS)
@

