pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/exim



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sun Mar  1 15:58:47 UTC 2026

Modified Files:
        pkgsrc/mail/exim: options.mk

Log Message:
mail/exim: Add SRS support as exim-srs option


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/mail/exim/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/exim/options.mk
diff -u pkgsrc/mail/exim/options.mk:1.28 pkgsrc/mail/exim/options.mk:1.29
--- pkgsrc/mail/exim/options.mk:1.28    Tue Nov  4 16:48:54 2025
+++ pkgsrc/mail/exim/options.mk Sun Mar  1 15:58:47 2026
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.28 2025/11/04 16:48:54 abs Exp $
+# $NetBSD: options.mk,v 1.29 2026/03/01 15:58:47 ryoon Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.exim
 PKG_SUPPORTED_OPTIONS= exim-arc
@@ -9,7 +9,7 @@ PKG_SUPPORTED_OPTIONS+= exim-lookup-cdb 
 PKG_SUPPORTED_OPTIONS+=        exim-lookup-dsearch exim-lookup-ldap exim-lookup-mysql
 PKG_SUPPORTED_OPTIONS+=        exim-lookup-pgsql exim-lookup-redis exim-lookup-sqlite
 PKG_SUPPORTED_OPTIONS+=        exim-lookup-whoson exim-old-demime exim-router-iplookup
-PKG_SUPPORTED_OPTIONS+=        exim-tls exim-transport-lmtp gdbm
+PKG_SUPPORTED_OPTIONS+=        exim-srs exim-tls exim-transport-lmtp gdbm
 PKG_SUPPORTED_OPTIONS+=        gsasl inet6 opendmarc saslauthd spf readline
 
 PKG_SUGGESTED_OPTIONS= exim-appendfile-maildir exim-appendfile-mailstore
@@ -117,6 +117,10 @@ LOCAL_MAKEFILE_OPTIONS+=   WITH_OLD_DEMIME
 LOCAL_MAKEFILE_OPTIONS+=       ROUTER_IPLOOKUP=yes
 .endif
 
+.if !empty(PKG_OPTIONS:Mexim-srs)
+LOCAL_MAKEFILE_OPTIONS+=       SUPPORT_SRS=yes
+.endif
+
 .if !empty(PKG_OPTIONS:Mexim-tls)
 LOCAL_MAKEFILE_OPTIONS+=SUPPORT_TLS=yes
 LOCAL_MAKEFILE_OPTIONS+=USE_OPENSSL=yes



Home | Main Index | Thread Index | Old Index