head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.8 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.6 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.4 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.2 pkgsrc-2025Q2-base:1.1; locks; strict; comment @# @; 1.1 date 2025.05.13.14.49.26; author wiz; state Exp; branches; next ; commitid xt758WxAg7gCWKUF; desc @@ 1.1 log @chat/quassel: add rc.d script to quasselcore Add patch to send only warning when check SSL support of Qt5, instead of error. Qt5 of pkgsrc has SSL support, but quassel can't detect at configure time. Convert to cmake/build.mk. From Robert Bagdan on tech-pkg. @ text @$NetBSD$ * Qt5 of pkgsrc has SSL support, but cmake can't detect --- CMakeLists.txt.orig 2022-01-01 17:11:21.000000000 +0000 +++ CMakeLists.txt @@@@ -223,7 +223,7 @@@@ check_cxx_source_compiles(" cmake_pop_check_state() if (NOT HAVE_SSL) - message(FATAL_ERROR "Quassel requires SSL support, but Qt is built with QT_NO_SSL") + message(WARNING "Quassel requires SSL support, but maybe Qt is built with QT_NO_SSL") endif() # Optional Qt components @