Subject: CVS commit: pkgsrc/mail/clamav
From: Chris Gilbert
Date: 2003-09-29 01:39:24
Message id: 20030928233924.A5A502DA1D@cvs.netbsd.org

Log Message:
Update clamav so that milter support is optional.

However currently milter support is disabled, as it requires strerror_r to
be available, which it isn't on -current.

Note this required the fixing of the milter tests in the configure.in file.
It seemed if you used --disable-milter and the .h file was in the include
path, eg on -current it's in /usr/include/libmilter it was found and used.

We now have a want_milter for the --enable/disable-milter, which will
trigger the tests to setup have_milter.

Once I've sorted out the strerror_r problem in -current I'll enable the
milter support (or if someone tells me it works with pth)

Bump PKGREVISION.

Files:
RevisionActionfile
1.5modifypkgsrc/mail/clamav/Makefile
1.4modifypkgsrc/mail/clamav/PLIST
1.4modifypkgsrc/mail/clamav/distinfo
1.4modifypkgsrc/mail/clamav/patches/patch-aa
1.1addpkgsrc/mail/clamav/PLIST.milter