svn commit: r479346 - head/databases/sqliteman
Mark Linimon
linimon at FreeBSD.org
Mon Sep 10 01:48:51 UTC 2018
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 at 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
More information about the svn-ports-all
mailing list