svn commit: r550672 - head/deskutils/nextcloudclient

Antoine Brodin antoine at FreeBSD.org
Wed Sep 30 09:52:12 UTC 2020


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
 


More information about the svn-ports-head mailing list