Bug 31865

Summary: libsmdb cannot exist if NO_SENDMAIL is true
Product: Base System Reporter: Joe Kelsey <joe>
Component: confAssignee: Gregory Neil Shapiro <gshapiro>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.4-STABLE   
Hardware: Any   
OS: Any   

Description Joe Kelsey 2001-11-09 02:30:01 UTC
	libsmdb depends on the existence of SENDMAIL_DIR.  If

Fix: 

Do not try to build libsmdb is NO_SENDMAIL is set.
How-To-Repeat: 	Remove all files and directories containing *sendmail*.
	Attempt to build.
Comment 1 Joe Kelsey 2001-11-10 21:27:58 UTC
libsmdb, libsmutil and vacation need to depend on NO_SENDMAIL.

Fix lib/Makefile to remove libsmdb and libsmutil when NO_SENDMAIL is true.

Fix usr.bin/Makefile to remove vacation when NO_SENDMAIL is true.
Comment 2 Crist J. Clark freebsd_committer freebsd_triage 2001-11-11 07:23:53 UTC
Responsible Changed
From-To: freebsd-bugs->gshapiro

Over to MAINTAINER.
Comment 3 Gregory Neil Shapiro freebsd_committer freebsd_triage 2001-11-14 02:48:11 UTC
State Changed
From-To: open->feedback

User submitted patch applied to both HEAD and RELENG_4
Comment 4 Gregory Neil Shapiro freebsd_committer freebsd_triage 2001-11-20 03:33:37 UTC
State Changed
From-To: feedback->closed

Patch applied.