Bug 227680

Summary: [PATCH] mail/fetchmail incorrectly links to heimdal libraries when MIT is selected
Product: Ports & Packages Reporter: Cy Schubert <cy>
Component: Individual Port(s)Assignee: Cy Schubert <cy>
Status: Closed FIXED    
Severity: Affects Only Me CC: chalpin, ports-bugs
Priority: --- Flags: chalpin: maintainer-feedback+
chalpin: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Correctly link MIT KRB5 libraries none

Description Cy Schubert freebsd_committer freebsd_triage 2018-04-22 05:52:27 UTC
Created attachment 192714 [details]
Correctly link MIT KRB5 libraries

mail/fetchmail links to libheimbase.so and libhx509.so even though MIT is selected. The attached patch resolves this problem.
Comment 1 Corey Halpin 2018-04-28 17:20:37 UTC
Looks good to me. Passes 'poudriere testport' both with the default settings and with DEFAULT_VERSIONS+= ssl=openssl, OPTIONS_UNSET+= GSSAPI_BASE, OPTIONS_SET+= GSSAPI_MIT. I approve this patch. Thank you!
Comment 2 Cy Schubert freebsd_committer freebsd_triage 2018-04-28 17:44:36 UTC
Committed. Thanks for the review and approval.
Comment 3 commit-hook freebsd_committer freebsd_triage 2018-04-28 17:50:13 UTC
A commit references this bug:

Author: cy
Date: Sat Apr 28 17:49:37 UTC 2018
New revision: 468557
URL: https://svnweb.freebsd.org/changeset/ports/468557

Log:
  Correctly link to MIT KRB5 libraries when selected.

  This was discovered while working through issues relating to an
  exp-run using base with private Heimdal, part of the project to
  make a) Heimdal in base private and b) import MIT into base (PR 222745).

  PR:		227680
  Submitted by:	cy@
  Approved by:	Corey Halpin <chalpin@cs.wisc.edu> (maintainer)
  MFH:		2018Q2

Changes:
  head/mail/fetchmail/Makefile
  head/mail/fetchmail/files/patch-configure
Comment 4 commit-hook freebsd_committer freebsd_triage 2018-04-30 19:22:48 UTC
A commit references this bug:

Author: cy
Date: Mon Apr 30 19:21:52 UTC 2018
New revision: 468741
URL: https://svnweb.freebsd.org/changeset/ports/468741

Log:
  MFH: r468557

  Correctly link to MIT KRB5 libraries when selected.

  This was discovered while working through issues relating to an
  exp-run using base with private Heimdal, part of the project to
  make a) Heimdal in base private and b) import MIT into base (PR 222745).

  PR:		227680
  Submitted by:	cy@
  Approved by:	Corey Halpin <chalpin@cs.wisc.edu> (maintainer)
  Approved by:	portmgr (riggs)

Changes:
_U  branches/2018Q2/
  branches/2018Q2/mail/fetchmail/Makefile
  branches/2018Q2/mail/fetchmail/files/patch-configure