Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Dec 2014 19:01:24 +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: r374970 - head/www/otter-browser
Message-ID:  <201412191901.sBJJ1OXO003364@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Dec 19 19:01:24 2014
New Revision: 374970
URL: https://svnweb.freebsd.org/changeset/ports/374970
QAT: https://qat.redports.org/buildarchive/r374970/

Log:
  Mark BROKEN: fails to configure
  CMake Error at /usr/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake:15 (message):
    The imported target "Qt5::Core" references the file
  
       "/usr/local/lib/qt5/bin/qmake"
  
    but this file does not exist
  
  Reported by:	pkg-fallout

Modified:
  head/www/otter-browser/Makefile

Modified: head/www/otter-browser/Makefile
==============================================================================
--- head/www/otter-browser/Makefile	Fri Dec 19 18:59:05 2014	(r374969)
+++ head/www/otter-browser/Makefile	Fri Dec 19 19:01:24 2014	(r374970)
@@ -10,6 +10,8 @@ DISTNAME=	${PORTNAME}-v${PORTVERSION}
 MAINTAINER=	kde@FreeBSD.org
 COMMENT=	Browser based on Qt 5
 
+BROKEN=		Fails to configure
+
 USE_QT5=	concurrent core gui network printsupport script sql webkit \
 		widgets buildtools_build
 USES=		cmake:outsource desktop-file-utils



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