scons: recent update failed to update a patch
authorRussell Senior <redacted>
Sun, 10 May 2026 15:36:55 +0000 (08:36 -0700)
committerAlexandru Ardelean <redacted>
Mon, 11 May 2026 14:50:52 +0000 (17:50 +0300)
The recent commit 048a5088c515f737fecfd797807c9dfa6302fc0f updated
scons to 4.10.1, but neglected to correct a version related path in
a patch. This fixes that oversight, so that scons hostpkg builds
again. Also, fix up fuzz in the patches.

Signed-off-by: Russell Senior <redacted>
devel/scons/patches/001-platform_env.patch
devel/scons/patches/002-fix-import-path.patch

index 641fdc7cf02010ed10cfb17b7338015756c1f00f..ba7a1a7fe6035567a0f67013cfc6c9e72f458b8f 100644 (file)
@@ -1,6 +1,6 @@
---- a/scons-local-4.0.1/SCons/Platform/__init__.py
-+++ b/scons-local-4.0.1/SCons/Platform/__init__.py
-@@ -63,6 +63,8 @@ def platform_default():
+--- a/scons-local-4.10.1/SCons/Platform/__init__.py
++++ b/scons-local-4.10.1/SCons/Platform/__init__.py
+@@ -69,6 +69,8 @@ def platform_default():
      care about the machine architecture.
      """
      osname = os.name
index 2c72cba1ec821d01565f903f884260dd64dd17f4..bba6ddb14b0a72ba44dc94a313fe6cd0fba1b2bd 100644 (file)
@@ -1,6 +1,6 @@
 --- a/scons.py
 +++ b/scons.py
-@@ -56,6 +56,7 @@ if script_path in sys.path:
+@@ -57,6 +57,7 @@ if script_path in sys.path:
      sys.path.remove(script_path)
  
  libs = []
git clone https://git.99rst.org/PROJECT