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
Rob
2005-05-12 18:20:04 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 Responsible Changed From-To: freebsd-ports-bugs->jylefort Take. > 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 State Changed From-To: open->closed Committed, thanks! |