Bug 183697 - security/heimdal depends net/openldap24-client (when build with openldap support) and SASL was activated on openldap24-client/server
Summary: security/heimdal depends net/openldap24-client (when build with openldap supp...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: John Marino
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-05 21:10 UTC by pcm
Modified: 2014-06-10 21:12 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pcm 2013-11-05 21:10:00 UTC
Hi,

i enabled SASL for openldap24-server and also for openldap24-client but security/heimdal doesn't recognice net/openldap24-sasl-client and keeps building against net/openldap24-client which leads to conflicts when trying to install heimdal and openldap on the same machine.

Best regards,
Daniel

Fix: 

Edit security/heimdal/Makefile and put "WANT_OPENLDAP_SASL?=    yes" right below "USE_OPENLDAP=           yes" fixed the issue.

Thank you xmj for the help this morning.
How-To-Repeat: Enable SASL for net/openldap24-server and net/openldap24-client, build security/heimdal with openldap enabled.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-11-05 21:10:07 UTC
Maintainer of security/heimdal,

Please note that PR ports/183697 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/183697

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-11-05 21:10:08 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 commit-hook freebsd_committer freebsd_triage 2014-06-10 21:11:45 UTC
A commit references this bug:

Author: marino
Date: Tue Jun 10 21:10:50 UTC 2014
New revision: 357383
URL: http://svnweb.freebsd.org/changeset/ports/357383

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

Changes:
  head/security/heimdal/Makefile