Created attachment 201823 [details] www_serf_Makefile.patch www/serf uses the option names "HEIMDAL_BASE", "HEIMDAL", and "MIT" whereas the majority of other ports use "GSSAPI_${TYPE}". GSSAPI type should generally be set system wide so consistency of option naming matters. Attached patch does nothing more than rename the options to be more consistent with other ports. HEIMDAL_BASE -> GSSAPI_BASE HEIMDAL -> GSSAPI_HEIMDAL MIT -> GSSAPI_MIT
A commit references this bug: Author: lev Date: Mon Feb 11 12:49:52 UTC 2019 New revision: 492691 URL: https://svnweb.freebsd.org/changeset/ports/492691 Log: Rename Kerberos-related options to system-wide names. PR: 235584 Submitted by: prj@rootwyrm.com Changes: head/www/serf/Makefile
Committed, thnx!