Bug 207508

Summary: www/serf: Support ports mit and heimdal GSSAPI
Product: Ports & Packages Reporter: david
Component: Individual Port(s)Assignee: Lev A. Serebryakov <lev>
Status: Closed FIXED    
Severity: Affects Some People Keywords: easy, needs-qa, patch
Priority: --- Flags: bugzilla: maintainer-feedback? (lev)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch to add MIT and ports heimdal to Serf none

Description david 2016-02-26 05:34:18 UTC
Created attachment 167429 [details]
Patch to add MIT and ports heimdal to Serf

Serf is hardcoded to only work with heimdal kerberos in base; add MIT and ports heimdal as possible GSSAPI implementations.

Only tested this with heimdal base to ensure it crashed on my machine (WITHOUT_KERBEROS in src.conf), and with MIT kerberoes that it built (it did).  all heimdal options are completely untested, MIT kerberos compiles, but is untested (the equivalent change, hardcode of the SCONS_ARGS, has been validated).
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-03-19 14:23:12 UTC
A commit references this bug:

Author: lev
Date: Sat Mar 19 14:23:02 UTC 2016
New revision: 411401
URL: https://svnweb.freebsd.org/changeset/ports/411401

Log:
   Ad support for different Kerberos installations.

  PR:		207508

Changes:
  head/www/serf/Makefile
Comment 2 Lev A. Serebryakov freebsd_committer freebsd_triage 2016-03-19 14:23:47 UTC
Committed, thanx!