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:   gdt
Date:           Sun May  5 13:05:16 UTC 2024

Modified Files:
        pkgsrc/net/py-cares: Makefile

Log Message:
net/py-cares: Revert unintended hunk while adding comments

Dropping PYCARES_CFFI=1 is likely correct, but was not explained in
the commit message and logically unrelated to the packed issue.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 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.9 pkgsrc/net/py-cares/Makefile:1.10
--- pkgsrc/net/py-cares/Makefile:1.9    Sun May  5 11:11:01 2024
+++ pkgsrc/net/py-cares/Makefile        Sun May  5 13:05:16 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2024/05/05 11:11:01 gdt Exp $
+# $NetBSD: Makefile,v 1.10 2024/05/05 13:05:16 gdt Exp $
 
 DISTNAME=      pycares-4.4.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^py//}
@@ -23,6 +23,7 @@ TOOL_DEPENDS+=        ${PYPKGPREFIX}-wheel>=0:.
 DEPENDS+=      ${PYPKGPREFIX}-cffi>=1.5.0:../../devel/py-cffi
 
 USE_LANGUAGES= c
+MAKE_ENV+=     PYCARES_CFFI=1
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 



Home | Main Index | Thread Index | Old Index