aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorAdriaan de Groot <adridg@FreeBSD.org>2022-05-05 10:01:32 +0000
committerAdriaan de Groot <adridg@FreeBSD.org>2022-05-05 10:01:32 +0000
commite58af116e1038fcb3eb4db089458136a0bd5848d (patch)
tree36fa92f9a3f3c1ee9ab1e3c8c8c25f795d802168 /devel
parent2701df03cf6dcbee822bf368e0b2c1858d010688 (diff)
downloadports-e58af116e1038fcb3eb4db089458136a0bd5848d.tar.gz
ports-e58af116e1038fcb3eb4db089458136a0bd5848d.zip
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
Diffstat (limited to 'devel')
-rw-r--r--devel/qcoro/Makefile4
-rw-r--r--devel/qcoro/distinfo4
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