From joe@zircon.seattle.wa.us  Thu Nov  8 18:22:07 2001
Return-Path: <joe@zircon.seattle.wa.us>
Received: from zircon.seattle.wa.us (sense-sea-CovadSub-0-228.oz.net [216.39.147.228])
	by hub.freebsd.org (Postfix) with SMTP id D2CA437B418
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  8 Nov 2001 18:22:01 -0800 (PST)
Received: (qmail 2212 invoked by uid 1001); 9 Nov 2001 02:22:12 -0000
Message-Id: <20011109022212.2211.qmail@zircon.seattle.wa.us>
Date: 9 Nov 2001 02:22:12 -0000
From: Joe Kelsey <joe@zircon.seattle.wa.us>
Reply-To: Joe Kelsey <joe@zircon.seattle.wa.us>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: libsmdb cannot exist if NO_SENDMAIL is true
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         31865
>Category:       conf
>Synopsis:       libsmdb cannot exist if NO_SENDMAIL is true
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    gshapiro
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 08 18:30:01 PST 2001
>Closed-Date:    Mon Nov 19 19:33:37 PST 2001
>Last-Modified:  Mon Nov 19 19:34:01 PST 2001
>Originator:     Joe Kelsey
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD zircon.zircon.seattle.wa.us 4.4-STABLE FreeBSD 4.4-STABLE #15: Sat Sep 15 23:37:46 PDT 2001 root@zircon.zircon.seattle.wa.us:/usr/obj/usr/src/sys/ZIRCON i386
>Description:
	libsmdb depends on the existence of SENDMAIL_DIR.  If
>How-To-Repeat:
	Remove all files and directories containing *sendmail*.
	Attempt to build.
>Fix:
	Do not try to build libsmdb is NO_SENDMAIL is set.

>Release-Note:
>Audit-Trail:

From: Joe Kelsey <joe@zircon.seattle.wa.us>
To: freebsd-gnats-submit@FreeBSD.org, joe@zircon.seattle.wa.us
Cc:  
Subject: Re: conf/31865: libsmdb cannot exist if NO_SENDMAIL is true
Date: Sat, 10 Nov 2001 13:27:58 -0800

 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.
 
Responsible-Changed-From-To: freebsd-bugs->gshapiro 
Responsible-Changed-By: cjc 
Responsible-Changed-When: Sat Nov 10 23:23:53 PST 2001 
Responsible-Changed-Why:  
Over to MAINTAINER. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31865 
State-Changed-From-To: open->feedback 
State-Changed-By: gshapiro 
State-Changed-When: Tue Nov 13 18:48:11 PST 2001 
State-Changed-Why:  
User submitted patch applied to both HEAD and RELENG_4 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31865 
State-Changed-From-To: feedback->closed 
State-Changed-By: gshapiro 
State-Changed-When: Mon Nov 19 19:33:37 PST 2001 
State-Changed-Why:  
Patch applied. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31865 
>Unformatted:
 >NO_SENDMAIL is set, then, obviously libsmdb cannot exist.
