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


1.2
date	2012.01.01.19.30.36;	author ohauer;	state dead;
branches;
next	1.1;

1.1
date	2004.06.05.14.25.18;	author pav;	state Exp;
branches;
next	;


desc
@@


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

with hat apache@@
@
text
@--- src/modules/standard/mod_auth_db.module.bak	Tue Oct 16 13:12:02 2001
+++ src/modules/standard/mod_auth_db.module	Thu Feb 20 12:55:19 2003
@@@@ -4,23 +4,23 @@@@
     DB_LIB=''
     if ./helpers/TestCompile func db_create; then
         DB_VERSION='Berkeley-DB/3.x'
-    elif ./helpers/TestCompile lib db db_create; then
+    elif ./helpers/TestCompile lib dbXXX db_create; then
         DB_VERSION='Berkeley-DB/3.x'
         DB_LIB='-ldb'
     elif ./helpers/TestCompile func db_open; then
         DB_VERSION='Berkeley-DB/2.x'
-    elif ./helpers/TestCompile lib db db_open; then
+    elif ./helpers/TestCompile lib dbXXX db_open; then
         DB_VERSION='Berkeley-DB/2.x'
         DB_LIB='-ldb'
-    elif ./helpers/TestCompile lib db2 db_open; then
+    elif ./helpers/TestCompile lib db2XXX db_open; then
         DB_VERSION='Berkeley-DB/2.x'
         DB_LIB='-ldb2'
     elif ./helpers/TestCompile func dbopen; then
         DB_VERSION='Berkeley-DB/1.x'
-    elif ./helpers/TestCompile lib db dbopen; then
+    elif ./helpers/TestCompile lib dbXXX dbopen; then
         DB_VERSION='Berkeley-DB/1.x'
         DB_LIB='-ldb'
-    elif ./helpers/TestCompile lib db1 dbopen; then
+    elif ./helpers/TestCompile lib db1XXX dbopen; then
         DB_VERSION='Berkeley-DB/1.x'
         DB_LIB='-ldb1'
     elif TCADDINCL='#include <db.h>' INCLUDES1="$INCLUDES1 -I/usr/include/db1" TLIB="-ldb1" \
@


1.1
log
@Add apache13-modperl, an Apache web server with mod_perl statically compiled in.

PR:		ports/67051
Submitted by:	Rod Taylor <ports@@rbt.ca>
@
text
@@

