From owner-svn-ports-head@freebsd.org Thu Jan 21 11:02:05 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 7BE65A8AFBB; Thu, 21 Jan 2016 11:02:05 +0000 (UTC) (envelope-from rakuco@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 33BD212BB; Thu, 21 Jan 2016 11:02:05 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0LB24sq081539; Thu, 21 Jan 2016 11:02:04 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0LB24Y9081536; Thu, 21 Jan 2016 11:02:04 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201601211102.u0LB24Y9081536@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Thu, 21 Jan 2016 11:02:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406847 - head/databases/sqlitestudio/files 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.20 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: Thu, 21 Jan 2016 11:02:05 -0000 Author: rakuco Date: Thu Jan 21 11:02:03 2016 New Revision: 406847 URL: https://svnweb.freebsd.org/changeset/ports/406847 Log: Add a few patches to fix the build with the upcoming Qt 5.5.1. Several places were using QDataStream without including the proper headers. These fixes are not enough: the ports needs to explicitly depend on more Qt components, but we are still working on that and may end up creating a new, smaller port out of devel/qt5-designer. Added: head/databases/sqlitestudio/files/ head/databases/sqlitestudio/files/patch-coreSQLiteStudio_common_utils.cpp (contents, props changed) head/databases/sqlitestudio/files/patch-coreSQLiteStudio_db_db.h (contents, props changed) head/databases/sqlitestudio/files/patch-sqlitestudiocli_cli__config.h (contents, props changed) Added: head/databases/sqlitestudio/files/patch-coreSQLiteStudio_common_utils.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/sqlitestudio/files/patch-coreSQLiteStudio_common_utils.cpp Thu Jan 21 11:02:03 2016 (r406847) @@ -0,0 +1,10 @@ +--- coreSQLiteStudio/common/utils.cpp.orig 2016-01-21 10:31:10 UTC ++++ coreSQLiteStudio/common/utils.cpp +@@ -2,6 +2,7 @@ + #include "common/global.h" + #include "dbobjecttype.h" + #include "rsa/RSA.h" ++#include + #include + #include + #include Added: head/databases/sqlitestudio/files/patch-coreSQLiteStudio_db_db.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/sqlitestudio/files/patch-coreSQLiteStudio_db_db.h Thu Jan 21 11:02:03 2016 (r406847) @@ -0,0 +1,10 @@ +--- coreSQLiteStudio/db/db.h.orig 2016-01-21 10:33:48 UTC ++++ coreSQLiteStudio/db/db.h +@@ -17,6 +17,7 @@ + #include + #include + #include ++#include + + /** @file */ + Added: head/databases/sqlitestudio/files/patch-sqlitestudiocli_cli__config.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/sqlitestudio/files/patch-sqlitestudiocli_cli__config.h Thu Jan 21 11:02:03 2016 (r406847) @@ -0,0 +1,10 @@ +--- sqlitestudiocli/cli_config.h.orig 2016-01-21 10:44:03 UTC ++++ sqlitestudiocli/cli_config.h +@@ -2,6 +2,7 @@ + #define CLI_CONFIG_H + + #include "config_builder.h" ++#include + + namespace CliResultsDisplay + {