diff options
author | pav <pav@FreeBSD.org> | 2008-07-22 06:29:22 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-07-22 06:29:22 +0800 |
commit | 9ecfa8a9127b5a92dac53b90b29e0ae059bb3045 (patch) | |
tree | d9a3d19c30e7cb2ae0f07abec59d2dc3ae621cd9 /mail | |
parent | d48cce9b3f45e97b309b10d6973648ace5e63611 (diff) | |
download | freebsd-ports-gnome-9ecfa8a9127b5a92dac53b90b29e0ae059bb3045.tar.gz freebsd-ports-gnome-9ecfa8a9127b5a92dac53b90b29e0ae059bb3045.tar.zst freebsd-ports-gnome-9ecfa8a9127b5a92dac53b90b29e0ae059bb3045.zip |
- Separate OpenLDAP related code into bsd.ldap.mk
- Change default OpenLDAP version to 2.4
- Remove OpenLDAP 2.2 support, the port has been gone for some time now
- Add -DDEPRECATED to CFLAGS for all OpenLDAP using ports
PR: ports/123602, ports/124115, ports/125605
Submitted by: delphij, Jens Rehsack <rehsack@web.de>,
Yuri Pankov <yuri.pankov@gmail.com>
- Remove USE_GTK, it's no longer used
PR: ports/123528
Submitted by: mezz
- Use PATCH_WRKSRC instead of WRKSRC in do-patch target
PR: ports/124169
Submitted by: Max Brazhnikov <makc@issp.ac.ru>
- Remove USE_XPM, it's been replaced by USE_XORG+=xpm
PR: ports/124506
Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua>
- Minor fixups for bsd.port.mk
PR: ports/122675
Submitted by: linimon
- Remove stale comment about USE_GETOPT_LONG
PR: ports/124521
Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua>
- Correct comment about default fetch arguments
PR: ports/125334
Submitted by: Gary Palmer <freebsd-gnats@in-addr.com>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix1/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mail/postfix1/Makefile b/mail/postfix1/Makefile index 485dfe3ccbcf..b91ddf8cad66 100644 --- a/mail/postfix1/Makefile +++ b/mail/postfix1/Makefile @@ -116,9 +116,6 @@ _REQUIRE+= postgresql .if defined(WITH_OPENLDAP) BROKEN= does not support OPENLDAP USE_OPENLDAP= yes -.if defined(WITH_OPENLDAP_VER) -USE_OPENLDAP_VER= ${WITH_OPENLDAP_VER} -.endif POSTFIX_CCARGS+= -DHAS_LDAP -I${LOCALBASE}/include POSTFIX_AUXLIBS+= -L${LOCALBASE}/lib -lldap -llber _REQUIRE+= slapd |