pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/heimdal security/heimdal: provide krb5-gssapi...
details: https://anonhg.NetBSD.org/pkgsrc/rev/366b3bb8befa
branches: trunk
changeset: 452418:366b3bb8befa
user: thor <thor%pkgsrc.org@localhost>
date: Sun May 09 16:04:34 2021 +0000
description:
security/heimdal: provide krb5-gssapi.pc as symlink
This is needed for example for qt5-qtbase to pick up a pkgsrc-installed
heimdal instead of possibly a mix of system mit-krb5 libs with pkgsrc
headers, for its network auth that recently got GSSAPI.
It makes sense to provide the same pkg-config package name if heimdal and
mit-krb5 should be transparently compatible at that front.
diffstat:
security/heimdal/Makefile | 7 +++++--
security/heimdal/PLIST | 3 ++-
2 files changed, 7 insertions(+), 3 deletions(-)
diffs (40 lines):
diff -r 890917c2c2c2 -r 366b3bb8befa security/heimdal/Makefile
--- a/security/heimdal/Makefile Sun May 09 15:19:10 2021 +0000
+++ b/security/heimdal/Makefile Sun May 09 16:04:34 2021 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.145 2021/04/21 11:40:36 adam Exp $
+# $NetBSD: Makefile,v 1.146 2021/05/09 16:04:34 thor Exp $
DISTNAME= heimdal-1.5.3
-PKGREVISION= 28
+PKGREVISION= 29
CATEGORIES= security
# Original distfile is unavailable on Github
#GITHUB_TAG= ${DISTNAME}
@@ -128,6 +128,9 @@
PTHREAD_AUTO_VARS= yes
.endif
+post-install:
+ ${LN} -s heimdal-gssapi.pc ${DESTDIR}${PREFIX}/lib/pkgconfig/krb5-gssapi.pc
+
.include "../../mk/termcap.buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/readline.buildlink3.mk"
diff -r 890917c2c2c2 -r 366b3bb8befa security/heimdal/PLIST
--- a/security/heimdal/PLIST Sun May 09 15:19:10 2021 +0000
+++ b/security/heimdal/PLIST Sun May 09 16:04:34 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.24 2014/03/11 14:05:13 jperkin Exp $
+@comment $NetBSD: PLIST,v 1.25 2021/05/09 16:04:34 thor Exp $
bin/afslog
bin/compile_et
bin/gsstool
@@ -146,6 +146,7 @@
lib/libsl.la
lib/libwind.la
lib/pkgconfig/heimdal-gssapi.pc
+lib/pkgconfig/krb5-gssapi.pc
lib/windc.la
libexec/digest-service
libexec/heimdal/asn1_compile
Home |
Main Index |
Thread Index |
Old Index