Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Jul 2005 15:20:07 -0300 (BRST)
From:      Renato Botelho <freebsd@galle.com.br>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        toxa@toxahost.ru
Subject:   ports/83070: [PATCH] mail/simscan: fix WITHOUT_CLAMAV option
Message-ID:  <200507061820.j66IK7VW052445@data.galle.com.br>
Resent-Message-ID: <200507061830.j66IUFah012164@freefall.freebsd.org>

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

>Number:         83070
>Category:       ports
>Synopsis:       [PATCH] mail/simscan: fix WITHOUT_CLAMAV option
>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:   Wed Jul 06 18:30:14 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Renato Botelho
>Release:        FreeBSD 5.4-RELEASE-p3 i386
>Organization:
Galle Folheados - http://www.galle.com.br
>Environment:
System: FreeBSD data.galle.com.br 5.4-RELEASE-p3 FreeBSD 5.4-RELEASE-p3 #2: Thu Jun 30 10:57:16 BRST 2005
>Description:
- Fix WITHOUT_CLAMAV option

Port maintainer (toxa@toxahost.ru) is cc'd.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- simscan-1.1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/simscan/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	3 Apr 2005 16:04:21 -0000	1.1
+++ Makefile	6 Jul 2005 18:21:09 -0000
@@ -45,7 +45,7 @@
 		--enable-workdir=${WORKDIR}
 
 .if defined(WITHOUT_CLAMAV)
-CONFIGURE_ARGS+=-enable-clamav=n
+CONFIGURE_ARGS+=	--enable-clamav=n
 .else
 BUILD_DEPENDS+=	clamdscan:${PORTSDIR}/security/clamav
 .endif
--- simscan-1.1.patch ends here ---

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



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