head 1.4; access; symbols pkgsrc-2026Q1:1.4.0.24 pkgsrc-2026Q1-base:1.4 pkgsrc-2025Q4:1.4.0.22 pkgsrc-2025Q4-base:1.4 pkgsrc-2025Q3:1.4.0.20 pkgsrc-2025Q3-base:1.4 pkgsrc-2025Q2:1.4.0.18 pkgsrc-2025Q2-base:1.4 pkgsrc-2025Q1:1.4.0.16 pkgsrc-2025Q1-base:1.4 pkgsrc-2024Q4:1.4.0.14 pkgsrc-2024Q4-base:1.4 pkgsrc-2024Q3:1.4.0.12 pkgsrc-2024Q3-base:1.4 pkgsrc-2024Q2:1.4.0.10 pkgsrc-2024Q2-base:1.4 pkgsrc-2024Q1:1.4.0.8 pkgsrc-2024Q1-base:1.4 pkgsrc-2023Q4:1.4.0.6 pkgsrc-2023Q4-base:1.4 pkgsrc-2023Q3:1.4.0.4 pkgsrc-2023Q3-base:1.4 pkgsrc-2023Q2:1.4.0.2 pkgsrc-2023Q2-base:1.4 pkgsrc-2023Q1:1.3.0.2 pkgsrc-2023Q1-base:1.3 pkgsrc-2022Q4:1.2.0.2 pkgsrc-2022Q4-base:1.2 pkgsrc-2022Q3:1.1.0.4 pkgsrc-2022Q3-base:1.1 pkgsrc-2022Q2:1.1.0.2 pkgsrc-2022Q2-base:1.1; locks; strict; comment @# @; 1.4 date 2023.05.22.14.10.42; author fcambus; state Exp; branches; next 1.3; commitid TIsSjMyWmRvgWXpE; 1.3 date 2022.12.31.19.07.53; author fcambus; state Exp; branches; next 1.2; commitid xLYcwlNEYYVb9K7E; 1.2 date 2022.10.05.08.32.33; author fcambus; state Exp; branches; next 1.1; commitid ApAkBA4GwP4AqvWD; 1.1 date 2022.05.13.08.56.52; author fcambus; state Exp; branches; next ; commitid eNGrUv6LEOfTdSDD; desc @@ 1.4 log @wabt: update to 1.0.33. No upstream ChangeLog. @ text @$NetBSD: patch-CMakeLists.txt,v 1.3 2022/12/31 19:07:53 fcambus Exp $ Do not disable extensions, needs gnu++17 for alloca(3). --- CMakeLists.txt.orig 2023-05-12 21:56:46.000000000 +0000 +++ CMakeLists.txt @@@@ -167,7 +167,7 @@@@ else () -Wall -Wextra -Wno-unused-parameter -Wpointer-arith -Wuninitialized -Wimplicit-fallthrough ) - set(CMAKE_CXX_EXTENSIONS OFF) + set(CMAKE_CXX_EXTENSIONS ON) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wold-style-cast") if (NOT WITH_EXCEPTIONS) @ 1.3 log @wabt: update to 1.0.32. No upstream ChangeLog. @ text @d1 1 a1 1 $NetBSD: patch-CMakeLists.txt,v 1.2 2022/10/05 08:32:33 fcambus Exp $ d5 1 a5 1 --- CMakeLists.txt.orig 2022-12-28 00:00:50.000000000 +0000 d7 2 a8 2 @@@@ -150,7 +150,7 @@@@ else () -Wall -Wextra -Wno-unused-parameter -Wpointer-arith -Wuninitialized a15 9 @@@@ -230,7 +230,7 @@@@ if (USE_UBSAN) endif () endif () -set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${WABT_SOURCE_DIR}/cmake) +set (CMAKE_MODULE_PATH "/usr/pkgsrc/devel/wabt/work/.buildlink/cmake-Modules" ${CMAKE_MODULE_PATH} ${WABT_SOURCE_DIR}/cmake) # CWriter code templates set(TEMPLATE_CMAKE ${WABT_SOURCE_DIR}/scripts/gen-wasm2c-templates.cmake) @ 1.2 log @wabt: update to 1.0.30. No upstream ChangeLog. @ text @d1 1 a1 1 $NetBSD: patch-CMakeLists.txt,v 1.1 2022/05/13 08:56:52 fcambus Exp $ d5 1 a5 1 --- CMakeLists.txt.orig 2022-09-30 21:24:30.000000000 +0000 d7 1 a7 1 @@@@ -146,7 +146,7 @@@@ else () d16 9 @ 1.1 log @wabt: needs gnu++17 for alloca(3). This should fix the build on aarch64. @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 --- CMakeLists.txt.orig 2022-05-04 14:41:06.000000000 +0000 d7 1 a7 1 @@@@ -153,7 +153,7 @@@@ else () @