pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/exim exim: change local makefile options name for...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0a3914efb097
branches: trunk
changeset: 334859:0a3914efb097
user: tm <tm%pkgsrc.org@localhost>
date: Fri Jun 07 12:20:32 2019 +0000
description:
exim: change local makefile options name for SPF
The local makefile option need to be adjusted because SPF is
no longer an experimental feature in exim.
diffstat:
mail/exim/Makefile | 4 ++--
mail/exim/options.mk | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (31 lines):
diff -r be9a05626807 -r 0a3914efb097 mail/exim/Makefile
--- a/mail/exim/Makefile Fri Jun 07 11:26:20 2019 +0000
+++ b/mail/exim/Makefile Fri Jun 07 12:20:32 2019 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.166 2019/04/03 00:32:52 ryoon Exp $
+# $NetBSD: Makefile,v 1.167 2019/06/07 12:20:32 tm Exp $
DISTNAME= exim-4.92
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= mail net
MASTER_SITES= ftp://ftp.exim.org/pub/exim/exim4/
MASTER_SITES+= https://ftp.exim.org/pub/exim/exim4/
diff -r be9a05626807 -r 0a3914efb097 mail/exim/options.mk
--- a/mail/exim/options.mk Fri Jun 07 11:26:20 2019 +0000
+++ b/mail/exim/options.mk Fri Jun 07 12:20:32 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.22 2016/06/11 00:37:24 wiedi Exp $
+# $NetBSD: options.mk,v 1.23 2019/06/07 12:20:32 tm Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.exim
PKG_SUPPORTED_OPTIONS= exim-appendfile-maildir exim-appendfile-mailstore
@@ -156,7 +156,7 @@
.endif
.if !empty(PKG_OPTIONS:Mspf)
-LOCAL_MAKEFILE_OPTIONS+=EXPERIMENTAL_SPF=yes
+LOCAL_MAKEFILE_OPTIONS+=SUPPORT_SPF=yes
LOOKUP_LIBS+= -lspf2
. include "../../mail/libspf2/buildlink3.mk"
.endif
Home |
Main Index |
Thread Index |
Old Index