Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jun 2014 21:10:49 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r357383 - head/security/heimdal
Message-ID:  <201406102110.s5ALAnGc021594@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406102110.s5ALAnGc021594>