From owner-svn-ports-all@freebsd.org Tue May 15 18:20:51 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D0AEBEEDA91; Tue, 15 May 2018 18:20:50 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 101036F48C; Tue, 15 May 2018 18:20:50 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E548A709D; Tue, 15 May 2018 18:20:49 +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 w4FIKn6p009816; Tue, 15 May 2018 18:20:49 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4FIKncq009815; Tue, 15 May 2018 18:20:49 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201805151820.w4FIKncq009815@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Tue, 15 May 2018 18:20:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470042 - in head/databases/pgmodeler: . files X-SVN-Group: ports-head X-SVN-Commit-Author: rakuco X-SVN-Commit-Paths: in head/databases/pgmodeler: . files X-SVN-Commit-Revision: 470042 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 18:20:51 -0000 Author: rakuco Date: Tue May 15 18:20:49 2018 New Revision: 470042 URL: https://svnweb.freebsd.org/changeset/ports/470042 Log: Add an upstream patch to fix the build with Qt 5.10. src/ui_sqlexecutionwidget.h:186:34: error: no viable conversion from 'QLatin1String' to 'const QKeySequence' snippets_tb->setShortcut(QLatin1String("Alt+X")); ^~~~~~~~~~~~~~~~~~~~~~ PR: 228213 Added: head/databases/pgmodeler/files/patch-git_309be58b (contents, props changed) Modified: head/databases/pgmodeler/Makefile Modified: head/databases/pgmodeler/Makefile ============================================================================== --- head/databases/pgmodeler/Makefile Tue May 15 17:50:37 2018 (r470041) +++ head/databases/pgmodeler/Makefile Tue May 15 18:20:49 2018 (r470042) @@ -3,7 +3,7 @@ PORTNAME= pgmodeler PORTVERSION= 0.9.0 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= databases Added: head/databases/pgmodeler/files/patch-git_309be58b ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/pgmodeler/files/patch-git_309be58b Tue May 15 18:20:49 2018 (r470042) @@ -0,0 +1,39 @@ +From 309be58bbb2b47ca530eecdaf38f2965e35da4f1 Mon Sep 17 00:00:00 2001 +From: "Raphael A. Silva" +Date: Mon, 26 Feb 2018 17:27:09 -0300 +Subject: [PATCH] Fixed a problem with sqlexecutionwidget.ui that is not + building properly in Qt 5.10 + +--- + libpgmodeler_ui/ui/sqlexecutionwidget.ui | 6 +++--- + 1 file changed, 3 insertions(+), 3 deletions(-) + +--- libpgmodeler_ui/ui/sqlexecutionwidget.ui ++++ libpgmodeler_ui/ui/sqlexecutionwidget.ui +@@ -199,7 +199,7 @@ + + + +- Ctrl+S ++ + + + true +@@ -316,7 +316,7 @@ + + + +- Alt+X ++ Alt+T + + + false +@@ -360,7 +360,7 @@ + + + +- Alt+X ++ Alt+X + + + false