Bug 61650

Summary: Allow databases/py-bsddb to use any of the db4* ports
Product: Ports & Packages Reporter: Scot W. Hetzel <hetzelsw>
Component: Individual Port(s)Assignee: Hye-Shik Chang <perky>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Scot W. Hetzel 2004-01-20 22:20:12 UTC
	Currently, the py-bsddb port will only builds with
	the db3, db4 or db41 ports.  It is missing support for
	building with the db42 port.

Fix: The following patch allows anyone to choose which version
	of the Berkley DB to use by defining WITH_DB3, WITH_DB4,
	or WITH_BDB_VER when building the port.

	NOTE: WITH_DB3 overrides WITH_BDB_VER, while WITH_DB4 does
	not override WITH_BDB_VER.
How-To-Repeat: 	Install databases/db42 and databases/py-bsddbi (db41 installed by default).
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2004-01-21 11:15:58 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perky

Over to maintainer.
Comment 2 Hye-Shik Chang freebsd_committer freebsd_triage 2004-01-26 01:55:05 UTC
State Changed
From-To: open->closed

Committed. Thanks!