svn commit: r357383 - head/security/heimdal

John Marino marino at FreeBSD.org
Tue Jun 10 21:10:50 UTC 2014


Author: marino
Date: Tue Jun 10 21:10:49 2014
New Revision: 357383
URL: http://svnweb.freebsd.org/changeset/ports/357383
QAT: https://qat.redports.org/buildarchive/r357383/

Log:
  security/heimdal: Fix LDAP/SASL support
  
  Enable heimdal to properly build against net/openldap-sasl-client when
  openldap24-server is built with SASL support.  It did not before.
  Heimdal is currently unmaintained.
  
  PR:		183697
  Submitted by:	pcm

Modified:
  head/security/heimdal/Makefile

Modified: head/security/heimdal/Makefile
==============================================================================
--- head/security/heimdal/Makefile	Tue Jun 10 21:09:57 2014	(r357382)
+++ head/security/heimdal/Makefile	Tue Jun 10 21:10:49 2014	(r357383)
@@ -91,6 +91,7 @@ PLIST_SUB+=	SQLITE=""
 
 .if ${PORT_OPTIONS:MLDAP}
 USE_OPENLDAP=		yes
+WANT_OPENLDAP_SASL?=	yes
 CONFIGURE_ARGS+=	--with-openldap=${LOCALBASE}
 .  if defined(LDAP_SOCKET_PATH)
 _SOCK=		${LDAP_SOCKET_PATH:C|/|%2f|g}


More information about the svn-ports-head mailing list