Date: Wed, 7 Sep 2005 10:04:24 -0400 (EDT) From: Vivek Khera <vivek@khera.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/85834: security/amavisd-new builds milter program even when not requested Message-ID: <20050907140424.488363EE6@lorax.kcilink.com> Resent-Message-ID: <200509071410.j87EA3EN096965@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 85834 >Category: ports >Synopsis: security/amavisd-new builds milter program even when not requested >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Sep 07 14:10:02 GMT 2005 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050907140424.488363EE6>