From vivek@lorax.kcilink.com  Wed Sep  7 14:04:26 2005
Return-Path: <vivek@lorax.kcilink.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 648AF16A41F
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  7 Sep 2005 14:04:26 +0000 (GMT)
	(envelope-from vivek@lorax.kcilink.com)
Received: from lorax.kcilink.com (lorax.kcilink.com [206.112.95.1])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 0305243D45
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  7 Sep 2005 14:04:25 +0000 (GMT)
	(envelope-from vivek@lorax.kcilink.com)
Received: from localhost (localhost [127.0.0.1])
	by lorax.kcilink.com (Postfix) with ESMTP id 0B02B3EE8
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  7 Sep 2005 10:04:25 -0400 (EDT)
Received: from lorax.kcilink.com ([127.0.0.1])
 by localhost (lorax.kcilink.com [127.0.0.1]) (amavisd-new, port 10024)
 with LMTP id 87162-01 for <FreeBSD-gnats-submit@freebsd.org>;
 Wed,  7 Sep 2005 10:04:24 -0400 (EDT)
Received: by lorax.kcilink.com (Postfix, from userid 120)
	id 488363EE6; Wed,  7 Sep 2005 10:04:24 -0400 (EDT)
Message-Id: <20050907140424.488363EE6@lorax.kcilink.com>
Date: Wed,  7 Sep 2005 10:04:24 -0400 (EDT)
From: Vivek Khera <vivek@khera.org>
Reply-To: Vivek Khera <vivek@khera.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: security/amavisd-new builds milter program even when not requested
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         85834
>Category:       ports
>Synopsis:       security/amavisd-new builds milter program even when not requested
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    lawrance
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 07 14:10:02 GMT 2005
>Closed-Date:    Mon Oct 17 13:59:38 GMT 2005
>Last-Modified:  Mon Oct 17 13:59:38 GMT 2005
>Originator:     Vivek Khera
>Release:        FreeBSD 4.11-STABLE i386
>Organization:
>Environment:
System: FreeBSD lorax.kcilink.com 4.11-STABLE FreeBSD 4.11-STABLE #24: Fri May 13 16:08:06 EDT 2005 vivek@lorax.kcilink.com:/u/lorax1/usr/obj/u/lorax1/usr/src/sys/LORAX i386


	
>Description:
	

building amavisd-new and de-selecting the MILTER option still results in the
milter helper program "amavis" being built.

>How-To-Repeat:
	

build amavisd-new without the MILTER option selected.

>Fix:

	


--- #Makefile~	Wed Sep  7 09:58:48 2005
+++ Makefile	Wed Sep  7 09:58:48 2005
@@ -72,7 +72,7 @@
 RC_SUFX=	.sh
 .endif
 
-.if !exists(/usr/lib/libmilter.a) && !exists(${PREFIX}/lib/libmilter.a)
+.if !defined(WITH_MILTER) || (!exists(/usr/lib/libmilter.a) && !exists(${PREFIX}/lib/libmilter.a))
 AMAVIS_NOAMAVIS="@comment "
 .endif
 
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->lawrance 
Responsible-Changed-By: lawrance 
Responsible-Changed-When: Fri Sep 9 00:06:59 GMT 2005 
Responsible-Changed-Why:  
Take 

http://www.freebsd.org/cgi/query-pr.cgi?pr=85834 
State-Changed-From-To: open->feedback 
State-Changed-By: lawrance 
State-Changed-When: Fri Sep 9 11:09:07 GMT 2005 
State-Changed-Why:  
Ask maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=85834 

From: Sam Lawrance <lawrance@FreeBSD.org>
To: vivek@khera.org, bug-followup@FreeBSD.org, blaz@si.FreeBSD.org
Cc:  
Subject: Re: ports/85834: security/amavisd-new builds milter program even
	when not requested
Date: Fri, 09 Sep 2005 21:11:46 +1000

 Dear maintainer of FreeBSD port security/amavisd-new,
 
 Do you approve the changes at
 http://www.freebsd.org/cgi/query-pr.cgi?pr=85834 ?
 
 Cheers
 Sam
 
 -- 
 Sam Lawrance                            lawrance@FreeBSD.org
 ph +61 0425 228 579                    boris@brooknet.com.au
 
 
 

From: Blaz Zupan <blaz@amis.net>
To: Sam Lawrance <lawrance@FreeBSD.org>
Cc: vivek@khera.org,  bug-followup@FreeBSD.org
Subject: Re: ports/85834: security/amavisd-new builds milter program even
 when not requested
Date: Mon, 12 Sep 2005 09:18:06 +0200

 > Dear maintainer of FreeBSD port security/amavisd-new,
 > 
 > Do you approve the changes at
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=85834 ?
 
 Looks fine, please commit.
State-Changed-From-To: feedback->open 
State-Changed-By: lawrance 
State-Changed-When: Tue Sep 13 03:08:47 GMT 2005 
State-Changed-Why:  
Maintainer digs it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=85834 
State-Changed-From-To: open->closed 
State-Changed-By: lawrance 
State-Changed-When: Mon Oct 17 13:59:19 GMT 2005 
State-Changed-Why:  
Committed.  Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=85834 
>Unformatted:
