----- Original Message ----- From: "Marc Balmer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, November 18, 2003 9:16 AM Subject: Re: [Clamav-users] Updated Clam Antivirus Stable 0.65 OpenBSD Port
> Flinn Mueller wrote: > > Please test this latest stable version (0.65) of clamav stable. There > > was a small work around in the Makefile of the port. It seems that the > > It works on 3.4-current/i386 and 3.3/sparc64 without problems here. > > - Marc > > > > ------------------------------------------------------- > This SF. Net email is sponsored by: GoToMyPC > GoToMyPC is the fast, easy and secure way to access your computer from > any Web browser or wireless device. Click here to Try it Free! > https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/g22lp.tmpl > _______________________________________________ > Clamav-users mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/clamav-users > I ran into some problems (pthreads error?) when trying to make this build (OpenBSD-snapshot/i386). After editing Makefile it worked like a charm... --- Makefile.org Tue Nov 18 18:46:10 2003 +++ Makefile Tue Nov 18 18:46:36 2003 @@ -15,8 +15,6 @@ PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes -LIB_DEPENDS= gmp::devel/gmp - RUN_DEPENDS= ::archivers/lha \ ::archivers/unarj \ ::archivers/unrar \ I also made some cosmetic changes to INSTALL and DEINSTALL in pkg... --- INSTALL.org Tue Nov 18 18:48:02 2003 +++ INSTALL Tue Nov 18 18:51:28 2003 @@ -59,7 +59,7 @@ echo "clamav is almost installed" echo "----------------" echo - echo "clamav.conf has been placed in ${PREFIX}/share/doc/clamav" + echo "clamav.conf has been placed in ${PREFIX}/share/examples/clamav" echo "it should be configured and placed into ${SYSCONFDIR}" echo echo "Warning: Never set the SUID/SGID bit on Clam Antivirus programs" --- DEINSTALL.org Tue Nov 18 18:52:21 2003 +++ DEINSTALL Tue Nov 18 19:08:04 2003 @@ -10,6 +10,8 @@ echo "| rmuser ${CLAMUSER}" echo "| edit ${SYSCONFDIR}/group to remove ${CLAMGROUP}" echo "| rm /var/log/clam-update.log" +echo "| rm -rf /usr/local/share/clamav" +echo "| rm /etc/clamav.conf" echo "+---------------" exit 0 ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Clamav-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/clamav-users