Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Oct 2004 13:36:54 +0100 (BST)
From:      Matt <matt@xtaz.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/72961: Update port: security/clamassassin
Message-ID:  <20041021123654.3A4388FC86@arizona.xtaz.net>
Resent-Message-ID: <200410211240.i9LCeSNr044697@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         72961
>Category:       ports
>Synopsis:       Update port: security/clamassassin
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 21 12:40:27 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Matt
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD arizona.xtaz.net 5.3-STABLE FreeBSD 5.3-STABLE #0: Sun Oct 17 11:23:38 BST 2004 root@colorado.xtaz.net:/usr/obj/usr/src/sys/ARIZONA i386


>Description:
	The port security/clamassassin will fail with a configure error
	if mail/procmail is not installed. There is a missing dependancy.
>How-To-Repeat:
	Install security/clamassassin whilst mail/procmail is not installed.
>Fix:


--- /usr/ports/security/clamassassin/Makefile   Sat Oct 16 02:26:41 2004
+++ /root/Makefile      Thu Oct 21 13:20:59 2004
@@ -7,13 +7,15 @@

 PORTNAME=      clamassassin
 PORTVERSION=   1.2.2
+PORTREVISION=  1
 CATEGORIES=    security
 MASTER_SITES=  http://drivel.com/clamassassin/

 MAINTAINER=    ports@freebsd.org
 COMMENT=       A simple virus filter wrapper for ClamAV

-BUILD_DEPENDS= sigtool:${PORTSDIR}/security/clamav
+BUILD_DEPENDS= sigtool:${PORTSDIR}/security/clamav \
+               formail:${PORTSDIR}/mail/procmail
 RUN_DEPENDS=   ${BUILD_DEPENDS}

 PLIST_FILES=   bin/clamassassin

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041021123654.3A4388FC86>