pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang python3*: Add REPLACE_SH, from pekdon via IRC.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0912e47fb388
branches:  trunk
changeset: 372188:0912e47fb388
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Fri Jan 21 10:43:51 2022 +0000

description:
python3*: Add REPLACE_SH, from pekdon via IRC.

diffstat:

 lang/python310/Makefile |  4 +++-
 lang/python37/Makefile  |  4 +++-
 lang/python38/Makefile  |  4 +++-
 lang/python39/Makefile  |  4 +++-
 4 files changed, 12 insertions(+), 4 deletions(-)

diffs (72 lines):

diff -r 975e674f7f7e -r 0912e47fb388 lang/python310/Makefile
--- a/lang/python310/Makefile   Fri Jan 21 07:28:03 2022 +0000
+++ b/lang/python310/Makefile   Fri Jan 21 10:43:51 2022 +0000
@@ -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/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
diff -r 975e674f7f7e -r 0912e47fb388 lang/python37/Makefile
--- a/lang/python37/Makefile    Fri Jan 21 07:28:03 2022 +0000
+++ b/lang/python37/Makefile    Fri Jan 21 10:43:51 2022 +0000
@@ -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/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
diff -r 975e674f7f7e -r 0912e47fb388 lang/python38/Makefile
--- a/lang/python38/Makefile    Fri Jan 21 07:28:03 2022 +0000
+++ b/lang/python38/Makefile    Fri Jan 21 10:43:51 2022 +0000
@@ -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/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
diff -r 975e674f7f7e -r 0912e47fb388 lang/python39/Makefile
--- a/lang/python39/Makefile    Fri Jan 21 07:28:03 2022 +0000
+++ b/lang/python39/Makefile    Fri Jan 21 10:43:51 2022 +0000
@@ -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/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