Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Jul 2003 12:36:50 +0200
From:      Rob <rob@debank.tv>
To:        Yen-Ming Lee <leeym@freebsd.org>
Cc:        freebsd-ports-bugs@freebsd.org
Subject:   Re: ports/54701: maintainer update clamav-devel
Message-ID:  <3F1D13C2.7000304@debank.tv>
In-Reply-To: <200307220110.h6M1ALFA033181@freefall.freebsd.org>
References:  <200307220110.h6M1ALFA033181@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Mmmm, with clamav-milter being a knob in the Makefile, pkg-descr also 
needs updating. Below is a new patch with the 'cosmetic' update.

cheers
Rob Evers

------------------------------------------------------------------

diff -ruN clamav-devel.orig/Makefile clamav-devel/Makefile
--- clamav-devel.orig/Makefile  Sun Jul 20 17:19:09 2003
+++ clamav-devel/Makefile       Tue Jul 22 11:28:43 2003
@@ -6,7 +6,7 @@
  #

  PORTNAME=      clamav
-PORTVERSION=   20030705
+PORTVERSION=   20030720
  CATEGORIES=    security
  MASTER_SITES=  http://clamav.elektrapro.com/snapshot/ \
                 http://clamav.essentkabel.com/snapshot/ \
@@ -39,8 +39,9 @@

  .include <bsd.port.pre.mk>

-.if ${OSVERSION} > 500000
-CONFIGURE_ARGS+=       --enable-milter
+.if defined(WITH_MILTER)
+USE_GCC=       3.2
+CONFIGURE_ARGS+=        --enable-milter
  PLIST_SUB+=    CLAMAV-MILTER:=""
  .else
  PLIST_SUB+=    CLAMAV-MILTER:="@comment "
diff -ruN clamav-devel.orig/distinfo clamav-devel/distinfo
--- clamav-devel.orig/distinfo  Sun Jul 20 17:19:09 2003
+++ clamav-devel/distinfo       Tue Jul 22 10:55:17 2003
@@ -1 +1 @@
-MD5 (clamav-20030705.tar.gz) = 1fc4f7d79a8ee9acbb30be897c2780d5
+MD5 (clamav-20030720.tar.gz) = c41afa07fb6ea7795b3d7c01dc2d219b
diff -ruN clamav-devel.orig/pkg-descr clamav-devel/pkg-descr
--- clamav-devel.orig/pkg-descr Sun Jul 20 17:19:09 2003
+++ clamav-devel/pkg-descr      Tue Jul 22 12:33:56 2003
@@ -2,5 +2,5 @@
  is a command line virus scanner written entirely in C its
  database is kept up to date. It also detects polymorphic
  viruses, scans compressed files and is supported by AMaViS.
-On FreeBSD 4.X the milter interface isn't built by default because
-it needs gcc30 or higher.
+Optionally you can use the clamav-milter interface to connect
+clamav with sendmail.



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