ports/55611: Clamav port package build fails on 5.x when NO_SENDMAIL is set
TERAMOTO Masahiro
markun at onohara.to
Sun Nov 2 09:50:25 UTC 2003
The following reply was made to PR ports/55611; it has been noted by GNATS.
From: TERAMOTO Masahiro <markun at onohara.to>
To: freebsd-gnats-submit at FreeBSD.org, patl at onohara.to,
freebsd at volant.org
Cc:
Subject: Re: ports/55611: Clamav port package build fails on 5.x when NO_SENDMAIL is set
Date: Sun, 02 Nov 2003 18:48:43 +0900
sorry ports/58036 is closed.
Index: Makefile
===================================================================
RCS file: /home/repository/FreeBSD/ncvs/ports/security/clamav/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- Makefile 25 Oct 2003 20:52:32 -0000 1.12
+++ Makefile 2 Nov 2003 09:47:43 -0000
@@ -7,7 +7,7 @@
PORTNAME= clamav
PORTVERSION= 0.60
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= clamav
@@ -73,7 +73,7 @@
LDFLAGS+= -lcipher
.endif
-.if defined(WITH_MILTER)
+.if defined(WITH_MILTER) && ! defined(NO_SENDMAIL)
USE_GETOPT_LONG= yes
CONFIGURE_ARGS+= --enable-milter
PLIST_SUB+= CLAMAV-MILTER=""
--
TERAMOTO Masahiro($B;{K\(B $B>;90(B)
markun at onohara.to
More information about the freebsd-ports-bugs
mailing list