svn commit: r492912 - in head/mail/exim: . files

Vsevolod Stakhov vsevolod at FreeBSD.org
Thu Feb 14 10:49:36 UTC 2019


Author: vsevolod
Date: Thu Feb 14 10:49:34 2019
New Revision: 492912
URL: https://svnweb.freebsd.org/changeset/ports/492912

Log:
  - Unbreak SA_EXIM option
  - Bump revision
  
  PR:	235705
  Submitted by:	Henry David Bartholomew <PopularMoment at protonmail.com>

Added:
  head/mail/exim/files/patch-OS__Makefile-Default   (contents, props changed)
Modified:
  head/mail/exim/Makefile

Modified: head/mail/exim/Makefile
==============================================================================
--- head/mail/exim/Makefile	Thu Feb 14 10:01:35 2019	(r492911)
+++ head/mail/exim/Makefile	Thu Feb 14 10:49:34 2019	(r492912)
@@ -3,7 +3,7 @@
 
 PORTNAME=	exim
 PORTVERSION?=	${EXIM_VERSION}
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	mail ipv6
 MASTER_SITES=	EXIM:exim
 MASTER_SITE_SUBDIR=	/exim4/:exim \
@@ -565,6 +565,8 @@ do-configure:
 	@${REINPLACE_CMD} -E -e 's/^(PERL_COMMAND=).*/\1${PERL:S,/,\/,g}/' \
 		-e 's/^(CC=).*/\1${CC:S,/,\/,g}/' ${WRKSRC}/OS/Makefile-Default
 .if ${PORT_OPTIONS:MSA_EXIM}
+	@${REINPLACE_CMD} -E -e 's/^\# (HAVE_LOCAL_SCAN=).*/\1yes/' \
+		${WRKSRC}/OS/Makefile-Default
 	@${REINPLACE_CMD} -E -e 's/^(LOCAL_SCAN_SOURCE=).*/\1Local\/sa-exim.c/' \
 		${WRKSRC}/OS/Makefile-Default
 	@${CP} ${WRKDIR}/sa-exim-${SA_EXIM_VERSION}/sa-exim.c ${WRKSRC}/Local

Added: head/mail/exim/files/patch-OS__Makefile-Default
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/exim/files/patch-OS__Makefile-Default	Thu Feb 14 10:49:34 2019	(r492912)
@@ -0,0 +1,10 @@
+--- OS/Makefile-Default.orig	2019-01-30 14:59:52.000000000 +0100
++++ OS/Makefile-Default	2019-02-13 00:34:40.753182000 +0100
+@@ -242,6 +242,7 @@
+ # The default setting points to a template function that doesn't actually do
+ # any scanning, but just accepts the message.
+ 
++# HAVE_LOCAL_SCAN=no
+ LOCAL_SCAN_SOURCE=src/local_scan.c
+ 
+ # If you want to specify options for your local_scan() that can be set from


More information about the svn-ports-all mailing list