From owner-svn-ports-head@freebsd.org Sat Sep 8 09:23:50 2018 Return-Path: Delivered-To: svn-ports-head@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 70256FEE26F; Sat, 8 Sep 2018 09:23:50 +0000 (UTC) (envelope-from jhale@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 228EB8D53B; Sat, 8 Sep 2018 09:23:50 +0000 (UTC) (envelope-from jhale@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 1D70EE69; Sat, 8 Sep 2018 09:23:50 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w889NnrZ043802; Sat, 8 Sep 2018 09:23:49 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w889Nndp043801; Sat, 8 Sep 2018 09:23:49 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201809080923.w889Nndp043801@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Sat, 8 Sep 2018 09:23:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479239 - head/net-im/psi/files X-SVN-Group: ports-head X-SVN-Commit-Author: jhale X-SVN-Commit-Paths: head/net-im/psi/files X-SVN-Commit-Revision: 479239 X-SVN-Commit-Repository: ports 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.27 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, 08 Sep 2018 09:23:50 -0000 Author: jhale Date: Sat Sep 8 09:23:49 2018 New Revision: 479239 URL: https://svnweb.freebsd.org/changeset/ports/479239 Log: Fix build with Qt 5.11 PR: 230884 Added: head/net-im/psi/files/patch-git_4b838c0 (contents, props changed) Added: head/net-im/psi/files/patch-git_4b838c0 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/psi/files/patch-git_4b838c0 Sat Sep 8 09:23:49 2018 (r479239) @@ -0,0 +1,15 @@ +From 4b838c04fa90ab56974bc4c57aaf7d4e80b8fff8 Mon Sep 17 00:00:00 2001 +From: Vitozz +Date: Mon, 28 May 2018 20:45:04 +0300 +Subject: [PATCH] Try to fix build with qt-5.11 + +--- src/accountmanagedlg.cpp.orig ++++ src/accountmanagedlg.cpp +@@ -28,6 +28,7 @@ + #include + #include + #include ++#include + + #include "psicon.h" + #include "psiaccount.h"