pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/geography/opencpn
Module Name: pkgsrc
Committed By: wiz
Date: Sun Sep 14 10:54:29 UTC 2025
Modified Files:
pkgsrc/geography/opencpn: Makefile
Log Message:
opencpn: work around cmake 4 build problem
Doesn't finish build for me though
To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 pkgsrc/geography/opencpn/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/geography/opencpn/Makefile
diff -u pkgsrc/geography/opencpn/Makefile:1.80 pkgsrc/geography/opencpn/Makefile:1.81
--- pkgsrc/geography/opencpn/Makefile:1.80 Sat Aug 30 22:45:11 2025
+++ pkgsrc/geography/opencpn/Makefile Sun Sep 14 10:54:28 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.80 2025/08/30 22:45:11 wiz Exp $
+# $NetBSD: Makefile,v 1.81 2025/09/14 10:54:28 wiz Exp $
DISTNAME= OpenCPN-5.0.0
PKGNAME= ${DISTNAME:S/OpenCPN/opencpn/}
@@ -21,7 +21,8 @@ USE_CMAKE= yes
CMAKE_CONFIGURE_ARGS+= -DPREFIX:PATH=${PREFIX} -DPREFIX_PLUGINS:PATH=${PREFIX}/lib/opencpn
CMAKE_CONFIGURE_ARGS+= -DBUNDLE_DOCS=ON -DBUNDLE_GSHHS=CRUDE -DBUNDLE_TCDATA=ON
CMAKE_CONFIGURE_ARGS+= -DCMAKE_BUILD_TYPE=Release
-CMAKE_MODULE_PATH_OVERRIDE = \
+CMAKE_CONFIGURE_ARGS+= -DCMAKE_POLICY_VERSION_MINIMUM=3.5
+CMAKE_MODULE_PATH_OVERRIDE= \
plugins/chartdldr_pi/CMakeLists.txt \
plugins/dashboard_pi/CMakeLists.txt \
plugins/grib_pi/CMakeLists.txt \
Home |
Main Index |
Thread Index |
Old Index