summaryrefslogtreecommitdiff
path: root/www/apache13/files/patch-ac
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2012-01-01 19:30:58 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2012-01-01 19:30:58 +0000
commit2c96f26a12ae4d0474c70d61c6cab483c2865f49 (patch)
tree3d7591c78a947273efae6c582aacdca524e69528 /www/apache13/files/patch-ac
parent- Move all the fetching into fetch phase (diff)
- remove apache13 and ports depending on apache13 from portstree
( EXPIRATION_DATE=2012-01-01 ) with hat apache@
Notes
Notes: svn path=/head/; revision=288378
Diffstat (limited to 'www/apache13/files/patch-ac')
-rw-r--r--www/apache13/files/patch-ac31
1 files changed, 0 insertions, 31 deletions
diff --git a/www/apache13/files/patch-ac b/www/apache13/files/patch-ac
deleted file mode 100644
index f4f02e80cbc2..000000000000
--- a/www/apache13/files/patch-ac
+++ /dev/null
@@ -1,31 +0,0 @@
---- 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" \