svn commit: r362543 - in head/mail: exim-ldap2 exim-mysql exim-postgresql exim-sa-exim exim-sqlite
Vsevolod Stakhov
vsevolod at FreeBSD.org
Tue Jul 22 14:05:45 UTC 2014
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"
More information about the svn-ports-all
mailing list