diff --git a/dns/py-pydnstable/Makefile b/dns/py-pydnstable/Makefile index 03959199fc6c..fa81a2001faf 100644 --- a/dns/py-pydnstable/Makefile +++ b/dns/py-pydnstable/Makefile @@ -1,24 +1,24 @@ PORTNAME= pydnstable PORTVERSION= 0.8.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= dns python MASTER_SITES= FARSIGHT LOCAL/truckman/farsight PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= truckman@FreeBSD.org COMMENT= Python wrapper for dns/dnstable WWW= https://github.com/farsightsec/pydnstable LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/COPYRIGHT LIB_DEPENDS= libmtbl.so:devel/mtbl \ libdnstable.so:dns/dnstable USES= pkgconfig python USE_PYTHON= autoplist cython distutils post-install: ${STRIP_CMD} ${STAGEDIR}/${PYTHON_SITELIBDIR}/dnstable*.so .include diff --git a/dns/py-pydnstable/files/patch-dnstable.pxi b/dns/py-pydnstable/files/patch-dnstable.pxi new file mode 100644 index 000000000000..2090c49e57ab --- /dev/null +++ b/dns/py-pydnstable/files/patch-dnstable.pxi @@ -0,0 +1,10 @@ +--- dnstable.pxi.orig 2024-03-06 19:53:36 UTC ++++ dnstable.pxi +@@ -16,7 +16,6 @@ from libcpp cimport bool + + cimport cython + from libcpp cimport bool +-from cpython.string cimport * + from libc.stddef cimport * + from libc.stdint cimport * + from libc.stdlib cimport *