aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2022-09-02 11:59:49 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2022-09-02 11:59:49 +0000
commit307d7f1d2865d218076e8cf9b4d772320ee08b65 (patch)
tree1cefab75a4f8a183e89a16dd7149f38949df05d4
parentae30a3b002584002232a6f306e3f05c564f2d3b0 (diff)
downloadports-307d7f1d2865d218076e8cf9b4d772320ee08b65.tar.gz
ports-307d7f1d2865d218076e8cf9b4d772320ee08b65.zip
astro/marble: add upstream fix for broken library linkage
Fix link definitions with newer CMake versions LINK_PUBLIC and LINK_PRIVATE have been deprecated for many years, and SailfishOS has a newer enough CMake version now. Marble requires CMake 3.10 anyway. Without this change, cmake 3.24.0 won't find the imported targets when Marble is used as a library. PR: 265652
-rw-r--r--astro/marble/Makefile4
-rw-r--r--astro/marble/distinfo4
2 files changed, 7 insertions, 1 deletions
diff --git a/astro/marble/Makefile b/astro/marble/Makefile
index 276c316298e0..98aa02aedeac 100644
--- a/astro/marble/Makefile
+++ b/astro/marble/Makefile
@@ -1,7 +1,11 @@
PORTNAME= marble
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
+PORTREVISION= 1
CATEGORIES= astro education kde kde-applications
+PATCH_SITES= https://invent.kde.org/education/marble/-/commit/
+PATCHFILES= 677153cc8c1450a8a370fbd1c7505dd7e4ea50fc.diff:-p1
+
MAINTAINER= kde@FreeBSD.org
COMMENT= Virtual globe and world atlas for KDE
diff --git a/astro/marble/distinfo b/astro/marble/distinfo
index d4459dca5df1..6f79efcb57e4 100644
--- a/astro/marble/distinfo
+++ b/astro/marble/distinfo
@@ -1,3 +1,5 @@
-TIMESTAMP = 1660628648
+TIMESTAMP = 1662119965
SHA256 (KDE/release-service/22.08.0/marble-22.08.0.tar.xz) = 02a88a77078d4f73ac6870e075b93740c30dd3d9e8ad31201ce29b44d0faab6e
SIZE (KDE/release-service/22.08.0/marble-22.08.0.tar.xz) = 53662988
+SHA256 (KDE/release-service/22.08.0/677153cc8c1450a8a370fbd1c7505dd7e4ea50fc.diff) = 97b3e42d94091d0d7ba07f7ec1718e386080e613a8d051ed9872c2f012fa0820
+SIZE (KDE/release-service/22.08.0/677153cc8c1450a8a370fbd1c7505dd7e4ea50fc.diff) = 4767