pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/py-kerberos py-kerberos: mark as only support...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1a9d4832959f
branches:  trunk
changeset: 456132:1a9d4832959f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Jul 20 17:43:12 2021 +0000

description:
py-kerberos: mark as only supporting mit-krb5

With heimdal, you'll get undefined symbol errors like this one:
/usr/pkg/lib/python3.8/site-packages/kerberos.so: Undefined PLT symbol "krb5_free_keytab_entry_contents"

Bump PKGREVISION.

diffstat:

 security/py-kerberos/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 6802b72fef10 -r 1a9d4832959f security/py-kerberos/Makefile
--- a/security/py-kerberos/Makefile     Tue Jul 20 17:36:40 2021 +0000
+++ b/security/py-kerberos/Makefile     Tue Jul 20 17:43:12 2021 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2021/01/09 08:18:09 adam Exp $
+# $NetBSD: Makefile,v 1.6 2021/07/20 17:43:12 wiz Exp $
 
 DISTNAME=      kerberos-1.3.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=k/kerberos/}
 
@@ -10,6 +11,9 @@
 COMMENT=       Python Kerberos implementation
 LICENSE=       apache-2.0
 
+# uses krb5_free_keytab_entry_contents, which only mit-krb5 provides
+KRB5_ACCEPTED= mit-krb5
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/krb5.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index