head 1.2; access; symbols pkgsrc-2023Q2:1.1.0.8 pkgsrc-2023Q2-base:1.1 pkgsrc-2023Q1:1.1.0.6 pkgsrc-2023Q1-base:1.1 pkgsrc-2022Q4:1.1.0.4 pkgsrc-2022Q4-base:1.1 pkgsrc-2022Q3:1.1.0.2 pkgsrc-2022Q3-base:1.1; locks; strict; comment @# @; 1.2 date 2023.09.01.08.20.30; author nia; state dead; branches; next 1.1; commitid L7WejVqK4DGHI2DE; 1.1 date 2022.08.01.15.00.13; author ast; state Exp; branches; next ; commitid zqWOI4E7VHFbFbOD; desc @@ 1.2 log @handbrake: Do not hardcode python versions in patches, instead use tool.mk to create the appropriate wrapper executable. Fixes build with Python 3.11. @ text @$NetBSD: patch-make-python_launcher,v 1.1 2022/08/01 15:00:13 ast Exp $ Launch correct correct python --- make/python_launcher.orig 2022-08-01 14:38:04.652928969 +0200 +++ make/python_launcher 2022-08-01 14:38:24.938211784 +0200 @@@@ -13,7 +13,7 @@@@ return 1 } -for p in python3 python2 python python3.7 python3.6 python2.7 +for p in python3 python3.10 python3.9 python3.8 python3.7 python3.6 python3.5 python3.4 python3.3 python3.2 python3.1 python2 python2.7 python do if ( inpath $p ); then exec $p "$@@" @ 1.1 log @multimedia/handbrake: update from 1.3.3 to 1.5.1; fix build when python>3.8 @ text @d1 1 a1 1 $NetBSD$ @