diff options
author | Adriaan de Groot <adridg@FreeBSD.org> | 2019-08-18 12:46:07 +0000 |
---|---|---|
committer | Adriaan de Groot <adridg@FreeBSD.org> | 2019-08-18 12:46:07 +0000 |
commit | c050c5d5e035896764ecb21461aed544eb1ac8c3 (patch) | |
tree | 19f0053575fe2c64f35f925c54a0e9cef15d6b17 | |
parent | 3b9785b49ca261ca36a8e67ccabdc24f73a63d5e (diff) | |
download | freebsd-ports-c050c5d5e035896764ecb21461aed544eb1ac8c3.zip |
Mark net/kio-gdrive broken
/wrkdirs/usr/ports/net/kio-gdrive/work/kio-gdrive-1.2.6/src/kio_gdrive.cpp:382:38: error: no member named 'Id' in 'KGAPI2::Drive::FileFetchJob'
fetchJob.setFields(FileFetchJob::Id | FileFetchJob::Title | FileFetchJob::Labels);
This was fixed upstream in 01ec4d87b2e28de5eb3c23ec469c6c746f573520,
but there hasn't been a release since then (and the number of commits
and fixes since 1.2.6 release is pretty large, I don't want to chase
backports just now).
Reported by: pkg-fallout
-rw-r--r-- | net/kio-gdrive/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/kio-gdrive/Makefile b/net/kio-gdrive/Makefile index a3a5a8c12e6e..c150da1f95b3 100644 --- a/net/kio-gdrive/Makefile +++ b/net/kio-gdrive/Makefile @@ -12,6 +12,8 @@ COMMENT= KDE IOSlave for accessing gdrive LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= Does not build with current (19.08) release of libkgapi + LIB_DEPENDS= libqt5keychain.so:security/qtkeychain \ libaccounts-qt5.so:net-im/libaccounts-qt5 \ libkaccounts.so:net-im/kaccounts-integration |