[Bug 224492] mail/mimedefang fails seeking clamav when configured not to

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Dec 22 17:05:20 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224492

--- Comment #2 from mstowe at chicago.us.mensa.org ---
It's something to add [back] to the Makefile, the missing options. 
Specifically, this clause was in the 2.78 Makefile:

.if defined (MIMEDEFANG_DISABLE_CLAMAV) || ! ${PORT_OPTIONS:MCLAMAV}
CONFIGURE_ARGS+=        --disable-antivirus \
                        --disable-clamav \
                        --disable-clamd
.else
BUILD_DEPENDS+= clamscan:${PORTSDIR}/security/clamav
RUN_DEPENDS+=   clamscan:${PORTSDIR}/security/clamav
.endif

In the new Makefile, this has been replaced with the inexplicably hard-coded:

CLAMAV_BUILD_DEPENDS+=          clamscan:security/clamav
CLAMAV_RUN_DEPENDS+=            clamscan:security/clamav
CLAMAV_CONFIGURE_ENABLE+=       antivirus clamav clamd

Though the config hasn't had the "ClamAV" option removed, so I assume it's an
oversight, and not a campaign to force people to install and use ClamAV.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list