Bug 230816 - [new port] mail/postfix-ldap-sasl subport
Summary: [new port] mail/postfix-ldap-sasl subport
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Olli Hauer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-08-22 16:21 UTC by Bjoern A. Zeeb
Modified: 2018-09-09 13:22 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bjoern A. Zeeb freebsd_committer freebsd_triage 2018-08-22 16:21:34 UTC
Hi,

like some people I still have to build my own postfix-ldap-sasl port as we depend on both.

Based on the postfix-sasl port I've been using the following Makefile in mail/postfix-ldap-sasl.   I know the possible amount of combination is endless but I know this would solve a lot of trouble for quite a few people:

Thanks,
/bz


PKGNAMESUFFIX?= -ldap-sasl

MAINTAINER=     <add your email here>
COMMENT=        Postfix with OpenLDAP and Cyrus SASL support

MASTERDIR=      ${.CURDIR}/../postfix

OPTIONS_SLAVE=  LDAP LDAP_SASL SASL

SASL_SLAVE=     yes

.include "${MASTERDIR}/Makefile"
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-09-09 13:13:40 UTC
A commit references this bug:

Author: ohauer
Date: Sun Sep  9 13:12:58 UTC 2018
New revision: 479288
URL: https://svnweb.freebsd.org/changeset/ports/479288

Log:
  - add new port postfix-ldap-sasl
    (OPTIONS_SLAVE= LDAP LDAP_SASL SASL)

  PR:		230816
  Submitted by:	bz@

Changes:
  head/mail/Makefile
  head/mail/postfix-ldap-sasl/
  head/mail/postfix-ldap-sasl/Makefile
Comment 2 Olli Hauer freebsd_committer freebsd_triage 2018-09-09 13:22:00 UTC
committed!