Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Sep 2020 09:52:12 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r550672 - head/deskutils/nextcloudclient
Message-ID:  <202009300952.08U9qCbt080698@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed Sep 30 09:52:11 2020
New Revision: 550672
URL: https://svnweb.freebsd.org/changeset/ports/550672

Log:
  Mark BROKEN
  
  CMake Error at /usr/local/lib/cmake/Qt5/Qt5Config.cmake:28 (find_package):
    Could not find a package configuration file provided by "Qt5Svg" with any
    of the following names:
  
      Qt5SvgConfig.cmake
      qt5svg-config.cmake
  
  Reported by:	pkg-fallout

Modified:
  head/deskutils/nextcloudclient/Makefile

Modified: head/deskutils/nextcloudclient/Makefile
==============================================================================
--- head/deskutils/nextcloudclient/Makefile	Wed Sep 30 09:50:21 2020	(r550671)
+++ head/deskutils/nextcloudclient/Makefile	Wed Sep 30 09:52:11 2020	(r550672)
@@ -12,6 +12,8 @@ COMMENT=	NextCloud Desktop Syncing Client
 
 LICENSE=	GPLv2
 
+BROKEN=		fails to configure
+
 LIB_DEPENDS=	libinotify.so:devel/libinotify \
 		libqt5keychain.so:security/qtkeychain
 



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