pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/python
Module Name: pkgsrc
Committed By: tnn
Date: Wed May 7 10:28:03 UTC 2025
Modified Files:
pkgsrc/lang/python: extension.mk
Log Message:
python/extension.mk: remove redundant conditional bsd.prefs.mk include
It is redundant because we unconditionally include pyversion.mk
which unconditionally includes bsd.prefs.mk.
To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 pkgsrc/lang/python/extension.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/python/extension.mk
diff -u pkgsrc/lang/python/extension.mk:1.66 pkgsrc/lang/python/extension.mk:1.67
--- pkgsrc/lang/python/extension.mk:1.66 Tue Jan 7 19:35:08 2025
+++ pkgsrc/lang/python/extension.mk Wed May 7 10:28:03 2025
@@ -1,4 +1,4 @@
-# $NetBSD: extension.mk,v 1.66 2025/01/07 19:35:08 riastradh Exp $
+# $NetBSD: extension.mk,v 1.67 2025/05/07 10:28:03 tnn Exp $
.include "../../lang/python/pyversion.mk"
@@ -11,7 +11,6 @@
# Do not included this file directly, use wheel.mk.
.if !empty(PYDISTUTILSPKG:M[yY][eE][sS])
-.include "../../mk/bsd.prefs.mk"
PYSETUP?= setup.py
PYSETUPBUILDTARGET?= build
Home |
Main Index |
Thread Index |
Old Index