head 1.2; access; symbols pkgsrc-2020Q4:1.1.0.4 pkgsrc-2020Q4-base:1.1 pkgsrc-2020Q3:1.1.0.2 pkgsrc-2020Q3-base:1.1; locks; strict; comment @# @; 1.2 date 2021.01.13.08.58.44; author nia; state dead; branches; next 1.1; commitid 2qSGTDsO6ZOROxDC; 1.1 date 2020.07.24.07.29.32; author fox; state Exp; branches; next ; commitid aZhiuCZKoUw7TihC; desc @@ 1.2 log @remove www/cliqz the "cliqz" browser was discontinued upstream months ago and i don't think we particularly need another unmaintained firefox fork in pkgsrc that doesn't build. @ text @$NetBSD: patch-mozilla-release_mach,v 1.1 2020/07/24 07:29:32 fox Exp $ * Accept Python 3.x from pkgsrc. --- mozilla-release/mach.orig 2020-07-23 22:08:42.682115705 +0000 +++ mozilla-release/mach @@@@ -94,7 +94,7 @@@@ fi if [ -z "$first_arg" ]; then # User ran `./mach` or `./mach help`, use Python 3. - run_py python3 "$@@" + run_py ${PYTHON3} "$@@" fi case "${first_arg}" in @@@@ -121,12 +121,12 @@@@ case " $(echo $py2commands) " in run_py python2.7 "$@@" ;; *) - run_py python3 "$@@" + run_py ${PYTHON3} "$@@" ;; esac # Run Python 3 for everything else. -run_py python3 "$@@" +run_py ${PYTHON3} "$@@" ''' from __future__ import absolute_import, print_function, unicode_literals @ 1.1 log @www/cliqz: Updates to 1.38.0 - Removes some of the obsolete patches. - Bumps versions of dependencies. Changes since 1.36.0: Merge with Firefox 78.0.2 @ text @d1 1 a1 1 $NetBSD$ @