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
Unknown Object (File)
Sun, Feb 22, 2:59 AM
Unknown Object (File)
Fri, Feb 20, 1:13 PM
Unknown Object (File)
Thu, Feb 19, 4:58 PM
Unknown Object (File)
Wed, Feb 18, 10:32 PM
Unknown Object (File)
Sun, Feb 8, 3:44 PM
Unknown Object (File)
Sun, Feb 8, 8:11 AM
Unknown Object (File)
Sun, Feb 8, 4:06 AM
Unknown Object (File)
Sat, Feb 7, 7:12 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.