ports/109185: patches to update clamav .87 to .90

Sergey N. Voronkov serg at tmn.ru
Thu Feb 15 06:00:25 UTC 2007


The following reply was made to PR ports/109185; it has been noted by GNATS.

From: "Sergey N. Voronkov" <serg at tmn.ru>
To: bug-followup at FreeBSD.org, scheidell at secnap.net
Cc:  
Subject: Re: ports/109185: patches to update clamav .87 to .90
Date: Thu, 15 Feb 2007 10:32:18 +0500

 Hello!
 
 Just one addition to your patch (to make it clamd functional):
 --- Makefile.old        Thu Feb 15 10:24:38 2007
 +++ Makefile    Thu Feb 15 10:25:06 2007
 @@ -130,6 +130,8 @@
  post-patch:
         @${REINPLACE_CMD} -e 's|-pthread -lc_r|${PTHREAD_LIBS}|g' \
                 ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
 +       @${REINPLACE_CMD} -e 's|-lpthread -lc_r|${PTHREAD_LIBS}|g' \
 +               ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
         @${REINPLACE_CMD} -e 's,unarj,arj,g' \
                 ${WRKSRC}/docs/man/clamscan.1
 
 Without this patch clamd takes high cpu load and some threads are 
 unkillable. Problem (with another solution) can
 be found there:
 
 http://lurker.clamav.net/message/20070206.001716.219dcb00.en.html
 
 Serg N. Voronkov,
 Sibitex Ltd.
 



More information about the freebsd-ports-bugs mailing list