diff options
author | Gleb Popov <arrowd@FreeBSD.org> | 2024-09-15 12:42:33 +0300 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2024-10-16 20:27:51 +0300 |
commit | 598459fb207ac9f8e25b9807eaca060338b40403 (patch) | |
tree | 08876c0f78da6fd08dfc420b211518aa419513c6 /security/sssd2/files/patch-src__external__krb5.m4 | |
parent | net-im/telegram-desktop: update 5.6.1 -> 5.6.3 (diff) |
security/sssd2: Assorted port cleanups
- Simplify depending on Kerberos
- - Do not use gssapi:bootstrap
- - Do not redefine variables already defined by USES
- - Instead of patching, pass the KRB5_CONFIG env var
- Trim unused dependencies
- Remove hunks from the configure.ac patch that aren't needed anymore
- Simplify SHEBANG_FILES
- No need to define LIB_DIRS, DEBUG_FLAGS and STRIP
- Bump PORTREVISION to catch possible regressions
Tested by: arrowd
Approved by: 0mp, jhixson
Pull Request: https://github.com/freebsd/freebsd-ports/pull/272
Sponsored by: Future Crew, LLC
Diffstat (limited to 'security/sssd2/files/patch-src__external__krb5.m4')
-rw-r--r-- | security/sssd2/files/patch-src__external__krb5.m4 | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/security/sssd2/files/patch-src__external__krb5.m4 b/security/sssd2/files/patch-src__external__krb5.m4 deleted file mode 100644 index 691efaa0dc98..000000000000 --- a/security/sssd2/files/patch-src__external__krb5.m4 +++ /dev/null @@ -1,13 +0,0 @@ ---- src/external/krb5.m4.orig 2023-05-05 08:11:07 UTC -+++ src/external/krb5.m4 -@@ -1,5 +1,10 @@ -+KRB5_CFLAGS="-I/usr/local/include" -+KRB5_LIBS="-L/usr/local/lib -lkrb5" -+KRB5_CONFIG="/usr/local/bin/krb5-config" -+ - AC_SUBST(KRB5_CFLAGS) - AC_SUBST(KRB5_LIBS) -+AC_SUBST(KRB5_CONFIG) - - if test x$KRB5_LIBS != x; then - KRB5_PASSED_LIBS=$KRB5_LIBS |