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
This commit is contained in:
parent
2701df03cf
commit
e58af116e1
2 changed files with 6 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue