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)
Wed, Apr 15, 12:43 PM
Unknown Object (File)
Wed, Apr 15, 10:19 AM
Unknown Object (File)
Sun, Apr 12, 4:33 PM
Unknown Object (File)
Wed, Apr 8, 11:09 PM
Unknown Object (File)
Tue, Apr 7, 4:29 PM
Unknown Object (File)
Wed, Mar 25, 12:50 AM
Unknown Object (File)
Sun, Mar 22, 10:11 AM
Unknown Object (File)
Thu, Mar 19, 12:38 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 ;)