pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri Jan 21 10:43:52 UTC 2022

Modified Files:
        pkgsrc/lang/python310: Makefile
        pkgsrc/lang/python37: Makefile
        pkgsrc/lang/python38: Makefile
        pkgsrc/lang/python39: Makefile

Log Message:
python3*: Add REPLACE_SH, from pekdon via IRC.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/lang/python310/Makefile
cvs rdiff -u -r1.30 -r1.31 pkgsrc/lang/python37/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/lang/python38/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/lang/python39/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/python310/Makefile
diff -u pkgsrc/lang/python310/Makefile:1.8 pkgsrc/lang/python310/Makefile:1.9
--- pkgsrc/lang/python310/Makefile:1.8  Thu Jan 20 13:07:50 2022
+++ pkgsrc/lang/python310/Makefile      Fri Jan 21 10:43:51 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2022/01/20 13:07:50 jperkin Exp $
+# $NetBSD: Makefile,v 1.9 2022/01/21 10:43:51 jperkin Exp $
 
 .include "dist.mk"
 
@@ -147,6 +147,8 @@ REPLACE_FILES.python+=      Lib/turtledemo/yi
 REPLACE_FILES.python+= Lib/uu.py
 REPLACE_FILES.python+= Lib/webbrowser.py
 
+REPLACE_SH+=           Misc/python-config.sh.in
+
 # XXX: It might be needed to add manually more paths like ${PREFIX}/qt5/lib
 # Test: python -c 'from ctypes.util import find_library; print(find_library("ffi"));'
 SUBST_CLASSES+=                findlib

Index: pkgsrc/lang/python37/Makefile
diff -u pkgsrc/lang/python37/Makefile:1.30 pkgsrc/lang/python37/Makefile:1.31
--- pkgsrc/lang/python37/Makefile:1.30  Thu Jan 20 13:03:23 2022
+++ pkgsrc/lang/python37/Makefile       Fri Jan 21 10:43:51 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2022/01/20 13:03:23 jperkin Exp $
+# $NetBSD: Makefile,v 1.31 2022/01/21 10:43:51 jperkin Exp $
 
 PKGREVISION= 3
 .include "dist.mk"
@@ -155,6 +155,8 @@ REPLACE_FILES.python+=      Lib/turtledemo/yi
 REPLACE_FILES.python+= Lib/uu.py
 REPLACE_FILES.python+= Lib/webbrowser.py
 
+REPLACE_SH+=           Misc/python-config.sh.in
+
 # XXX: It might be needed to add manually more paths like ${PREFIX}/qt5/lib
 # Test: python -c 'from ctypes.util import find_library; print(find_library("ffi"));'
 SUBST_CLASSES+=                findlib

Index: pkgsrc/lang/python38/Makefile
diff -u pkgsrc/lang/python38/Makefile:1.24 pkgsrc/lang/python38/Makefile:1.25
--- pkgsrc/lang/python38/Makefile:1.24  Thu Jan 20 11:52:28 2022
+++ pkgsrc/lang/python38/Makefile       Fri Jan 21 10:43:51 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2022/01/20 11:52:28 jperkin Exp $
+# $NetBSD: Makefile,v 1.25 2022/01/21 10:43:51 jperkin Exp $
 
 PKGREVISION= 3
 .include "dist.mk"
@@ -157,6 +157,8 @@ REPLACE_FILES.python+=      Lib/turtledemo/yi
 REPLACE_FILES.python+= Lib/uu.py
 REPLACE_FILES.python+= Lib/webbrowser.py
 
+REPLACE_SH+=           Misc/python-config.sh.in
+
 # XXX: It might be needed to add manually more paths like ${PREFIX}/qt5/lib
 # Test: python -c 'from ctypes.util import find_library; print(find_library("ffi"));'
 SUBST_CLASSES+=                findlib

Index: pkgsrc/lang/python39/Makefile
diff -u pkgsrc/lang/python39/Makefile:1.15 pkgsrc/lang/python39/Makefile:1.16
--- pkgsrc/lang/python39/Makefile:1.15  Thu Jan 20 13:06:33 2022
+++ pkgsrc/lang/python39/Makefile       Fri Jan 21 10:43:52 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2022/01/20 13:06:33 jperkin Exp $
+# $NetBSD: Makefile,v 1.16 2022/01/21 10:43:52 jperkin Exp $
 
 .include "dist.mk"
 
@@ -148,6 +148,8 @@ REPLACE_FILES.python+=      Lib/turtledemo/yi
 REPLACE_FILES.python+= Lib/uu.py
 REPLACE_FILES.python+= Lib/webbrowser.py
 
+REPLACE_SH+=           Misc/python-config.sh.in
+
 # XXX: It might be needed to add manually more paths like ${PREFIX}/qt5/lib
 # Test: python -c 'from ctypes.util import find_library; print(find_library("ffi"));'
 SUBST_CLASSES+=                findlib



Home | Main Index | Thread Index | Old Index