Upgrade the port to the latest stable version remove unnesessary LIB_DEPEND add --enable-bigstack option for BSD systems
Rob wrote: >>Number: 53632 >>Category: ports >>Synopsis: Update clamv port to 0.60 >>Confidential: no >>Severity: non-critical >>Priority: medium >>Responsible: freebsd-ports-bugs >>State: open >>Quarter: >>Keywords: >>Date-Required: >>Class: update >>Submitter-Id: current-users >>Arrival-Date: Mon Jun 23 05:00:30 PDT 2003 >>Closed-Date: >>Last-Modified: >>Originator: Rob Evers >>Release: FreeBSD 4.8-STABLE i386 and FreeBSD 5.1-CURRENT i386 >>Organization: >>Environment: > > System: FreeBSD haha.debank.tv 4.8-STABLE FreeBSD 4.8-STABLE #2: Sun Jun 8 23:25:20 CEST 2003 rob@haha.debank.tv:/usr/obj/usr/src/sys/HAHA i386 > > > > >>Description: > > Upgrade the port to the latest stable version > remove unnesessary LIB_DEPEND > add --enable-bigstack option for BSD systems > >>How-To-Repeat: > > >>Fix: > > > diff -r -u clamav/Makefile clamav2/Makefile > --- clamav/Makefile Mon Jun 23 13:17:35 2003 > +++ clamav2/Makefile Mon Jun 23 13:21:42 2003 > @@ -2,11 +2,11 @@ > # Date created: 15 July 2002 > # Whom: markun@onohara.to > # > -# $FreeBSD: /repoman/r/pcvs/ports/security/clamav/Makefile,v 1.7 2003/06/18 09:43:05 nork Exp $ > +# $FreeBSD: ports/security/clamav/Makefile,v 1.6 2003/06/11 16:58:37 nork Exp $ > # > > PORTNAME= clamav > -PORTVERSION= 0.54 > +PORTVERSION= 0.60 > PORTREVISION= 1 > CATEGORIES= security > MASTER_SITES= http://clamav.elektrapro.com/stable/ \ > @@ -22,7 +22,6 @@ > zoo:${PORTSDIR}/archivers/zoo \ > arc:${PORTSDIR}/archivers/arc \ > unzip:${PORTSDIR}/archivers/unzip > -LIB_DEPENDS= pth.20:${PORTSDIR}/devel/pth > > USE_GMAKE= yes > GNU_CONFIGURE= yes > @@ -30,7 +29,9 @@ > USE_LIBTOOL= yes > INSTALLS_SHLIB= yes > > -CONFIGURE_ARGS= --prefix=${PREFIX} --disable-clamav > +CONFIGURE_ARGS= --prefix=${PREFIX} \ > + --disable-clamav \ > + --enable-bigstack > > MAN1= clamscan.1 freshclam.1 sigtool.1 clamdscan.1 > MAN5= clamav.conf.5 > diff -r -u clamav/distinfo clamav2/distinfo > --- clamav/distinfo Mon Jun 23 13:17:35 2003 > +++ clamav2/distinfo Mon Jun 23 13:20:43 2003 > @@ -1 +1 @@ > -MD5 (clamav-0.54.tar.gz) = 1c2e2adffe9ed4d15fe2167dd7bad591 > +MD5 (clamav-0.60.tar.gz) = eddeba4e1f399f65bc71aa2b3e901543 > > > >>Release-Note: >>Audit-Trail: >>Unformatted: > > _______________________________________________ > freebsd-ports-bugs@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs > To unsubscribe, send any mail to "freebsd-ports-bugs-unsubscribe@freebsd.org" > This first diff isn't complete, pkg-plist and PORTREVISION wheren't properly updated, so a new diff is attached. Rob Evers
now clamav-milter(1) is installed. fix up MAN1. Thank you for your patch. Index: Makefile =================================================================== RCS file: /export/repository/FreeBSD/ncvs/ports/security/clamav/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- Makefile 18 Jun 2003 09:43:05 -0000 1.7 +++ Makefile 24 Jun 2003 14:26:48 -0000 @@ -6,13 +6,11 @@ # PORTNAME= clamav -PORTVERSION= 0.54 -PORTREVISION= 1 +PORTVERSION= 0.60 CATEGORIES= security MASTER_SITES= http://clamav.elektrapro.com/stable/ \ http://clamav.essentkabel.com/stable/ - MAINTAINER= markun@onohara.to COMMENT= Command line virus scanner written entirely in C @@ -22,7 +20,6 @@ zoo:${PORTSDIR}/archivers/zoo \ arc:${PORTSDIR}/archivers/arc \ unzip:${PORTSDIR}/archivers/unzip -LIB_DEPENDS= pth.20:${PORTSDIR}/devel/pth USE_GMAKE= yes GNU_CONFIGURE= yes @@ -30,9 +27,11 @@ USE_LIBTOOL= yes INSTALLS_SHLIB= yes -CONFIGURE_ARGS= --prefix=${PREFIX} --disable-clamav +CONFIGURE_ARGS= --prefix=${PREFIX} \ + --disable-clamav \ + --enable-bigstack -MAN1= clamscan.1 freshclam.1 sigtool.1 clamdscan.1 +MAN1= clamscan.1 freshclam.1 sigtool.1 clamdscan.1 clamav-milter.1 MAN5= clamav.conf.5 MAN8= clamd.8 Index: distinfo =================================================================== RCS file: /export/repository/FreeBSD/ncvs/ports/security/clamav/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- distinfo 5 Feb 2003 13:09:19 -0000 1.2 +++ distinfo 24 Jun 2003 13:48:07 -0000 @@ -1 +1 @@ -MD5 (clamav-0.54.tar.gz) = 1c2e2adffe9ed4d15fe2167dd7bad591 +MD5 (clamav-0.60.tar.gz) = eddeba4e1f399f65bc71aa2b3e901543 Index: pkg-plist =================================================================== RCS file: /export/repository/FreeBSD/ncvs/ports/security/clamav/pkg-plist,v retrieving revision 1.4 diff -u -r1.4 pkg-plist --- pkg-plist 18 Jun 2003 09:43:05 -0000 1.4 +++ pkg-plist 24 Jun 2003 13:48:07 -0000 @@ -8,6 +8,7 @@ lib/libclamav.so lib/libclamav.la lib/libclamav.a +share/clamav/mirrors.txt share/clamav/viruses.db share/clamav/viruses.db2 @dirrm share/clamav -- TERAMOTO Masahiro markun@onohara.to
State Changed From-To: open->closed Committed, thanks!