Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Sep 2018 01:48:50 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r479346 - head/databases/sqliteman
Message-ID:  <201809100148.w8A1moGQ086222@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Mon Sep 10 01:48:50 2018
New Revision: 479346
URL: https://svnweb.freebsd.org/changeset/ports/479346

Log:
  Try but fail to fix build on gcc-based archs.  The fix is necessary but
  not sufficient.  It has no effect on clang-based archs.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/databases/sqliteman/Makefile

Modified: head/databases/sqliteman/Makefile
==============================================================================
--- head/databases/sqliteman/Makefile	Mon Sep 10 01:18:22 2018	(r479345)
+++ head/databases/sqliteman/Makefile	Mon Sep 10 01:48:50 2018	(r479346)
@@ -10,9 +10,11 @@ MASTER_SITES=	SF
 MAINTAINER=	wen@FreeBSD.org
 COMMENT=	Admin's GUI tool for Sqlite3
 
+BROKEN_powerpc64=	fails to build: Found unsuitable Qt version "" from NOTFOUND, this code requires Qt 4.x
+
 LIB_DEPENDS=	libqscintilla2_qt4.so:devel/qscintilla2
 
-USES=		cmake qt:4 sqlite
+USES=		cmake compiler:c++11-lib qt:4 sqlite
 USE_QT=		qmake_build gui moc_build rcc_build uic_build xml sql
 
 GNU_CONFIGURE=	yes



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