summaryrefslogtreecommitdiff
path: root/www/cliqz/files/patch-bug1288587
diff options
context:
space:
mode:
authorSanthosh Raju <fox@FreeBSD.org>2020-05-17 18:12:10 +0000
committerSanthosh Raju <fox@FreeBSD.org>2020-05-17 18:12:10 +0000
commitb0df6c3a7fcf44c99b3f55f244b93dc3c66f2f74 (patch)
tree590082fc6f8e024b26dac51a329f8aebcf3945dd /www/cliqz/files/patch-bug1288587
parentChange RUN_DEPENDS from rubygem-sassc to rubygem-sassc22 (diff)
www/cliqz: Updates to 1.36.0
- Removes some of the obsolete patches. Changes since 1.35.0: Merge with Firefox 76.0.1
Diffstat (limited to 'www/cliqz/files/patch-bug1288587')
-rw-r--r--www/cliqz/files/patch-bug128858714
1 files changed, 7 insertions, 7 deletions
diff --git a/www/cliqz/files/patch-bug1288587 b/www/cliqz/files/patch-bug1288587
index 1c25ebf72ce0..cd8d2449d80e 100644
--- a/www/cliqz/files/patch-bug1288587
+++ b/www/cliqz/files/patch-bug1288587
@@ -25,7 +25,7 @@ index 855214a..1e91d51 100644
log.debug("python2: executable from configuration: %r" % python)
-@@ -358,7 +365,10 @@ def virtualenv_python2(env_python, build_env, mozillab
+@@ -365,7 +372,10 @@ def virtualenv_python2(env_python, build_env, mozillab
sys.executable, manager.python_path))
log.info('Reexecuting in the virtualenv')
if env_python:
@@ -37,7 +37,7 @@ index 855214a..1e91d51 100644
# One would prefer to use os.execl, but that's completely borked on
# Windows.
sys.exit(subprocess.call([python] + sys.argv))
-@@ -460,6 +470,7 @@ option(env='PYTHON3', nargs=1, help='Python 3 interpre
+@@ -468,6 +478,7 @@ option(env='PYTHON3', nargs=1, help='Python 3 interpre
@imports(_from='mozbuild.pythonutil', _import='find_python3_executable')
@imports(_from='mozbuild.pythonutil', _import='python_executable_version')
@imports(_from='six', _import='ensure_text')
@@ -45,7 +45,7 @@ index 855214a..1e91d51 100644
def virtualenv_python3(env_python, build_env, mozillabuild, mozconfig, help):
if help:
return
-@@ -495,6 +506,12 @@ def virtualenv_python3(env_python, build_env, mozillab
+@@ -503,6 +514,12 @@ def virtualenv_python3(env_python, build_env, mozillab
python = mozconfig['vars']['added']['PYTHON3']
elif 'PYTHON3' in mozconfig['vars']['modified']:
python = mozconfig['vars']['modified']['PYTHON3'][1]
@@ -58,7 +58,7 @@ index 855214a..1e91d51 100644
log.debug("python3: executable from configuration: %r" % python)
-@@ -575,7 +592,10 @@ def virtualenv_python3(env_python, build_env, mozillab
+@@ -583,7 +600,10 @@ def virtualenv_python3(env_python, build_env, mozillab
sys.executable, manager.python_path))
log.info('Re-executing in the virtualenv')
if env_python:
@@ -67,6 +67,6 @@ index 855214a..1e91d51 100644
+ del os.environ['PYTHON3']
+ except KeyError:
+ pass
- # One would prefer to use os.execl, but that's completely borked on
- # Windows.
- sys.exit(subprocess.call([python] + sys.argv))
+ # Homebrew on macOS will change Python's sys.executable to a custom
+ # value which messes with mach's virtualenv handling code. Override
+ # Homebrew's changes with the correct sys.executable value.