From owner-freebsd-ports-bugs@FreeBSD.ORG Thu May 12 21:40:05 2005 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 01ED116A4CE for ; Thu, 12 May 2005 21:40:05 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C64BB43D5E for ; Thu, 12 May 2005 21:40:04 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4CLe4di065536 for ; Thu, 12 May 2005 21:40:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4CLe4Vr065535; Thu, 12 May 2005 21:40:04 GMT (envelope-from gnats) Date: Thu, 12 May 2005 21:40:04 GMT Message-Id: <200505122140.j4CLe4Vr065535@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Milan Obuch Subject: Re: ports/80947: Update security/clamav to 0.85 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Milan Obuch List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 May 2005 21:40:05 -0000 The following reply was made to PR ports/80947; it has been noted by GNATS. From: Milan Obuch To: bug-followup@FreeBSD.org, rob@debank.tv Cc: Subject: Re: ports/80947: Update security/clamav to 0.85 Date: Thu, 12 May 2005 23:34:26 +0200 Please include following patch as files/patch-libclamav::clamav.h - fixes typo in distribution: --- libclamav/clamav.h.orig Wed May 11 17:48:13 2005 +++ libclamav/clamav.h Thu May 12 23:26:33 2005 @@ -221,7 +221,7 @@ extern const char *cl_perror(int clerror); /* deprecated */ #ifdef __cplusplus -}; +} #endif #endif Regards, Milan