Change 17838 by [EMAIL PROTECTED] on 2002/09/04 13:41:27
Subject: [PATCHes] Still no working Berkeley DB in OS X 10.2
From: =?ISO-8859-1?Q?Kay_R=F6pke?= <[EMAIL PROTECTED]>
Date: Tue, 3 Sep 2002 13:46:18 +0200
Message-Id: <[EMAIL PROTECTED]>
Affected files ...
.... //depot/perl/ext/DB_File/t/db-btree.t#15 edit
.... //depot/perl/ext/DB_File/t/db-recno.t#21 edit
Differences ...
==== //depot/perl/ext/DB_File/t/db-btree.t#15 (xtext) ====
Index: perl/ext/DB_File/t/db-btree.t
--- perl/ext/DB_File/t/db-btree.t#14~17836~ Wed Sep 4 06:35:36 2002
+++ perl/ext/DB_File/t/db-btree.t Wed Sep 4 06:41:27 2002
@@ -24,7 +24,7 @@
&& $Config{db_version_patch} == 0) {
warn <<EOM;
#
-# This test is known to crash in Mac OS X versions 10.1.4 (or earlier)
+# This test is known to crash in Mac OS X versions 10.2 (or earlier)
# because of the buggy Berkeley DB version included with the OS.
#
EOM
==== //depot/perl/ext/DB_File/t/db-recno.t#21 (xtext) ====
Index: perl/ext/DB_File/t/db-recno.t
--- perl/ext/DB_File/t/db-recno.t#20~17836~ Wed Sep 4 06:35:36 2002
+++ perl/ext/DB_File/t/db-recno.t Wed Sep 4 06:41:27 2002
@@ -112,7 +112,7 @@
&& $Config{db_version_patch} == 0) {
print STDERR <<EOM ;
#
-# For example Mac OS X 10.1.4 (or earlier) has such an old
+# For example Mac OS X 10.2 (or earlier) has such an old
# version of Berkeley DB.
EOM
}
End of Patch.