pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/archivers/py-zstandard
Module Name: pkgsrc
Committed By: pho
Date: Wed Jan 29 05:45:04 UTC 2025
Modified Files:
pkgsrc/archivers/py-zstandard: Makefile
Log Message:
archivers/z-standard: Fix build on OmniOS
${WRKSRC}/make_cffi.py invokes cpp(1) but it's not in PATH on this platform.
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/archivers/py-zstandard/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/archivers/py-zstandard/Makefile
diff -u pkgsrc/archivers/py-zstandard/Makefile:1.31 pkgsrc/archivers/py-zstandard/Makefile:1.32
--- pkgsrc/archivers/py-zstandard/Makefile:1.31 Mon Nov 11 07:27:51 2024
+++ pkgsrc/archivers/py-zstandard/Makefile Wed Jan 29 05:45:03 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2024/11/11 07:27:51 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2025/01/29 05:45:03 pho Exp $
DISTNAME= zstandard-0.23.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,8 @@ HOMEPAGE= https://github.com/indygreg/py
COMMENT= Zstandard bindings for Python
LICENSE= modified-bsd
+USE_TOOLS+= cpp
+
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-cffi>=1.11:../../devel/py-cffi
TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis-[0-9]*:../../devel/py-hypothesis
Home |
Main Index |
Thread Index |
Old Index