Date: Thu, 15 Feb 2007 06:00:25 GMT From: "Sergey N. Voronkov" <serg@tmn.ru> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/109185: patches to update clamav .87 to .90 Message-ID: <200702150600.l1F60PBH097847@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/109185; it has been noted by GNATS. From: "Sergey N. Voronkov" <serg@tmn.ru> To: bug-followup@FreeBSD.org, scheidell@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200702150600.l1F60PBH097847>