FreeBSD Bugzilla – Attachment 144868 Details for
Bug 191949
Lookup-specific subports of mail/exim do not have default lookup options
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Use OPTIONS_SLAVE to set options in slave ports
exim-slave-ports-options.a.patch (text/plain), 1.56 KB, created by
Jean-Sébastien Pédron
on 2014-07-22 07:35:22 UTC
(
hide
)
Description:
Use OPTIONS_SLAVE to set options in slave ports
Filename:
MIME Type:
Creator:
Jean-Sébastien Pédron
Created:
2014-07-22 07:35:22 UTC
Size:
1.56 KB
patch
obsolete
>diff --git a/mail/exim-ldap2/Makefile b/mail/exim-ldap2/Makefile >index e0513b9..3f50f19 100644 >--- a/mail/exim-ldap2/Makefile >+++ b/mail/exim-ldap2/Makefile >@@ -4,6 +4,6 @@ > PKGNAMESUFFIX= -ldap2 > MASTERDIR= ${.CURDIR}/../exim > >-WITH_OPENLDAP= yes >+OPTIONS_SLAVE= OPENLDAP > > .include "${MASTERDIR}/Makefile" >diff --git a/mail/exim-mysql/Makefile b/mail/exim-mysql/Makefile >index 5cc2672..b44d194 100644 >--- a/mail/exim-mysql/Makefile >+++ b/mail/exim-mysql/Makefile >@@ -4,6 +4,6 @@ > PKGNAMESUFFIX= -mysql > MASTERDIR= ${.CURDIR}/../exim > >-WITH_MYSQL= yes >+OPTIONS_SLAVE= MYSQL > > .include "${MASTERDIR}/Makefile" >diff --git a/mail/exim-postgresql/Makefile b/mail/exim-postgresql/Makefile >index 4a2e965..2dafd81 100644 >--- a/mail/exim-postgresql/Makefile >+++ b/mail/exim-postgresql/Makefile >@@ -4,6 +4,6 @@ > PKGNAMESUFFIX= -postgresql > MASTERDIR= ${.CURDIR}/../exim > >-WITH_PGSQL= yes >+OPTIONS_SLAVE= PGSQL > > .include "${MASTERDIR}/Makefile" >diff --git a/mail/exim-sa-exim/Makefile b/mail/exim-sa-exim/Makefile >index 24c5b1a..dfec2ed 100644 >--- a/mail/exim-sa-exim/Makefile >+++ b/mail/exim-sa-exim/Makefile >@@ -6,6 +6,6 @@ MASTERDIR= ${.CURDIR}/../exim > > PORTVERSION?= ${EXIM_VERSION}+${SA_EXIM_VERSION} > >-WITH_SA_EXIM= yes >+OPTIONS_SLAVE= SA_EXIM > > .include "${MASTERDIR}/Makefile" >diff --git a/mail/exim-sqlite/Makefile b/mail/exim-sqlite/Makefile >index e7e4280..4823e65 100644 >--- a/mail/exim-sqlite/Makefile >+++ b/mail/exim-sqlite/Makefile >@@ -4,6 +4,6 @@ > PKGNAMESUFFIX= -sqlite > MASTERDIR= ${.CURDIR}/../exim > >-WITH_SQLITE= yes >+OPTIONS_SLAVE= SQLITE > > .include "${MASTERDIR}/Makefile"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 191949
:
144776
| 144868