ports/55611: Clamav port package build fails on 5.x when NO_SENDMAIL is set

TERAMOTO Masahiro markun at onohara.to
Sun Nov 2 06:50:19 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+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 15:48:17 +0900

 Thank you for patch.
 
 I make patch (merge ports/58036). Please commit.
 http://www.freebsd.org/cgi/query-pr.cgi?pr=58036
 
 
 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 06:42:45 -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
 @@ -40,6 +40,8 @@
  MAN5=		clamav.conf.5
  MAN8=		clamd.8
  
 +CONFLICTS=	clamav-devel-*
 +
  CLAMD_SOCKET?=	/var/run/clamav/clamd
  
  CONFLICTS=	clamav-devel-*
 @@ -73,7 +75,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
    markun at onohara.to
 



More information about the freebsd-ports-bugs mailing list