Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jun 2003 13:59:31 +0200 (CEST)
From:      Rob <rob@debank.tv>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        markun@onohara.to
Subject:   ports/53632: Update clamv port to 0.60
Message-ID:  <200306231159.h5NBxVOU046844@haha.debank.tv>
Resent-Message-ID: <200306231200.h5NC0Vf3072232@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



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