From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 23 05:00:34 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9457037B418 for ; Mon, 23 Jun 2003 05:00:34 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C97D443FF3 for ; Mon, 23 Jun 2003 05:00:31 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h5NC0VUp072233 for ; Mon, 23 Jun 2003 05:00:31 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h5NC0Vf3072232; Mon, 23 Jun 2003 05:00:31 -0700 (PDT) Resent-Date: Mon, 23 Jun 2003 05:00:31 -0700 (PDT) Resent-Message-Id: <200306231200.h5NC0Vf3072232@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rob Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04BE937B401 for ; Mon, 23 Jun 2003 04:59:42 -0700 (PDT) Received: from haha.debank.tv (c92069.upc-c.chello.nl [212.187.92.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id B268443FB1 for ; Mon, 23 Jun 2003 04:59:37 -0700 (PDT) (envelope-from rob@debank.tv) Received: from haha.debank.tv (localhost [127.0.0.1]) by haha.debank.tv (8.12.9/8.12.9) with ESMTP id h5NBxXFJ046846 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 23 Jun 2003 13:59:33 +0200 (CEST) (envelope-from rob@debank.tv) Received: (from root@localhost) by haha.debank.tv (8.12.9/8.12.9/Submit) id h5NBxVOU046844; Mon, 23 Jun 2003 13:59:31 +0200 (CEST) Message-Id: <200306231159.h5NBxVOU046844@haha.debank.tv> Date: Mon, 23 Jun 2003 13:59:31 +0200 (CEST) From: Rob To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: markun@onohara.to Subject: ports/53632: Update clamv port to 0.60 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Rob List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jun 2003 12:00:35 -0000 >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: