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. --- tp/Texinfo/XS/configure.orig 2024-09-07 17:27:38.000000000 +0000 +++ tp/Texinfo/XS/configure @@@@ -8597,6 +8597,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 @@@@ -8626,6 +8627,7 @@@@ int result = 0; iconv_close (cd_utf8_to_88591); } } +#endif /* Test against Solaris 10 bug: Failures are not distinguishable from successful returns. */ { @@@@ -11338,6 +11340,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 @@@@ -11367,6 +11370,7 @@@@ int result = 0; iconv_close (cd_utf8_to_88591); } } +#endif /* Test against Solaris 10 bug: Failures are not distinguishable from successful returns. */ { @