Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Aug 2019 12:46:08 +0000 (UTC)
From:      Adriaan de Groot <adridg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r509205 - head/net/kio-gdrive
Message-ID:  <201908181246.x7ICk8so047014@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adridg
Date: Sun Aug 18 12:46:07 2019
New Revision: 509205
URL: https://svnweb.freebsd.org/changeset/ports/509205

Log:
  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

Modified:
  head/net/kio-gdrive/Makefile

Modified: head/net/kio-gdrive/Makefile
==============================================================================
--- head/net/kio-gdrive/Makefile	Sun Aug 18 12:29:51 2019	(r509204)
+++ head/net/kio-gdrive/Makefile	Sun Aug 18 12:46:07 2019	(r509205)
@@ -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



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