git: 67ee34c21bd9 - main - www/firefox: remove stray patch file
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 12 Feb 2024 19:24:57 UTC
The branch main has been updated by cmt: URL: https://cgit.FreeBSD.org/ports/commit/?id=67ee34c21bd99c788f3b7fbbf9512556940c91ab commit 67ee34c21bd99c788f3b7fbbf9512556940c91ab Author: Christoph Moench-Tegeder <cmt@FreeBSD.org> AuthorDate: 2024-02-12 19:24:18 +0000 Commit: Christoph Moench-Tegeder <cmt@FreeBSD.org> CommitDate: 2024-02-12 19:24:18 +0000 www/firefox: remove stray patch file leftovers from testing Fixes: 7659a22057 --- .../files/patch-python_mozbuild_backend_recursivemake.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/www/firefox/files/patch-python_mozbuild_backend_recursivemake.py b/www/firefox/files/patch-python_mozbuild_backend_recursivemake.py deleted file mode 100644 index 5d98c1d31c4f..000000000000 --- a/www/firefox/files/patch-python_mozbuild_backend_recursivemake.py +++ /dev/null @@ -1,10 +0,0 @@ ---- python/mozbuild/mozbuild/backend/recursivemake.py.orig 2024-02-06 22:20:32.176365000 +0100 -+++ python/mozbuild/mozbuild/backend/recursivemake.py 2024-02-06 22:22:12.303380000 +0100 -@@ -549,6 +549,7 @@ - if not reldir: - for out in obj.outputs: - out = mozpath.join(relobjdir, out) -+ print('XXX Out: ' + out) - assert out not in self._target_per_file - self._target_per_file[out] = (relobjdir, tier) - for input in obj.inputs: