head 1.2; access; symbols pkgsrc-2024Q2:1.1.0.2 pkgsrc-2024Q2-base:1.1; locks; strict; comment @# @; 1.2 date 2024.06.27.07.18.49; author adam; state dead; branches; next 1.1; commitid p6mD06s3j69IJAfF; 1.1 date 2024.06.06.11.59.31; author jperkin; state Exp; branches; next ; commitid qBQcCq3MEjtXXUcF; desc @@ 1.2 log @zziplib: updated to 0.13.77 release v0.13.77 * make afl to check for fuzzer bugs * update os versions to latest from docker_mirror.py * add missing tests scenarios for later os releases * fix Coverage include hack * integrate mxe/src/zziplib-2-prefer-win32-mmap.patch * make crossgcc/windows a working example for mingw * `./testbuilds.py clean` will drop test-related docker images * `./testbuilds.py` will automatically run clean if everything successful * `./testbuilds.py help` shows the available tests and commands * in test_2xx create /external bins and compile them by linking via cmake-configs * fix bins/CMakeLists.txt to show realistic usage of cmake find_package * note: it seems bins/unzzip*.c use internal headers which external programs can't @ text @$NetBSD: patch-bins_CMakeLists.txt,v 1.1 2024/06/06 11:59:31 jperkin Exp $ Fix build when "gcov" is not available. --- bins/CMakeLists.txt.orig 2024-06-06 11:55:50.726376934 +0000 +++ bins/CMakeLists.txt @@@@ -9,7 +9,6 @@@@ endif(NOT CMAKE_BUILD_TYPE) include ( GNUInstallDirs ) include ( FindPkgConfig ) -include ( CodeCoverage ) # options ######################################################## option(BUILD_SHARED_LIBS "Build a shared library" ON) @@@@ -33,6 +32,7 @@@@ if(FORTIFY) endif() if(COVERAGE) +include ( CodeCoverage ) append_coverage_compiler_flags() endif() @ 1.1 log @zziplib: Fix build when "gcov" is not available. @ text @d1 1 a1 1 $NetBSD$ @