head 1.2; access; symbols pkgsrc-2026Q1:1.2.0.6 pkgsrc-2026Q1-base:1.2 pkgsrc-2025Q4:1.2.0.4 pkgsrc-2025Q4-base:1.2 pkgsrc-2025Q3:1.2.0.2 pkgsrc-2025Q3-base:1.2 pkgsrc-2025Q2:1.1.0.4 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.2 pkgsrc-2025Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2025.08.19.12.52.17; author plunky; state Exp; branches; next 1.1; commitid pFGeAGnTl1608l7G; 1.1 date 2025.03.16.14.56.12; author plunky; state Exp; branches; next ; commitid OZ6RTWSRFj6oQiNF; desc @@ 1.2 log @ Update QCAD to 3.32.3.4 Changelog at https://www.qcad.org/en/documentation/changelog this [incidentally] fixes a recent build failure after the update to Qt6.9.1, raised by wiz@@ @ text @$NetBSD: patch-src_CMakeLists.txt,v 1.1 2025/03/16 14:56:12 plunky Exp $ turn off debug output include qtjsapi (library) and qcadjsapi (plugin) in build --- src/CMakeLists.txt.orig 2025-02-20 12:25:22.000000000 +0000 +++ src/CMakeLists.txt @@@@ -3,6 +3,8 @@@@ project(src VERSION 1.0 LANGUAGES CXX) include(../CMakeInclude.txt) +add_compile_definitions(QT_NO_DEBUG_OUTPUT) + add_subdirectory(3rdparty) add_subdirectory(core) add_subdirectory(spatialindex) @@@@ -16,6 +18,8 @@@@ add_subdirectory(stemmer) add_subdirectory(customwidgets) add_subdirectory(run) add_subdirectory(scripts) +add_subdirectory(qtjsapi) +add_subdirectory(qcadjsapi) if(NOT BUILD_QT6) message("Qt 5") add_subdirectory(scripting) @ 1.1 log @Update QCAD to v3.32.2.0 Many improvements since the previous pkgsrc version, the complete changelog is at https://qcad.org/en/changelog For this update, I have switched to the CMake build, which does not require such invasive patching @ text @d1 1 a1 1 $NetBSD$ d13 1 a13 1 +add_compile_definitions(QT_DEBUG_NO_OUTPUT) @