Created attachment 175732 [details] gssapi support Hi, This straight-forward change adds GSSAPI knobs for msktutil: gssapi -- works out of the box gssapi:mit -- works out of the box gssapi:heimdal -- does not work in the tree but builds fine, fix pending: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213470 I also included ssl for USES, the license and STRIP_CMD as suggested by the developer mode. All three configurations tested with poudriere on 11.0-RELEASE. Cheers, Franco
Created attachment 176006 [details] rebased diff against version 1.0
A commit references this bug: Author: zi Date: Fri Oct 21 14:02:14 UTC 2016 New revision: 424417 URL: https://svnweb.freebsd.org/changeset/ports/424417 Log: - Add support for other Kerberos distributions - Do not bump PORTREVISION as there is no change to the default package PR: 213471 Submitted by: Franco Fichtner Changes: head/sysutils/msktutil/Makefile
Committed.
Thank you.