Bug 21411

Summary: Cyrus-SASL autodetected DB3, but fails to find includes
Product: Ports & Packages Reporter: Scot W. Hetzel <hetzels>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
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 2000-09-20 05:40:01 UTC
  By default cyrus-sasl autodetects the databases (berkeley, gdbm, ndbm, none) 
that it is going to use.  When DB3 is installed on a system, it fails to
build db_berkley.c, due to it doesn't know where the DB3 include files are
located.

Fix: Fixed the problem by defaulting Cyrus-SASL to use ndbm, and made DB3 an option.

	Changed Files:
	  Makefile
	  patches/patch-ab
	  scripts/configure.sasl
Comment 1 jeh freebsd_committer freebsd_triage 2000-10-24 03:03:20 UTC
State Changed
From-To: open->closed

Committed.  Thanks.