pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/python37



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Jul 25 10:04:35 UTC 2022

Modified Files:
        pkgsrc/lang/python37: Makefile

Log Message:
python37: Skip wrkrefs exposed by pkg-config change.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/lang/python37/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/python37/Makefile
diff -u pkgsrc/lang/python37/Makefile:1.34 pkgsrc/lang/python37/Makefile:1.35
--- pkgsrc/lang/python37/Makefile:1.34  Sat Mar 19 18:55:44 2022
+++ pkgsrc/lang/python37/Makefile       Mon Jul 25 10:04:35 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2022/03/19 18:55:44 adam Exp $
+# $NetBSD: Makefile,v 1.35 2022/07/25 10:04:35 jperkin Exp $
 
 .include "dist.mk"
 
@@ -191,6 +191,10 @@ hpux-postinstall:
 
 INSTALLATION_DIRS+=    lib/python${PY_VER_SUFFIX}/site-packages
 
+# PKG_CONFIG_LIBDIR references to BUILDLINK_DIR
+CHECK_WRKREF_SKIP+=    lib/python${PY_VER_SUFFIX}/_sysconfigdata*
+CHECK_WRKREF_SKIP+=    lib/python${PY_VER_SUFFIX}/config-${PY_VER_SUFFIX}/Makefile
+
 pre-install: setuptools-preinstall
 .PHONY: setuptools-preinstall
 setuptools-preinstall:



Home | Main Index | Thread Index | Old Index