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:           Thu Aug 28 12:40:15 UTC 2025

Modified Files:
        pkgsrc/archivers/py-zstandard: Makefile

Log Message:
archivers/py-zstandard: Remove cpp from USE_TOOLS

It was only there for OmniOS, and is no longer necessary.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 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.37 pkgsrc/archivers/py-zstandard/Makefile:1.38
--- pkgsrc/archivers/py-zstandard/Makefile:1.37 Tue Aug 26 14:35:41 2025
+++ pkgsrc/archivers/py-zstandard/Makefile      Thu Aug 28 12:40:15 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2025/08/26 14:35:41 leot Exp $
+# $NetBSD: Makefile,v 1.38 2025/08/28 12:40:15 pho Exp $
 
 DISTNAME=      zstandard-0.24.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -15,8 +15,6 @@ TOOL_DEPENDS+=        ${PYPKGPREFIX}-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-cffi>=1.11:../../devel/py-cffi
 TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis-[0-9]*:../../devel/py-hypothesis
 
-USE_TOOLS+=    cpp
-
 .include "../../mk/bsd.prefs.mk"
 # qsort_r(3) was added in NetBSD 11.0
 .if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} < 110000



Home | Main Index | Thread Index | Old Index