Re: delete-old-libs removes libgssapi.so.10 but leaves the dead symlink

From: Lexi Winter <ivy_at_freebsd.org>
Date: Sat, 09 Aug 2025 22:26:34 UTC
Dima Panov:
> ftp/curl also need some love to build with mase mit krb5
 
> -       LIBCURL_PC_REQUIRES_PRIVATE="$LIBCURL_PC_REQUIRES_PRIVATE mit-krb5-gssapi"
> +-      LIBCURL_PC_REQUIRES_PRIVATE="$LIBCURL_PC_REQUIRES_PRIVATE mit-krb5-gssapi"
> ++      LIBCURL_PC_REQUIRES_PRIVATE="$LIBCURL_PC_REQUIRES_PRIVATE"

this should not be required with D51842 because we will install
the MIT pkgconfig data in base.  i think this is preferable to
patching third-party source.

with D51842 (src) and D51841 (ports) ftp/curl builds for me with
base GSSAPI, and devel/git also builds with the curl dependency.