Bug 80947

Summary: Update security/clamav to 0.85
Product: Ports & Packages Reporter: Rob <rob>
Component: Individual Port(s)Assignee: Jean-Yves Lefort <jylefort>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
clamav.diff none

Description Rob 2005-05-12 18:20:04 UTC
Update security/clamav to 0.85 release
Comment 1 ports-bugs 2005-05-12 22:34:26 UTC
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
Comment 2 Jean-Yves Lefort freebsd_committer freebsd_triage 2005-05-13 06:29:58 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jylefort

Take.
Comment 3 rob 2005-05-13 09:16:21 UTC
> 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
>

Yes please,

Rob Evers
Comment 4 Jean-Yves Lefort freebsd_committer freebsd_triage 2005-05-13 09:17:11 UTC
State Changed
From-To: open->closed

Committed, thanks!