Subject: CVS commit: pkgsrc/mail
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 09/25/2007 20:05:24
Module Name:	pkgsrc
Committed By:	jlam
Date:		Tue Sep 25 20:05:24 UTC 2007

Modified Files:
	pkgsrc/mail/libmilter: Makefile
	pkgsrc/mail/sendmail: Makefile Makefile.common
Added Files:
	pkgsrc/mail/libmilter: options.mk

Log Message:
The sendmail and libmilter should have different sets of options.  In
particular, libmilter does *not* support "ldap", "sasl", etc. which are
supported by only sendmail.  Do this through the following:

(1) Create libmilter/options.mk with support for the "inet6" option.

(2) Drop inclusion of options.mk from sendmail/Makefile.common and move
    it to libmilter/Makefile and sendmail/Makefile.

While here, properly support IPv6 on FreeBSD, which like DragonFly has
getipnodebyname() in libc.

As a result of these changes, libmilter will no longer depend on
cyrus-sasl or openssl or openldap-client depending on what is set
in PKG_DEFAULT_OPTIONS.

Bump the PKGREVISION of libmilter to 1 due to the changed dependency list.
No change to sendmail as the binary package does not change.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 pkgsrc/mail/libmilter/Makefile
cvs rdiff -r0 -r1.1 pkgsrc/mail/libmilter/options.mk
cvs rdiff -r1.100 -r1.101 pkgsrc/mail/sendmail/Makefile
cvs rdiff -r1.42 -r1.43 pkgsrc/mail/sendmail/Makefile.common

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