Bug 55658 - [PATCH] databases/tdb: update to 1.0.6
Summary: [PATCH] databases/tdb: update to 1.0.6
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Kirill Ponomarev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-17 12:10 UTC by Matthias Andree
Modified: 2003-08-17 19:28 UTC (History)
0 users

See Also:


Attachments
tdb-1.0.6.patch (2.12 KB, patch)
2003-08-17 12:10 UTC, Matthias Andree
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Andree 2003-08-17 12:10:18 UTC
TDB does not depend on GDBM, this patch removes the GDBM dependency.

TDB only uses GDBM when present for the selftest code that optionally runs
at build time, but a bug in the GDBM detection code breaks the build when
GDBM is missing. This update to the port integrates Conrad Parker's patch
to allow TDB to build when GDBM isn't installed. The patch was taken from
SourceForge bug #603739, see
http://sourceforge.net/tracker/download.php?group_id=9569&atid=109569&file_id=30318&aid=603739

COMMITTER BEWARE, this patch adds a file, files/patch-tdbspeed-gdbm,
remember to add directory and file to CVS! (If you want to be extra sure,
"pkg_remove gdbm" before test building this tdb port.)

Generated with FreeBSD Port Tools 0.25
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2003-08-17 14:02:33 UTC
Responsible Changed
From-To: freebsd-ports-bugs->krion

I'll handle this.
Comment 2 Kirill Ponomarev freebsd_committer freebsd_triage 2003-08-17 19:28:10 UTC
State Changed
From-To: open->closed

Committed, thanks!