git: e58af116e103 - main - devel/qcoro: fix build on 13.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 05 May 2022 10:04:48 UTC
The branch main has been updated by adridg:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e58af116e1038fcb3eb4db089458136a0bd5848d
commit e58af116e1038fcb3eb4db089458136a0bd5848d
Author: Adriaan de Groot <adridg@FreeBSD.org>
AuthorDate: 2022-05-05 10:01:32 +0000
Commit: Adriaan de Groot <adridg@FreeBSD.org>
CommitDate: 2022-05-05 10:01:32 +0000
devel/qcoro: fix build on 13.0
Fetch an upstream patch that fixes the build for "Apple Clang".
While here, drop the "broken-on-12", at least so the cluster
tries to build it on 12 and we can see (again) what's left to fix.
PR: 263775
Reported by: Eric Camachat
Obtained from: Eric Camachat
---
devel/qcoro/Makefile | 4 +++-
devel/qcoro/distinfo | 4 +++-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/devel/qcoro/Makefile b/devel/qcoro/Makefile
index 1be811df9ce0..5c808d929670 100644
--- a/devel/qcoro/Makefile
+++ b/devel/qcoro/Makefile
@@ -1,6 +1,7 @@
PORTNAME= qcoro
DISTVERSIONPREFIX= v
DISTVERSION= 0.5.1
+PORTREVISION= 1
CATEGORIES= devel kde
MAINTAINER= kde@FreeBSD.org
@@ -19,6 +20,7 @@ GH_ACCOUNT= danvratil
CMAKE_OFF= QCORO_BUILD_EXAMPLES
CMAKE_ARGS= -DUSE_QT_VERSION=5
-BROKEN_FreeBSD_12= requires recent C++ compiler
+PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES= b4abc5874103.patch:-p1
.include <bsd.port.mk>
diff --git a/devel/qcoro/distinfo b/devel/qcoro/distinfo
index 396972ee0078..68f1794a4190 100644
--- a/devel/qcoro/distinfo
+++ b/devel/qcoro/distinfo
@@ -1,3 +1,5 @@
-TIMESTAMP = 1651143793
+TIMESTAMP = 1651673770
SHA256 (danvratil-qcoro-v0.5.1_GH0.tar.gz) = 49c996797d101d8152dcd5a35005c274770d75ef18eabff78c12cdfba36e6a8f
SIZE (danvratil-qcoro-v0.5.1_GH0.tar.gz) = 91850
+SHA256 (b4abc5874103.patch) = 48d4f3bdb0267452fc230eff314a83dd683542bae8ac5da974deb8582680c9fc
+SIZE (b4abc5874103.patch) = 2121