Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Sep 2018 13:15:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 231473] [NEW PORT] databases/opendbviewer: OpenDBViewer is a simple database explorer
Message-ID:  <bug-231473-7788-zonwkPhSGb@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-231473-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-231473-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D231473

--- Comment #2 from Tobias Kortkamp <tobik@freebsd.org> ---
Comment on attachment 197228
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D197228
opendbviewer

+USE_QT=3D        buildtools core gui linguisttools network qmake \
+               sql sql-sqlite3 testlib widgets

Are buildtools, linguisttools, and qmake really needed at runtime
or are they just build dependencies?  Did you mean buildtools_build,
linguisttools_build, qmake_build instead?

+PGSQL_USE_QT+=3D sql-pgsql
+MYSQL_USE_QT+=3D sql-mysql

There is no _USE_QT options helper, so this has no effect.  Use the
regular _USE options helper instead:

MYSQL_USE=3D      QT=3Dsql-mysql
PGSQL_USE=3D      QT=3Dsql-pgsql

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-231473-7788-zonwkPhSGb>