From danm@prime.gushi.org  Sat Sep 11 05:47:34 2004
Return-Path: <danm@prime.gushi.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 31BD516A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 11 Sep 2004 05:47:34 +0000 (GMT)
Received: from prime.gushi.org (prime.gushi.org [65.125.228.130])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B364343D3F
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 11 Sep 2004 05:47:33 +0000 (GMT)
	(envelope-from danm@prime.gushi.org)
Received: from prime.gushi.org (danm@localhost.com [127.0.0.1] (may be forged))
	by prime.gushi.org (8.13.1/8.13.1) with ESMTP id i8B5lfD7027777
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO)
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 11 Sep 2004 01:47:41 -0400 (EDT)
Received: (from danm@localhost)
	by prime.gushi.org (8.13.1/8.13.1/Submit) id i8B5leIc027776;
	Sat, 11 Sep 2004 01:47:40 -0400 (EDT)
Message-Id: <200409110547.i8B5leIc027776@prime.gushi.org>
Date: Sat, 11 Sep 2004 01:47:40 -0400 (EDT)
From: Dan Mahoney <danm@prime.gushi.org>
Reply-To: Dan Mahoney <danm@prime.gushi.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Sendmail is built and installed on a buildworld despite make.conf settings
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         71580
>Category:       bin
>Synopsis:       Sendmail is built and installed on a buildworld despite make.conf settings
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 11 05:50:32 GMT 2004
>Closed-Date:    Sat Jul 30 01:30:43 GMT 2005
>Last-Modified:  Sat Jul 30 01:30:43 GMT 2005
>Originator:     Dan Mahoney
>Release:        FreeBSD 4.10-RELEASE-p2 i386
>Organization:
Gushi Systems
>Environment:
>Description:

Desite the following make.conf:

LOADER_TFTP_SUPPORT=YES
NO_SENDMAIL=   true
CFLAGS= -O -pipe
WITHOUT_X11=yes
NO_X=true
# -- use.perl generated deltas -- #
# Created: Sat Jun 15 05:08:59 2002
# Setting to use base perl from ports:
PERL_VER=5.6.1
PERL_VERSION=5.6.1
PERL_ARCH=mach
NOPERL=yo
NO_PERL=yo
NO_PERL_WRAPPER=yo

A custom sendmail is still compiled and overwritten on a buildworld/installworld.

>How-To-Repeat:

Perform a make buildworld under FreeBSD 4.x

>Fix:

Manually recompile and reinstall sendmail after a buildworld.

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: simon 
State-Changed-When: Sat Sep 11 15:03:08 GMT 2004 
State-Changed-Why:  
Are you sure it's sendmail thats being installed, and not the 
mailwrappers which is what's installed as e.g. /usr/sbin/sendmail. 

Try setting NO_MAILWRAPPER=yes in your make.conf and see if that 
doesn't fix the problem. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=71580 
State-Changed-From-To: feedback->closed 
State-Changed-By: kris 
State-Changed-When: Sat Jul 30 01:30:32 GMT 2005 
State-Changed-Why:  
Feedback timeout 

http://www.freebsd.org/cgi/query-pr.cgi?pr=71580 
>Unformatted:
 >System: FreeBSD prime.gushi.org 4.10-RELEASE-p2 FreeBSD 4.10-RELEASE-p2 #0: Fri Sep 10 21:53:55 EDT 2004 danm@prime.gushi.org:/usr/obj/usr/src/sys/PRIME49 i386
 
