head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.22 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.20 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.18 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.16 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.14 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.12 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.10 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.8 pkgsrc-2024Q2-base:1.1 pkgsrc-2024Q1:1.1.0.6 pkgsrc-2024Q1-base:1.1 pkgsrc-2023Q4:1.1.0.4 pkgsrc-2023Q4-base:1.1 pkgsrc-2023Q3:1.1.0.2 pkgsrc-2023Q3-base:1.1; locks; strict; comment @# @; 1.1 date 2023.08.14.07.38.37; author nros; state Exp; branches; next ; commitid 9Zu9E9dYioVm4JAE; desc @@ 1.1 log @Add czmq version 4.2.1 to pkgsrc-current High-level C binding for ZeroMQ. czmq is trying to create shorter and more readable applications by wrapping the ZeroMQ core API in better semantics. It also tries to hide the differences between versions of ZeroMQ as far as possible. @ text @$NetBSD$ * Fix compatibility problems --- configure.orig 2023-08-13 19:55:20.890973372 +0000 +++ configure @@@@ -13094,7 +13094,7 @@@@ if test "${with_gcov+set}" = set; then : fi -if test "x${CZMQ_GCOV}" == "xyes"; then +if test "x${CZMQ_GCOV}" = "xyes"; then CFLAGS="-O0 -g -fprofile-arcs -ftest-coverage" if test "x${CZMQ_ORIG_CFLAGS}" != "xnone"; then @@@@ -13132,7 +13132,7 @@@@ if test "${enable_address_sanitizer+set} fi -if test "x${CZMQ_ASAN}" == "xyes"; then +if test "x${CZMQ_ASAN}" = "xyes"; then CFLAGS="${CFLAGS} -fsanitize=address" CXXFLAGS="${CXXFLAGS} -fsanitize=address" @@@@ -13171,7 +13171,7 @@@@ else fi -if test "x$ZPROJECT_BINDINGS_PYTHON" == "xyes"; then +if test "x$ZPROJECT_BINDINGS_PYTHON" = "xyes"; then if true; then ENABLE_BINDINGS_PYTHON_TRUE= ENABLE_BINDINGS_PYTHON_FALSE='#' @