Sun May 5 21:01:04 2024 UTC (41d)
sendmail: turn blacklist option default-off

The blacklist support doesn't compile on NetBSD 9, and on
newer NetBSDs it's been replaced by blocklist.

Leave the option for FreeBSD users.

Bump PKGREVISION.


(wiz)
diff -r1.1 -r1.2 pkgsrc/mail/sendmail-snapshot/Makefile
diff -r1.1 -r1.2 pkgsrc/mail/sendmail-snapshot/options.mk

cvs diff -r1.1 -r1.2 pkgsrc/mail/sendmail-snapshot/Makefile (expand / switch to context diff)
--- pkgsrc/mail/sendmail-snapshot/Makefile 2024/01/15 04:50:54 1.1
+++ pkgsrc/mail/sendmail-snapshot/Makefile 2024/05/05 21:01:04 1.2
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2024/01/15 04:50:54 jnemeth Exp $
+# $NetBSD: Makefile,v 1.2 2024/05/05 21:01:04 wiz Exp $
 
 PKGNAME=	sendmail-${DIST_VERS}
-#PKGREVISION=	3
+PKGREVISION=	1
 COMMENT=	The well known Mail Transport Agent
 
 CONFLICTS+=	courier-mta-[0-9]* fastforward>=0.51nb2 postfix-[0-9]*

cvs diff -r1.1 -r1.2 pkgsrc/mail/sendmail-snapshot/options.mk (expand / switch to context diff)
--- pkgsrc/mail/sendmail-snapshot/options.mk 2024/01/15 04:50:54 1.1
+++ pkgsrc/mail/sendmail-snapshot/options.mk 2024/05/05 21:01:04 1.2
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2024/01/15 04:50:54 jnemeth Exp $
+# $NetBSD: options.mk,v 1.2 2024/05/05 21:01:04 wiz Exp $
 
 PKG_OPTIONS_VAR=	PKG_OPTIONS.sendmail
 PKG_SUPPORTED_OPTIONS=	inet6 db2 db4 ldap sasl tls tcpwrappers
@@ -11,7 +11,7 @@
 .for dir in ${COMPILER_INCLUDE_DIRS}
 .  if exists(${dir}/blacklist.h)
 PKG_SUPPORTED_OPTIONS+=		blacklist
-PKG_SUGGESTED_OPTIONS+=		blacklist
+#PKG_SUGGESTED_OPTIONS+=		blacklist
 PKG_OPTIONS_LEGACY_OPTS+=	blacklistd:blacklist
 .  endif
 .endfor