pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/exim Added optional support for SPF



details:   https://anonhg.NetBSD.org/pkgsrc/rev/76336bb68687
branches:  trunk
changeset: 580773:76336bb68687
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Sep 17 12:01:37 2010 +0000

description:
Added optional support for SPF

diffstat:

 mail/exim/options.mk |  10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diffs (31 lines):

diff -r b639eb3917e5 -r 76336bb68687 mail/exim/options.mk
--- a/mail/exim/options.mk      Fri Sep 17 10:04:45 2010 +0000
+++ b/mail/exim/options.mk      Fri Sep 17 12:01:37 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.17 2010/06/06 14:15:30 adam Exp $
+# $NetBSD: options.mk,v 1.18 2010/09/17 12:01:37 adam Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.exim
 PKG_SUPPORTED_OPTIONS= exim-appendfile-maildir exim-appendfile-mailstore
@@ -7,7 +7,7 @@
 PKG_SUPPORTED_OPTIONS+=        exim-lookup-dsearch exim-lookup-ldap exim-lookup-mysql
 PKG_SUPPORTED_OPTIONS+=        exim-lookup-pgsql exim-lookup-sqlite exim-lookup-whoson
 PKG_SUPPORTED_OPTIONS+=        exim-old-demime exim-router-iplookup exim-tcp-wrappers
-PKG_SUPPORTED_OPTIONS+=        exim-tls exim-transport-lmtp gdbm inet6 saslauthd
+PKG_SUPPORTED_OPTIONS+=        exim-tls exim-transport-lmtp gdbm inet6 saslauthd spf
 PKG_SUPPORTED_OPTIONS+=        readline
 
 PKG_SUGGESTED_OPTIONS= exim-appendfile-maildir exim-appendfile-mailstore
@@ -143,6 +143,12 @@
 .  include "../../security/cyrus-sasl/buildlink3.mk"
 .endif
 
+.if !empty(PKG_OPTIONS:Mspf)
+LOCAL_MAKEFILE_OPTIONS+=EXPERIMENTAL_SPF=yes
+LOOKUP_LIBS+=          -lspf2
+.  include "../../mail/libspf2/buildlink3.mk"
+.endif
+
 .if !empty(PKG_OPTIONS:Mreadline)
 LOCAL_MAKEFILE_OPTIONS+=USE_READLINE=yes
 LOOKUP_LIBS+=          -lreadline



Home | Main Index | Thread Index | Old Index