head 1.3; access; symbols pkgsrc-2023Q4:1.2.0.24 pkgsrc-2023Q4-base:1.2 pkgsrc-2023Q3:1.2.0.22 pkgsrc-2023Q3-base:1.2 pkgsrc-2023Q2:1.2.0.20 pkgsrc-2023Q2-base:1.2 pkgsrc-2023Q1:1.2.0.18 pkgsrc-2023Q1-base:1.2 pkgsrc-2022Q4:1.2.0.16 pkgsrc-2022Q4-base:1.2 pkgsrc-2022Q3:1.2.0.14 pkgsrc-2022Q3-base:1.2 pkgsrc-2022Q2:1.2.0.12 pkgsrc-2022Q2-base:1.2 pkgsrc-2022Q1:1.2.0.10 pkgsrc-2022Q1-base:1.2 pkgsrc-2021Q4:1.2.0.8 pkgsrc-2021Q4-base:1.2 pkgsrc-2021Q3:1.2.0.6 pkgsrc-2021Q3-base:1.2 pkgsrc-2021Q2:1.2.0.4 pkgsrc-2021Q2-base:1.2 pkgsrc-2021Q1:1.2.0.2 pkgsrc-2021Q1-base:1.2 pkgsrc-2020Q4:1.1.0.6 pkgsrc-2020Q4-base:1.1 pkgsrc-2020Q3:1.1.0.4 pkgsrc-2020Q3-base:1.1 pkgsrc-2020Q2:1.1.0.2 pkgsrc-2020Q2-base:1.1; locks; strict; comment @# @; 1.3 date 2024.01.24.16.58.05; author wiz; state dead; branches; next 1.2; commitid MZDBCfYvF4AgVIVE; 1.2 date 2021.01.15.14.33.52; author mef; state Exp; branches; next 1.1; commitid d4c0XrE8AkF5BPDC; 1.1 date 2020.05.14.19.04.51; author joerg; state Exp; branches; next ; commitid 1v9dCN427X491f8C; desc @@ 1.3 log @hfstospell: replace patch that forced c++14 with FORCE_CXX_STD Patch didn't apply any longer after autoconf update @ text @$NetBSD: patch-configure,v 1.2 2021/01/15 14:33:52 mef Exp $ Let's not force C++20 when the libxml++ dependency can't deal with it. --- configure.orig 2021-01-15 23:14:58.236623702 +0900 +++ configure 2021-01-15 23:22:01.601329062 +0900 @@@@ -19482,15 +19482,15 @@@@ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_cxx_compiler_gnu -{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether C++ compiler accepts -std=c++20" >&5 -printf %s "checking whether C++ compiler accepts -std=c++20... " >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether C++ compiler accepts -std=c++14" >&5 +printf %s "checking whether C++ compiler accepts -std=c++14... " >&6; } if test ${ax_cv_check_cxxflags___std_cpp20+y} then : printf %s "(cached) " >&6 else $as_nop ax_check_save_flags=$CXXFLAGS - CXXFLAGS="$CXXFLAGS -std=c++20" + CXXFLAGS="$CXXFLAGS -std=c++14" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@@@ -19515,7 +19515,7 @@@@ fi printf "%s\n" "$ax_cv_check_cxxflags___std_cpp20" >&6; } if test x"$ax_cv_check_cxxflags___std_cpp20" = xyes then : - CXXFLAGS="$CXXFLAGS -std=c++20" + CXXFLAGS="$CXXFLAGS -std=c++14" else $as_nop { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether C++ compiler accepts -std=c++2a" >&5 @@@@ -19554,15 +19554,15 @@@@ then : CXXFLAGS="$CXXFLAGS -std=c++2a" else $as_nop - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether C++ compiler accepts -std=c++17" >&5 -printf %s "checking whether C++ compiler accepts -std=c++17... " >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether C++ compiler accepts -std=c++14" >&5 +printf %s "checking whether C++ compiler accepts -std=c++14... " >&6; } if test ${ax_cv_check_cxxflags___std_cpp17+y} then : printf %s "(cached) " >&6 else $as_nop ax_check_save_flags=$CXXFLAGS - CXXFLAGS="$CXXFLAGS -std=c++17" + CXXFLAGS="$CXXFLAGS -std=c++14" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@@@ -19587,7 +19587,7 @@@@ fi printf "%s\n" "$ax_cv_check_cxxflags___std_cpp17" >&6; } if test x"$ax_cv_check_cxxflags___std_cpp17" = xyes then : - CXXFLAGS="$CXXFLAGS -std=c++17" + CXXFLAGS="$CXXFLAGS -std=c++14" else $as_nop { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether C++ compiler accepts -std=c++1z" >&5 @@@@ -19623,7 +19623,7 @@@@ fi printf "%s\n" "$ax_cv_check_cxxflags___std_cpp1z" >&6; } if test x"$ax_cv_check_cxxflags___std_cpp1z" = xyes then : - CXXFLAGS="$CXXFLAGS -std=c++1z" + CXXFLAGS="$CXXFLAGS -std=c++14" else $as_nop { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether C++ compiler accepts -std=c++14" >&5 @ 1.2 log @(textproc/hfstospell) fix patch stage problem after autoconf updated to 2.70 This package has pre-patch configure. Since autoconf updated, patch should be adjusted. @ text @d1 1 a1 1 $NetBSD: patch-configure,v 1.1 2020/05/14 19:04:51 joerg Exp $ @ 1.1 log @libxml++ is not ready for the recent C++ standards due to using functionality that has been removed from the spec. Don't force such late standards. @ text @d1 1 a1 1 $NetBSD$ d5 3 a7 3 --- configure.orig 2018-10-15 11:35:17.000000000 +0000 +++ configure @@@@ -18472,14 +18472,14 @@@@ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS d11 8 a18 7 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C++ compiler accepts -std=c++20" >&5 -$as_echo_n "checking whether C++ compiler accepts -std=c++20... " >&6; } +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C++ compiler accepts -std=c++14" >&5 +$as_echo_n "checking whether C++ compiler accepts -std=c++14... " >&6; } if ${ax_cv_check_cxxflags___std_cpp20+:} false; then : $as_echo_n "(cached) " >&6 else d26 4 a29 4 @@@@ -18502,7 +18502,7 @@@@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_check_cxxflags___std_cpp20" >&5 $as_echo "$ax_cv_check_cxxflags___std_cpp20" >&6; } if test x"$ax_cv_check_cxxflags___std_cpp20" = xyes; then : d32 1 a32 1 else d34 2 a35 2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C++ compiler accepts -std=c++2a" >&5 @@@@ -18538,14 +18538,14 @@@@ if test x"$ax_cv_check_cxxflags___std_cp d37 1 a37 1 else d39 8 a46 7 - { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C++ compiler accepts -std=c++17" >&5 -$as_echo_n "checking whether C++ compiler accepts -std=c++17... " >&6; } + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C++ compiler accepts -std=c++14" >&5 +$as_echo_n "checking whether C++ compiler accepts -std=c++14... " >&6; } if ${ax_cv_check_cxxflags___std_cpp17+:} false; then : $as_echo_n "(cached) " >&6 else d54 4 a57 4 @@@@ -18568,17 +18568,17 @@@@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_check_cxxflags___std_cpp17" >&5 $as_echo "$ax_cv_check_cxxflags___std_cpp17" >&6; } if test x"$ax_cv_check_cxxflags___std_cpp17" = xyes; then : d60 1 a60 1 else d62 5 a66 18 - { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C++ compiler accepts -std=c++1z" >&5 -$as_echo_n "checking whether C++ compiler accepts -std=c++1z... " >&6; } + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C++ compiler accepts -std=c++14" >&5 +$as_echo_n "checking whether C++ compiler accepts -std=c++14... " >&6; } if ${ax_cv_check_cxxflags___std_cpp1z+:} false; then : $as_echo_n "(cached) " >&6 else ax_check_save_flags=$CXXFLAGS - CXXFLAGS="$CXXFLAGS -std=c++1z" + CXXFLAGS="$CXXFLAGS -std=c++14" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@@@ -18601,7 +18601,7 @@@@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_check_cxxflags___std_cpp1z" >&5 $as_echo "$ax_cv_check_cxxflags___std_cpp1z" >&6; } if test x"$ax_cv_check_cxxflags___std_cpp1z" = xyes; then : d69 1 a69 1 else d71 1 a71 1 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C++ compiler accepts -std=c++14" >&5 @