git: 6fe6ac2e1764 - main - devel/py-threadpoolctl: Mark IGNORE for FreeBSD 13.2-RELEASE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Mar 2024 14:19:04 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6fe6ac2e17648da3bc204470b67ea847cfe2cb43
commit 6fe6ac2e17648da3bc204470b67ea847cfe2cb43
Author: Jason W. Bacon <jwb@freebsd.org>
AuthorDate: 2024-03-09 13:57:35 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-03-09 14:07:23 +0000
devel/py-threadpoolctl: Mark IGNORE for FreeBSD 13.2-RELEASE
PR: 276231
---
devel/py-threadpoolctl/Makefile | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/devel/py-threadpoolctl/Makefile b/devel/py-threadpoolctl/Makefile
index 4048483bfbc0..4bc45de11e7c 100644
--- a/devel/py-threadpoolctl/Makefile
+++ b/devel/py-threadpoolctl/Makefile
@@ -18,4 +18,10 @@ USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
+.include <bsd.port.options.mk>
+
+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1302509
+IGNORE= does not run on FreeBSD 13.2 or earlier due to handling of dynamically loaded libc
+.endif
+
.include <bsd.port.mk>