From owner-svn-ports-head@freebsd.org Sat Dec 10 12:18:21 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 344F8C6E36C; Sat, 10 Dec 2016 12:18:21 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 04181197D; Sat, 10 Dec 2016 12:18:20 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBACIKIY034706; Sat, 10 Dec 2016 12:18:20 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBACIKGh034705; Sat, 10 Dec 2016 12:18:20 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201612101218.uBACIKGh034705@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 10 Dec 2016 12:18:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428283 - head/audio/sayonara X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Dec 2016 12:18:21 -0000 Author: jbeich Date: Sat Dec 10 12:18:19 2016 New Revision: 428283 URL: https://svnweb.freebsd.org/changeset/ports/428283 Log: audio/sayonara: track runtime dependency on sqlite $ sayonara [...] Database created successfully QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: Error: DatabaseConnector database cannot be opened! Error: Driver not loaded Error: Driver not loaded Error: Could not open Database Warning: Database not existent. Creating database **** All settings initialized **** Error: Cannot initialize settings Modified: head/audio/sayonara/Makefile (contents, props changed) Modified: head/audio/sayonara/Makefile ============================================================================== --- head/audio/sayonara/Makefile Sat Dec 10 12:18:08 2016 (r428282) +++ head/audio/sayonara/Makefile Sat Dec 10 12:18:19 2016 (r428283) @@ -3,7 +3,7 @@ PORTNAME= sayonara PORTVERSION= 0.9.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://www.sayonara-player.com/sw/ DISTNAME= ${PORTNAME}-player-${PORTVERSION}-git11-20161030 @@ -19,7 +19,7 @@ LIB_DEPENDS= libtag.so:audio/taglib \ USES= cmake compiler:c++11-lib execinfo pkgconfig USE_GSTREAMER1= flac mpg123 ogg opus vorbis # XXX: likely incomplete -USE_QT5= dbus core gui network sql widgets xml \ +USE_QT5= dbus core gui network sql sql-sqlite3_run widgets xml \ buildtools_build qmake_build linguisttools_build INSTALLS_ICONS= yes