Received: by mail.netbsd.org (Postfix, from userid 605) id 80C0684FDA; Thu, 11 Jan 2024 12:08:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B20C184EC1 for ; Thu, 11 Jan 2024 12:07:59 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 6T-ytM_acRG1 for ; Thu, 11 Jan 2024 12:07:59 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0A70584D15 for ; Thu, 11 Jan 2024 12:07:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 008C2FA42; Thu, 11 Jan 2024 12:07:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1704974878242300" MIME-Version: 1.0 Date: Thu, 11 Jan 2024 12:07:58 +0000 From: "John Nemeth" Subject: CVS commit: pkgsrc/mk/defaults To: pkgsrc-changes@NetBSD.org Reply-To: jnemeth@netbsd.org X-Mailer: log_accum Message-Id: <20240111120759.008C2FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1704974878242300 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jnemeth Date: Thu Jan 11 12:07:58 UTC 2024 Modified Files: pkgsrc/mk/defaults: options.description Log Message: add missing and upcoming sendmail options To generate a diff of this commit: cvs rdiff -u -r1.714 -r1.715 pkgsrc/mk/defaults/options.description Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1704974878242300 Content-Disposition: inline Content-Length: 1141 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mk/defaults/options.description diff -u pkgsrc/mk/defaults/options.description:1.714 pkgsrc/mk/defaults/options.description:1.715 --- pkgsrc/mk/defaults/options.description:1.714 Wed Jan 10 19:36:37 2024 +++ pkgsrc/mk/defaults/options.description Thu Jan 11 12:07:58 2024 @@ -801,6 +801,7 @@ sdl Use SDL as the audio/display libra sdl2 Use SDL2 as the audio/display library. seamonkey Use seamonkey as gecko rendering engine. secret Enable libsecret support. +sendmail-ffr-badrcptshutdown Enable FFR_BAD_RCPTSHUTDOWN option. FFR = For Future Release. sendmail-ffr-tls Enable various FFR_TLS_* options. FFR = For Future Release. sendmail-milter Build the milter with support for the Sendmail MTA. sendmail-socketmap Enable Sendmail SOCKETMAP support. @@ -827,6 +828,7 @@ slurm Support Slurm batch scheduler. small-net Tune for a smaller networks. smime Enable S/MIME support. smokeping-speedycgi Enable SpeedyCGI. +smtputf8 Enable use of SMTPUTF8 SMTP protocol extension. snappy Enable Snappy (de)compression support. sndfile Enable sndfile support. snmp Enable SNMP support. --_----------=_1704974878242300--