diff options
author | ade <ade@FreeBSD.org> | 2002-08-23 03:34:32 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2002-08-23 03:34:32 +0800 |
commit | 4b9e0f07bfdac7575be92aeb13c065ff2cb91b42 (patch) | |
tree | db18b91a7faf4960db603dd768fe71b2fa6c9968 /databases/db/pkg-descr | |
parent | 664e06eb6023c34236e75e5a31c39f0941cf2a6b (diff) | |
download | freebsd-ports-gnome-4b9e0f07bfdac7575be92aeb13c065ff2cb91b42.tar.gz freebsd-ports-gnome-4b9e0f07bfdac7575be92aeb13c065ff2cb91b42.tar.zst freebsd-ports-gnome-4b9e0f07bfdac7575be92aeb13c065ff2cb91b42.zip |
BerkeleyDB cleanup - stage 3
Version 2 of Berkeley DB has been repo-copied to databases/db2, for
naming consistency with the other ports. Fix dependencies accordingly.
Diffstat (limited to 'databases/db/pkg-descr')
-rw-r--r-- | databases/db/pkg-descr | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/databases/db/pkg-descr b/databases/db/pkg-descr deleted file mode 100644 index 58fd9f837cea..000000000000 --- a/databases/db/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -Revesion 2 of the Berkeley DB library. This version uses an incompatible -underlying database format than revision 1 and a different standard API. -Utilities are included in the distribution to convert v1.85 databases to v2 -databases, and a backwards compatible API is provided to maintain -compatibility with programs using the v1.85 interface. - -There are minor interface changes in this release which may require that DB -applications be modified and recompiled. For a complete discussion of -interface changes, see: - -http://www.sleepycat.com/update/ - -WWW: http://www.sleepycat.com/ |