head 1.2; access; symbols pkgsrc-2026Q1:1.2.0.26 pkgsrc-2026Q1-base:1.2 pkgsrc-2025Q4:1.2.0.24 pkgsrc-2025Q4-base:1.2 pkgsrc-2025Q3:1.2.0.22 pkgsrc-2025Q3-base:1.2 pkgsrc-2025Q2:1.2.0.20 pkgsrc-2025Q2-base:1.2 pkgsrc-2025Q1:1.2.0.18 pkgsrc-2025Q1-base:1.2 pkgsrc-2024Q4:1.2.0.16 pkgsrc-2024Q4-base:1.2 pkgsrc-2024Q3:1.2.0.14 pkgsrc-2024Q3-base:1.2 pkgsrc-2024Q2:1.2.0.12 pkgsrc-2024Q2-base:1.2 pkgsrc-2024Q1:1.2.0.10 pkgsrc-2024Q1-base:1.2 pkgsrc-2023Q4:1.2.0.8 pkgsrc-2023Q4-base:1.2 pkgsrc-2023Q3:1.2.0.6 pkgsrc-2023Q3-base:1.2 pkgsrc-2023Q2:1.2.0.4 pkgsrc-2023Q2-base:1.2 pkgsrc-2023Q1:1.2.0.2 pkgsrc-2023Q1-base:1.2 pkgsrc-2022Q4:1.1.0.2 pkgsrc-2022Q4-base:1.1; locks; strict; comment @# @; 1.2 date 2023.02.11.07.49.55; author adam; state Exp; branches; next 1.1; commitid VdFyFUBL2zXR25dE; 1.1 date 2022.12.07.08.04.42; author adam; state Exp; branches; next ; commitid fPdkarIox3HtfB4E; desc @@ 1.2 log @jpegoptim: updated to 1.5.2 v1.5.2 Add support for reading list of files to process from a file (--files-from) or from standard input (--files-stdin) Improved JPEG marker reporting Fix -d, --dest option (thanks to Almas Kunapyanov), Other minor fixes @ text @$NetBSD: patch-configure,v 1.1 2022/12/07 08:04:42 adam Exp $ Portablility fixes. --- configure.orig 2023-02-11 02:00:41.000000000 +0000 +++ configure @@@@ -3398,7 +3398,7 @@@@ arith_code=0 # Check whether --with-arith was given. if test "${with_arith+set}" = set; then : withval=$with_arith; - if test $withval == yes; then + if test $withval = yes; then arith_code=1 fi @@@@ -4168,7 +4168,7 @@@@ fi fi -if test $arith_code == 1 -a $jpegoptim_cv_arith_code_support = yes; then +if test $arith_code = 1 -a $jpegoptim_cv_arith_code_support = yes; then arith_code_status="Enabled" $as_echo "#define HAVE_ARITH_CODE 1" >>confdefs.h @@@@ -4226,7 +4226,7 @@@@ $as_echo "$jpegoptim_cv_extension_settin echo "--------------------------------------------------" echo "Extension settings: $extension_settings_status" echo "Arithmetic coding: $arith_code_status" -if test $arith_code == 0 -a "$jpegoptim_cv_arith_code_support" == "yes"; then +if test $arith_code = 0 -a "$jpegoptim_cv_arith_code_support" = "yes"; then echo "(use --with-arith to enable Arithmetic coding support)" fi echo "--------------------------------------------------" @ 1.1 log @jpegoptim: updated to 1.5.0 v1.5.0 Parallel processing support added. Use option -w max or --workers=max to enable. Fix --stdin option Other minor fixes @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 --- configure.orig 2022-12-07 07:55:53.000000000 +0000 d7 1 a7 1 @@@@ -3397,7 +3397,7 @@@@ arith_code=0 d16 1 a16 1 @@@@ -4167,7 +4167,7 @@@@ fi d25 9 @