ports/83070: [PATCH] mail/simscan: fix WITHOUT_CLAMAV option
Renato Botelho
freebsd at galle.com.br
Wed Jul 6 18:30:16 UTC 2005
>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 at 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:
More information about the freebsd-ports-bugs
mailing list