pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mail/sendmail-snapshot



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun May  5 21:01:04 UTC 2024

Modified Files:
        pkgsrc/mail/sendmail-snapshot: Makefile options.mk

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/mail/sendmail-snapshot/Makefile \
    pkgsrc/mail/sendmail-snapshot/options.mk

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

Modified files:

Index: pkgsrc/mail/sendmail-snapshot/Makefile
diff -u pkgsrc/mail/sendmail-snapshot/Makefile:1.1 pkgsrc/mail/sendmail-snapshot/Makefile:1.2
--- pkgsrc/mail/sendmail-snapshot/Makefile:1.1  Mon Jan 15 04:50:54 2024
+++ pkgsrc/mail/sendmail-snapshot/Makefile      Sun May  5 21:01:04 2024
@@ -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]*
Index: pkgsrc/mail/sendmail-snapshot/options.mk
diff -u pkgsrc/mail/sendmail-snapshot/options.mk:1.1 pkgsrc/mail/sendmail-snapshot/options.mk:1.2
--- pkgsrc/mail/sendmail-snapshot/options.mk:1.1        Mon Jan 15 04:50:54 2024
+++ pkgsrc/mail/sendmail-snapshot/options.mk    Sun May  5 21:01:04 2024
@@ -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 @@ PKG_SUGGESTED_OPTIONS=        inet6 tcpwrappers
 .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



Home | Main Index | Thread Index | Old Index