pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/heimdal
Module Name: pkgsrc
Committed By: thor
Date: Sun May 9 16:04:34 UTC 2021
Modified Files:
pkgsrc/security/heimdal: Makefile PLIST
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.145 -r1.146 pkgsrc/security/heimdal/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/security/heimdal/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/heimdal/Makefile
diff -u pkgsrc/security/heimdal/Makefile:1.145 pkgsrc/security/heimdal/Makefile:1.146
--- pkgsrc/security/heimdal/Makefile:1.145 Wed Apr 21 11:40:36 2021
+++ pkgsrc/security/heimdal/Makefile Sun May 9 16:04:34 2021
@@ -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
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"
Index: pkgsrc/security/heimdal/PLIST
diff -u pkgsrc/security/heimdal/PLIST:1.24 pkgsrc/security/heimdal/PLIST:1.25
--- pkgsrc/security/heimdal/PLIST:1.24 Tue Mar 11 14:05:13 2014
+++ pkgsrc/security/heimdal/PLIST Sun May 9 16:04:34 2021
@@ -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/libroken.la
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