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)
Tue, Apr 14, 3:55 AM
Unknown Object (File)
Tue, Apr 14, 3:51 AM
Unknown Object (File)
Mon, Apr 13, 9:36 PM
Unknown Object (File)
Sat, Apr 11, 9:13 PM
Unknown Object (File)
Sat, Apr 11, 8:39 PM
Unknown Object (File)
Fri, Apr 10, 9:32 AM
Unknown Object (File)
Wed, Apr 1, 6:13 AM
Unknown Object (File)
Fri, Mar 27, 6:03 AM
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.