diff options
author | rakuco <rakuco@FreeBSD.org> | 2018-05-17 03:46:26 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2018-05-17 03:46:26 +0800 |
commit | c2b6346e39eccd9ca1b80df01de9e5019975527f (patch) | |
tree | e46c37b3cc363ca76d95f1f7486899931a87c447 /databases/pgmodeler | |
parent | 387984a2eb99ff4fae3dcfbb2abb3e63bffdec94 (diff) | |
download | freebsd-ports-gnome-c2b6346e39eccd9ca1b80df01de9e5019975527f.tar.gz freebsd-ports-gnome-c2b6346e39eccd9ca1b80df01de9e5019975527f.tar.zst freebsd-ports-gnome-c2b6346e39eccd9ca1b80df01de9e5019975527f.zip |
Import yet another patch from upstream to fix the build with Qt 5.10.
This has been properly tested now.
PR: 228213
Diffstat (limited to 'databases/pgmodeler')
-rw-r--r-- | databases/pgmodeler/Makefile | 2 | ||||
-rw-r--r-- | databases/pgmodeler/files/patch-git_309be58b | 23 |
2 files changed, 14 insertions, 11 deletions
diff --git a/databases/pgmodeler/Makefile b/databases/pgmodeler/Makefile index cca1a4786faa..661a992e6547 100644 --- a/databases/pgmodeler/Makefile +++ b/databases/pgmodeler/Makefile @@ -3,7 +3,7 @@ PORTNAME= pgmodeler PORTVERSION= 0.9.0 -PORTREVISION= 2 +PORTREVISION= 3 DISTVERSIONPREFIX= v CATEGORIES= databases diff --git a/databases/pgmodeler/files/patch-git_309be58b b/databases/pgmodeler/files/patch-git_309be58b index 586d6f5258bd..1854b17228c0 100644 --- a/databases/pgmodeler/files/patch-git_309be58b +++ b/databases/pgmodeler/files/patch-git_309be58b @@ -4,22 +4,25 @@ 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(-) +From aa644a5fa95f56ab15a699f8f6f4fef7bf29abb6 Mon Sep 17 00:00:00 2001 +From: "Raphael A. Silva" <rkhaotix@gmail.com> +Date: Tue, 27 Mar 2018 11:37:58 -0300 +Subject: [PATCH] Additional fix for build problems in sqlexecutionwidget.ui + (#1043) ---- libpgmodeler_ui/ui/sqlexecutionwidget.ui +--- libpgmodeler_ui/ui/sqlexecutionwidget.ui.orig 2017-09-01 21:42:08 UTC +++ libpgmodeler_ui/ui/sqlexecutionwidget.ui -@@ -199,7 +199,7 @@ +@@ -198,9 +198,6 @@ + <height>22</height> </size> </property> - <property name="shortcut"> +- <property name="shortcut"> - <string>Ctrl+S</string> -+ <string notr="true"/> - </property> +- </property> <property name="checkable"> <bool>true</bool> -@@ -316,7 +316,7 @@ + </property> +@@ -316,7 +313,7 @@ </size> </property> <property name="shortcut"> @@ -28,7 +31,7 @@ Subject: [PATCH] Fixed a problem with sqlexecutionwidget.ui that is not </property> <property name="checkable"> <bool>false</bool> -@@ -360,7 +360,7 @@ +@@ -360,7 +357,7 @@ </size> </property> <property name="shortcut"> |