head 1.2; access; symbols pkgsrc-2024Q4:1.1.0.16 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.14 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.12 pkgsrc-2024Q2-base:1.1 pkgsrc-2024Q1:1.1.0.10 pkgsrc-2024Q1-base:1.1 pkgsrc-2023Q4:1.1.0.8 pkgsrc-2023Q4-base:1.1 pkgsrc-2023Q3:1.1.0.6 pkgsrc-2023Q3-base:1.1 pkgsrc-2023Q2:1.1.0.4 pkgsrc-2023Q2-base:1.1 pkgsrc-2023Q1:1.1.0.2 pkgsrc-2023Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2025.03.18.09.01.59; author wiz; state dead; branches; next 1.1; commitid hpe8gtCBhxdQOwNF; 1.1 date 2023.03.03.09.25.47; author wiz; state Exp; branches; next ; commitid I2VquvSVy0CXVEfE; desc @@ 1.2 log @*deepstate*: remove This required Python 3.10, but some of its dependencies are not available for Python 3.10 any longer. @ text @$NetBSD: patch-CMakeLists.txt,v 1.1 2023/03/03 09:25:47 wiz Exp $ --- CMakeLists.txt.orig 2020-08-25 17:45:32.000000000 +0000 +++ CMakeLists.txt @@@@ -67,14 +67,8 @@@@ endif() if (DEEPSTATE_HONGGFUZZ) string(FIND "${CMAKE_C_COMPILER}" "hfuzz-clang" _hfuzz_found) - if(_hfuzz_found EQUAL -1) - message(FATAL_ERROR "DeepState's HonggFuzz mode requires the hfuzz-clang C compiler.") - endif() string(FIND "${CMAKE_CXX_COMPILER}" "hfuzz-clang++" _hfuzz_found) - if(_hfuzz_found EQUAL -1) - message(FATAL_ERROR "DeepState's HonggFuzz mode requires the hfuzz-clang++ C++ compiler.") - endif() endif() if (DEEPSTATE_AFL) @ 1.1 log @deepstate-hongfuzz: really add patch @ text @d1 1 a1 1 $NetBSD$ @