Page MenuHomeFreeBSD

krb5: don't install /usr/include/import_err.h
ClosedPublic

Authored by ivy on Jul 19 2025, 2:50 AM.
Tags
None
Referenced Files
F131636477: D51419.id158770.diff
Thu, Oct 9, 10:44 PM
F131636466: D51419.id159079.diff
Thu, Oct 9, 10:44 PM
F131636459: D51419.id.diff
Thu, Oct 9, 10:44 PM
F131606220: D51419.id159092.diff
Thu, Oct 9, 4:46 PM
F131606213: D51419.id159113.diff
Thu, Oct 9, 4:46 PM
F131598457: D51419.diff
Thu, Oct 9, 3:04 PM
Unknown Object (File)
Sat, Oct 4, 7:59 PM
Unknown Object (File)
Sat, Oct 4, 4:04 PM
Subscribers

Details

Summary

This header is not installed by upstream krb5, and since it's part of
kdb5_util, installing it causes an unwanted krb5-dev package to be
created.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

ivy requested review of this revision.Jul 19 2025, 2:50 AM
This revision is now accepted and ready to land.Jul 24 2025, 1:40 PM

rebase and add ObsoleteFiles entry

This revision now requires review to proceed.Jul 25 2025, 1:15 PM

fix the build

add ${GENI} to ${DPSRCS} so it's actually built, and add -I. to CFLAGS
so the compiler can find it.

This revision is now accepted and ready to land.Jul 25 2025, 4:49 PM
This revision was automatically updated to reflect the committed changes.