summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2021-07-20 17:43:12 +0000
committerwiz <wiz@pkgsrc.org>2021-07-20 17:43:12 +0000
commit8e853cfc1802da137f115005494004acd1e163f2 (patch)
treeaf181ee356cdefa6358589e5c52de5c63171997f /security
parent721f429b53e68c4dc6e5e60375cc7d4c214c32e1 (diff)
downloadpkgsrc-8e853cfc1802da137f115005494004acd1e163f2.tar.gz
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 (limited to 'security')
-rw-r--r--security/py-kerberos/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/security/py-kerberos/Makefile b/security/py-kerberos/Makefile
index ea74b097887..1a72bb987e8 100644
--- a/security/py-kerberos/Makefile
+++ b/security/py-kerberos/Makefile
@@ -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 @@ HOMEPAGE= https://github.com/apple/ccs-pykerberos
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"