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: tm
Date: Fri Jun 7 12:20:32 UTC 2019
Modified Files:
pkgsrc/mail/exim: Makefile options.mk
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.166 -r1.167 pkgsrc/mail/exim/Makefile
cvs rdiff -u -r1.22 -r1.23 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/Makefile
diff -u pkgsrc/mail/exim/Makefile:1.166 pkgsrc/mail/exim/Makefile:1.167
--- pkgsrc/mail/exim/Makefile:1.166 Wed Apr 3 00:32:52 2019
+++ pkgsrc/mail/exim/Makefile Fri Jun 7 12:20:32 2019
@@ -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/
Index: pkgsrc/mail/exim/options.mk
diff -u pkgsrc/mail/exim/options.mk:1.22 pkgsrc/mail/exim/options.mk:1.23
--- pkgsrc/mail/exim/options.mk:1.22 Sat Jun 11 00:37:24 2016
+++ pkgsrc/mail/exim/options.mk Fri Jun 7 12:20:32 2019
@@ -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 @@ LOOKUP_LIBS+=${COMPILER_RPATH_FLAG}${LOC
.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