Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Jul 2014 14:05:44 +0000 (UTC)
From:      Vsevolod Stakhov <vsevolod@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r362543 - in head/mail: exim-ldap2 exim-mysql exim-postgresql exim-sa-exim exim-sqlite
Message-ID:  <201407221405.s6ME5ihr006627@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vsevolod
Date: Tue Jul 22 14:05:43 2014
New Revision: 362543
URL: http://svnweb.freebsd.org/changeset/ports/362543
QAT: https://qat.redports.org/buildarchive/r362543/

Log:
  Convert to OPTIONS_SLAVE.
  
  PR:		191949
  Submitted by:	v.chernyadev at tradesoft.ru
  Patch by:	dumbbell

Modified:
  head/mail/exim-ldap2/Makefile
  head/mail/exim-mysql/Makefile
  head/mail/exim-postgresql/Makefile
  head/mail/exim-sa-exim/Makefile
  head/mail/exim-sqlite/Makefile

Modified: head/mail/exim-ldap2/Makefile
==============================================================================
--- head/mail/exim-ldap2/Makefile	Tue Jul 22 14:01:36 2014	(r362542)
+++ head/mail/exim-ldap2/Makefile	Tue Jul 22 14:05:43 2014	(r362543)
@@ -4,6 +4,6 @@
 PKGNAMESUFFIX=	-ldap2
 MASTERDIR=	${.CURDIR}/../exim
 
-WITH_OPENLDAP=		yes
+OPTIONS_SLAVE=	OPENLDAP
 
 .include "${MASTERDIR}/Makefile"

Modified: head/mail/exim-mysql/Makefile
==============================================================================
--- head/mail/exim-mysql/Makefile	Tue Jul 22 14:01:36 2014	(r362542)
+++ head/mail/exim-mysql/Makefile	Tue Jul 22 14:05:43 2014	(r362543)
@@ -4,6 +4,6 @@
 PKGNAMESUFFIX=	-mysql
 MASTERDIR=	${.CURDIR}/../exim
 
-WITH_MYSQL=	yes
+OPTIONS_SLAVE=	MYSQL
 
 .include "${MASTERDIR}/Makefile"

Modified: head/mail/exim-postgresql/Makefile
==============================================================================
--- head/mail/exim-postgresql/Makefile	Tue Jul 22 14:01:36 2014	(r362542)
+++ head/mail/exim-postgresql/Makefile	Tue Jul 22 14:05:43 2014	(r362543)
@@ -4,6 +4,6 @@
 PKGNAMESUFFIX=	-postgresql
 MASTERDIR=	${.CURDIR}/../exim
 
-WITH_PGSQL=	yes
+OPTIONS_SLAVE=	PGSQL
 
 .include "${MASTERDIR}/Makefile"

Modified: head/mail/exim-sa-exim/Makefile
==============================================================================
--- head/mail/exim-sa-exim/Makefile	Tue Jul 22 14:01:36 2014	(r362542)
+++ head/mail/exim-sa-exim/Makefile	Tue Jul 22 14:05:43 2014	(r362543)
@@ -6,6 +6,6 @@ MASTERDIR=	${.CURDIR}/../exim
 
 PORTVERSION?=	${EXIM_VERSION}+${SA_EXIM_VERSION}
 
-WITH_SA_EXIM=	yes
+OPTIONS_SLAVE=	SA_EXIM
 
 .include "${MASTERDIR}/Makefile"

Modified: head/mail/exim-sqlite/Makefile
==============================================================================
--- head/mail/exim-sqlite/Makefile	Tue Jul 22 14:01:36 2014	(r362542)
+++ head/mail/exim-sqlite/Makefile	Tue Jul 22 14:05:43 2014	(r362543)
@@ -4,6 +4,6 @@
 PKGNAMESUFFIX=	-sqlite
 MASTERDIR=	${.CURDIR}/../exim
 
-WITH_SQLITE=		yes
+OPTIONS_SLAVE=	SQLITE
 
 .include "${MASTERDIR}/Makefile"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407221405.s6ME5ihr006627>