head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.12 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.10 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.8 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.6 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.4 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.2 pkgsrc-2024Q4-base:1.1; locks; strict; comment @# @; 1.1 date 2024.11.01.08.37.29; author adam; state Exp; branches; next ; commitid f1WtxGwlpvkJ5VvF; desc @@ 1.1 log @gtexinfo: ignore check for macOS 14.4+ iconv bug; use gmake to fix parallel build; pkglint fixes @ text @$NetBSD$ Ignore iconv bug check for macOS for the sake of PLIST consistency. This check has been introduced in gtexinfo 7.1.1. --- configure.orig 2024-09-07 17:33:21.000000000 +0000 +++ configure @@@@ -13469,6 +13469,7 @@@@ int result = 0; iconv_close (cd_utf8_to_88591); } } +#if 0 /* Test against macOS 14.4 bug: Failures are not distinguishable from successful returns. POSIX:2018 says: "The iconv() function shall ... return the number of @@@@ -13498,6 +13499,7 @@@@ int result = 0; iconv_close (cd_utf8_to_88591); } } +#endif /* Test against Solaris 10 bug: Failures are not distinguishable from successful returns. */ { @@@@ -39577,6 +39579,7 @@@@ int result = 0; iconv_close (cd_utf8_to_88591); } } +#if 0 /* Test against macOS 14.4 bug: Failures are not distinguishable from successful returns. POSIX:2018 says: "The iconv() function shall ... return the number of @@@@ -39606,6 +39609,7 @@@@ int result = 0; iconv_close (cd_utf8_to_88591); } } +#endif /* Test against Solaris 10 bug: Failures are not distinguishable from successful returns. */ { @