Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Oct 2024 05:43:41 GMT
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9b6bab9a1896 - main - x11/plasma6-plasma-desktop: Fix build with LLVM 19
Message-ID:  <202410260543.49Q5hfnb062432@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jhale:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9b6bab9a1896e2a758f0ac1997d596d7a4d167a4

commit 9b6bab9a1896e2a758f0ac1997d596d7a4d167a4
Author:     Jason E. Hale <jhale@FreeBSD.org>
AuthorDate: 2024-10-26 05:39:20 +0000
Commit:     Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2024-10-26 05:43:29 +0000

    x11/plasma6-plasma-desktop: Fix build with LLVM 19
    
    While here:
    Fix MAINTAINER/COMMENT order
    
    PR:             282319
    Reported by:    jkim, pkg-fallout
    MFH:            2024Q4
---
 x11/plasma6-plasma-desktop/Makefile | 5 ++++-
 x11/plasma6-plasma-desktop/distinfo | 4 +++-
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/x11/plasma6-plasma-desktop/Makefile b/x11/plasma6-plasma-desktop/Makefile
index 1d126bcd1f14..9094a1bb65d4 100644
--- a/x11/plasma6-plasma-desktop/Makefile
+++ b/x11/plasma6-plasma-desktop/Makefile
@@ -2,8 +2,11 @@ PORTNAME=	plasma-desktop
 DISTVERSION=	${KDE_PLASMA_VERSION}
 CATEGORIES=	x11 kde kde-plasma
 
-COMMENT=	KDE Plasma Desktop
+PATCH_SITES=	https://invent.kde.org/plasma/plasma-desktop/-/commit/
+PATCHFILES=	02726a1ca0189f71f46513078cbc82af9daa9425.patch:-p1 # Fix build with LLVM >= 19
+
 MAINTAINER=	kde@FreeBSD.org
+COMMENT=	KDE Plasma Desktop
 
 BUILD_DEPENDS=	wayland-protocols>=0:graphics/wayland-protocols \
 		xf86-input-evdev>0:x11-drivers/xf86-input-evdev \
diff --git a/x11/plasma6-plasma-desktop/distinfo b/x11/plasma6-plasma-desktop/distinfo
index 8db08f55028d..6be9918e9370 100644
--- a/x11/plasma6-plasma-desktop/distinfo
+++ b/x11/plasma6-plasma-desktop/distinfo
@@ -1,3 +1,5 @@
-TIMESTAMP = 1720016663
+TIMESTAMP = 1729919577
 SHA256 (KDE/plasma/6.1.2/plasma-desktop-6.1.2.tar.xz) = 29e4047c49274ade6996240695cbdabe78c184181708079404debf6dad87e2d8
 SIZE (KDE/plasma/6.1.2/plasma-desktop-6.1.2.tar.xz) = 16139568
+SHA256 (KDE/plasma/6.1.2/02726a1ca0189f71f46513078cbc82af9daa9425.patch) = fa5e9ebe72a649c7faff9912f0bd2ec5a026455f8a454bc34953bff16bad58a1
+SIZE (KDE/plasma/6.1.2/02726a1ca0189f71f46513078cbc82af9daa9425.patch) = 862



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410260543.49Q5hfnb062432>