summaryrefslogtreecommitdiff
path: root/geography
diff options
context:
space:
mode:
authorbouyer <bouyer@pkgsrc.org>2022-09-27 10:04:39 +0000
committerbouyer <bouyer@pkgsrc.org>2022-09-27 10:04:39 +0000
commite59f2e7c14a43ebbedd11428f0eec23d50ac2310 (patch)
tree5b1b9d16dbb781e419f6091ce4421c977d43055a /geography
parentb7b02704fb71040f07f98b505c0e6ecc80ab7270 (diff)
downloadpkgsrc-e59f2e7c14a43ebbedd11428f0eec23d50ac2310.tar.gz
Do not overwrite CMAKE_SHARED_LINKER_FLAGS, bump PKGREVISION
Should fix missing rpaths, which shows up with PKG_DEVELOPER=yes, reported by wiz@
Diffstat (limited to 'geography')
-rw-r--r--geography/opencpn-plugin-plots/Makefile4
-rw-r--r--geography/opencpn-plugin-plots/distinfo3
-rw-r--r--geography/opencpn-plugin-plots/patches/patch-cmake_PluginConfigure.cmake15
3 files changed, 19 insertions, 3 deletions
diff --git a/geography/opencpn-plugin-plots/Makefile b/geography/opencpn-plugin-plots/Makefile
index 4b130a1c160..96d3e116b35 100644
--- a/geography/opencpn-plugin-plots/Makefile
+++ b/geography/opencpn-plugin-plots/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2022/08/11 05:08:37 gutteridge Exp $
+# $NetBSD: Makefile,v 1.4 2022/09/27 10:04:39 bouyer Exp $
#
VERSION= 2.2.12
-PKGREVISION= 2
+PKGREVISION= 3
DISTNAME= ocpn_plots_pi-${VERSION}
PKGNAME= opencpn-plugin-plots-${VERSION}
CATEGORIES= geography
diff --git a/geography/opencpn-plugin-plots/distinfo b/geography/opencpn-plugin-plots/distinfo
index 16d9e2cc202..0cbf60e9b11 100644
--- a/geography/opencpn-plugin-plots/distinfo
+++ b/geography/opencpn-plugin-plots/distinfo
@@ -1,8 +1,9 @@
-$NetBSD: distinfo,v 1.2 2022/04/04 21:14:51 bouyer Exp $
+$NetBSD: distinfo,v 1.3 2022/09/27 10:04:39 bouyer Exp $
BLAKE2s (ocpn_plots_pi-2.2.12.tar.gz) = 3e34c9c075351a38bad983a784b5faee10b863a107d542b2bb21f4766314667e
SHA512 (ocpn_plots_pi-2.2.12.tar.gz) = fb2bb19da0866f08835b82c76e9b14c042aab531230f4398db9b912733446e9ab1e9c52804f2d8698de6c0b496a67645a89e60f2234587b7d5e0cb001b0d9304
Size (ocpn_plots_pi-2.2.12.tar.gz) = 921352 bytes
+SHA1 (patch-cmake_PluginConfigure.cmake) = 89c8e0e607edf7afe7af2e839c824d748b40c34f
SHA1 (patch-cmake_PluginSetup.cmake) = 5cd62f288bea7993da60ff58af01b4c427afa99f
SHA1 (patch-src_icons.cpp) = 4c3e9e5b2317dfda9a7c68610a7b6dd0b83a1a1c
SHA1 (patch-src_plots_pi.cpp) = d26ef2ba3c08c78cb4abb6b7a4f041d3281c5689
diff --git a/geography/opencpn-plugin-plots/patches/patch-cmake_PluginConfigure.cmake b/geography/opencpn-plugin-plots/patches/patch-cmake_PluginConfigure.cmake
new file mode 100644
index 00000000000..a895c11c114
--- /dev/null
+++ b/geography/opencpn-plugin-plots/patches/patch-cmake_PluginConfigure.cmake
@@ -0,0 +1,15 @@
+$NetBSD: patch-cmake_PluginConfigure.cmake,v 1.1 2022/09/27 10:04:39 bouyer Exp $
+Do not overwrite CMAKE_SHARED_LINKER_FLAGS
+
+--- cmake/PluginConfigure.cmake.orig 2022-09-27 11:57:14.210931921 +0200
++++ cmake/PluginConfigure.cmake 2022-09-27 11:57:29.413310899 +0200
+@@ -228,9 +228,6 @@
+
+ include_directories(${PROJECT_SOURCE_DIR}/include ${PROJECT_SOURCE_DIR}/src)
+
+-set(CMAKE_SHARED_LINKER_FLAGS "")
+-set(CMAKE_EXE_LINKER_FLAGS "")
+-
+ # SET(PROFILING 1)
+ if(CMAKE_BUILD_TYPE STREQUAL "Debug" OR CMAKE_BUILD_TYPE STREQUAL "RelWithDebInfo")
+ add_definitions("-DDEBUG_BUILD")