Subject: CVS commit: pkgsrc/mail/clamav
To: None <pkgsrc-changes@NetBSD.org>
From: Todd Vierling <tv@netbsd.org>
List: pkgsrc-changes
Date: 07/14/2005 02:26:09
Module Name:	pkgsrc
Committed By:	tv
Date:		Thu Jul 14 02:26:09 UTC 2005

Modified Files:
	pkgsrc/mail/clamav: Makefile

Log Message:
Force use of pkgsrc libmilter, not builtin.  If the builtin version is 8.12
(as with NetBSD 2, for instance), but pkgsrc sendmail 8.13 is installed,
then clamav will attempt to use the 8.13 milter API, and fail linking.
(It probably should use an autoconf symbol test instead.)

This change forces an API at least new enough to match the latest version
offered via pkgsrc; and since libmilter is a static library, it still
ends up with no runtime DEPENDS.

No PKGREVISION bump required, as milter is a non-default option.


To generate a diff of this commit:
cvs rdiff -r1.41 -r1.42 pkgsrc/mail/clamav/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.