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
F148085502: D54747.diff
Sun, Mar 15, 4:15 PM
Unknown Object (File)
Sun, Mar 1, 6:07 PM
Unknown Object (File)
Sun, Feb 22, 10:20 PM
Unknown Object (File)
Sun, Feb 22, 5:44 PM
Unknown Object (File)
Feb 8 2026, 12:17 PM
Unknown Object (File)
Jan 31 2026, 5:44 PM
Unknown Object (File)
Jan 29 2026, 8:47 AM
Unknown Object (File)
Jan 26 2026, 8:39 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 69932
Build 66815: 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
127

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

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