Subject: CVS commit: pkgsrc/mail/sendmail
From: John Nemeth
Date: 2019-07-15 07:30:33
Message id: 20190715053033.DAFE6FBF4@cvs.NetBSD.org

Log Message:
Change from using ${OPSYS} to looking for /usr/include/blacklist.h
to determine whether to use the blacklistd feature.  This allows
for automatically picking up new OSes that provide blacklistd as
well as ignoring older versions of NetBSD and FreeBSD that don't
have blacklistd.

Add UseBlacklist to M4 config generator.  This means that you can
turn it on by doing something like:

LOCAL_CONFIG
...
define(`confUSE_BLACKLIST', `True')dnl
...

It is set to false as the feature is experimental having just been
created.

Ride previous PKGREVISION bump as it was less than an hour ago.

Files:
RevisionActionfile
1.60modifypkgsrc/mail/sendmail/distinfo
1.26modifypkgsrc/mail/sendmail/options.mk
1.1addpkgsrc/mail/sendmail/patches/patch-bp
1.1addpkgsrc/mail/sendmail/patches/patch-bq
1.1addpkgsrc/mail/sendmail/patches/patch-br