From owner-svn-ports-all@FreeBSD.ORG Tue Jun 10 21:10:50 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 35BAB57A; Tue, 10 Jun 2014 21:10:50 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 23369236A; Tue, 10 Jun 2014 21:10:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5ALAoak021595; Tue, 10 Jun 2014 21:10:50 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5ALAnGc021594; Tue, 10 Jun 2014 21:10:49 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201406102110.s5ALAnGc021594@svn.freebsd.org> From: John Marino Date: Tue, 10 Jun 2014 21:10:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357383 - head/security/heimdal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jun 2014 21:10:50 -0000 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}