head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.32 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.30 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.28 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.26 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.24 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.22 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.20 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.18 pkgsrc-2024Q2-base:1.1 pkgsrc-2024Q1:1.1.0.16 pkgsrc-2024Q1-base:1.1 pkgsrc-2023Q4:1.1.0.14 pkgsrc-2023Q4-base:1.1 pkgsrc-2023Q3:1.1.0.12 pkgsrc-2023Q3-base:1.1 pkgsrc-2023Q2:1.1.0.10 pkgsrc-2023Q2-base:1.1 pkgsrc-2023Q1:1.1.0.8 pkgsrc-2023Q1-base:1.1 pkgsrc-2022Q4:1.1.0.6 pkgsrc-2022Q4-base:1.1 pkgsrc-2022Q3:1.1.0.4 pkgsrc-2022Q3-base:1.1 pkgsrc-2022Q2:1.1.0.2 pkgsrc-2022Q2-base:1.1; locks; strict; comment @# @; 1.1 date 2022.03.28.19.32.38; author bouyer; state Exp; branches; next ; commitid DdoYTMkLTXaud1yD; desc @@ 1.1 log @Add opencpn-plugin-plots version 2.2.12 OpenCPN is a free software (GPLv2) project to create a concise chart plotter and navigation software, for use underway or as a planning tool. OpenCPN is developed by a team of active sailors using real world conditions for program testing and refinement. This plugin is designed to monitor speed and course to make the changes to sail sweep obvious. It may be used to better understand the sailing characteristics of a particular sailing vessel, or for fine tuning to give optimal results. @ text @$NetBSD: $ Make sure PKG_TARGET is defined --- cmake/PluginSetup.cmake.orig 2022-03-28 12:35:19.226589920 +0200 +++ cmake/PluginSetup.cmake 2022-03-28 12:40:33.397145593 +0200 @@@@ -104,10 +104,6 @@@@ set(PKG_TARGET_VERSION 16) set(QT_ANDROID ON) elseif(UNIX) - # Some linux dist: - execute_process(COMMAND "lsb_release" "-is" OUTPUT_VARIABLE PKG_TARGET) - execute_process(COMMAND "lsb_release" "-rs" OUTPUT_VARIABLE PKG_TARGET_VERSION) -else() set(PKG_TARGET "unknown") set(PKG_TARGET_VERSION 1) endif() @