head	1.3;
access;
symbols
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2012.01.01.19.30.38;	author ohauer;	state dead;
branches;
next	1.2;

1.2
date	2006.01.14.13.59.20;	author clement;	state Exp;
branches;
next	1.1;

1.1
date	2003.11.09.00.42.20;	author jeh;	state Exp;
branches;
next	;


desc
@@


1.3
log
@- remove apache13 and ports depending on apache13 from portstree
  ( EXPIRATION_DATE=2012-01-01 )

with hat apache@@
@
text
@--- SSLpatch.orig	Sat Jan 14 13:45:38 2006
+++ SSLpatch	Sat Jan 14 13:47:30 2006
@@@@ -60,10 +60,10 @@@@
 +SSL_BASE=/usr
 +SSL_INCLUDE= -I$(SSL_BASE)/include
 +SSL_CFLAGS= -DAPACHE_SSL
-+SSL_LIB_DIR=/usr/lib
-+SSL_LIBS= -L$(SSL_LIB_DIR) -lssl -lcrypto
-+SSL_APP_DIR=/usr/bin
-+SSL_APP=/usr/bin/openssl
++SSL_LIB_DIR=$(SSL_BASE)
++SSL_LIBS= -L$(SSL_LIB_DIR) -lssl -lcrypto $(EXTRA_SSL_LIBS)
++SSL_APP_DIR=$(SSL_BASE)/bin
++SSL_APP=$(SSL_APP_DIR)/openssl
 +
  ################################################################
  # Name of the installed Apache HTTP webserver.
@


1.2
log
@- Update to 1.3.34+1.37
- Use new apache framework.
@
text
@@


1.1
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
@d1 4
a4 4
--- 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
d7 1
a7 1
-+SSL_LIB_DIR=/usr/local/ssl/lib
d9 2
a10 1
-+SSL_APP_DIR=/usr/local/ssl/bin
d13 2
a14 2
++SSL_APP_DIR=$(SSL_BASE)/apps
 +SSL_APP=/usr/local/ssl/bin/openssl
d17 1
@

