Page MenuHomeFreeBSD

Mk/Uses/gssapi: Add support for mit-devel
ClosedPublic

Authored by cy on Jan 16 2026, 7:16 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Sep 10, 4:21 AM
Unknown Object (File)
Wed, Sep 9, 4:12 PM
Unknown Object (File)
Wed, Sep 9, 5:31 AM
Unknown Object (File)
Mon, Sep 7, 5:40 AM
Unknown Object (File)
Thu, Sep 3, 7:07 PM
Unknown Object (File)
Wed, Sep 2, 11:01 PM
Unknown Object (File)
Tue, Sep 1, 5:09 PM
Unknown Object (File)
Thu, Aug 27, 12:40 AM

Details

Summary

Add support for security/krb5-devel.

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 69939
Build 66822: arc lint + arc unit

Event Timeline

cy requested review of this revision.Jan 16 2026, 7:16 PM
cy created this revision.

What about the documentation part? It does not mention mit-devel at all.

Added documentation for mit-devel.

michaelo added inline comments.
Mk/Uses/gssapi.mk
54

For the sake of completion mit-devel should have its block here too. Don't forget to create the _DESC make var.

This revision now requires changes to proceed.Jan 16 2026, 8:13 PM

Added additional documentation.

Added GSSAPI_MIT_DEVEL descriptions.

This revision is now accepted and ready to land.Jan 16 2026, 9:49 PM
This revision was automatically updated to reflect the committed changes.
dan.mcgregor_usask.ca added inline comments.
Mk/Uses/gssapi.mk
131

This is shell style syntax, not make syntax. This should be || instead of -o.

Nevermind, looks like it was reported by somebody else first ;)