pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/py-cares
Module Name: pkgsrc
Committed By: adam
Date: Wed Jul 22 13:51:41 UTC 2026
Modified Files:
pkgsrc/net/py-cares: Makefile
Log Message:
py-cares: switch to system libcares, which fixes building on macOS 27
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/net/py-cares/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/py-cares/Makefile
diff -u pkgsrc/net/py-cares/Makefile:1.20 pkgsrc/net/py-cares/Makefile:1.21
--- pkgsrc/net/py-cares/Makefile:1.20 Mon Jan 12 21:53:48 2026
+++ pkgsrc/net/py-cares/Makefile Wed Jul 22 13:51:41 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2026/01/12 21:53:48 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2026/07/22 13:51:41 adam Exp $
DISTNAME= pycares-5.0.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//}
@@ -19,8 +19,10 @@ LICENSE= mit
# Fix py-cares or cffi to work with a packed definition.
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
-TOOL_DEPENDS+= cmake-[0-9]*:../../devel/cmake
DEPENDS+= ${PYPKGPREFIX}-cffi>=1.5.0:../../devel/py-cffi
+MAKE_ENV+= PYCARES_USE_SYSTEM_LIB=1
+
.include "../../lang/python/wheel.mk"
+.include "../../net/libcares/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index