From owner-svn-ports-all@freebsd.org Tue Jun 19 13:44:21 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 402EB101AA07; Tue, 19 Jun 2018 13:44:21 +0000 (UTC) (envelope-from amdmi3@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 E9455812E4; Tue, 19 Jun 2018 13:44:20 +0000 (UTC) (envelope-from amdmi3@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 CBDFB14492; Tue, 19 Jun 2018 13:44:20 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5JDiKf1095546; Tue, 19 Jun 2018 13:44:20 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5JDiKI9095544; Tue, 19 Jun 2018 13:44:20 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201806191344.w5JDiKI9095544@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 19 Jun 2018 13:44:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472785 - head/devel/cppcheck/files X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/devel/cppcheck/files X-SVN-Commit-Revision: 472785 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, 19 Jun 2018 13:44:21 -0000 Author: amdmi3 Date: Tue Jun 19 13:44:20 2018 New Revision: 472785 URL: https://svnweb.freebsd.org/changeset/ports/472785 Log: - Regenerate patches, as patching fails in some cases (could not reproduce though) PR: 229005 Reported by: rozhuk.im@gmail.com Modified: head/devel/cppcheck/files/patch-CMakeLists.txt head/devel/cppcheck/files/patch-gui_CMakeLists.txt Modified: head/devel/cppcheck/files/patch-CMakeLists.txt ============================================================================== --- head/devel/cppcheck/files/patch-CMakeLists.txt Tue Jun 19 13:38:35 2018 (r472784) +++ head/devel/cppcheck/files/patch-CMakeLists.txt Tue Jun 19 13:44:20 2018 (r472785) @@ -1,8 +1,8 @@ ---- CMakeLists.txt.orig 2017-10-07 21:11:39 UTC +--- CMakeLists.txt.orig 2018-06-10 20:41:03 UTC +++ CMakeLists.txt @@ -1,4 +1,4 @@ -project(CppCheck) +project(cppcheck) - cmake_minimum_required(VERSION 2.8.4) + cmake_minimum_required(VERSION 2.8.11) include(GNUInstallDirs) Modified: head/devel/cppcheck/files/patch-gui_CMakeLists.txt ============================================================================== --- head/devel/cppcheck/files/patch-gui_CMakeLists.txt Tue Jun 19 13:38:35 2018 (r472784) +++ head/devel/cppcheck/files/patch-gui_CMakeLists.txt Tue Jun 19 13:44:20 2018 (r472785) @@ -1,7 +1,7 @@ ---- gui/CMakeLists.txt.orig 2017-10-07 21:11:39 UTC +--- gui/CMakeLists.txt.orig 2018-06-10 20:41:03 UTC +++ gui/CMakeLists.txt @@ -27,7 +27,7 @@ if (BUILD_GUI) - qt5_use_modules(cppcheck-gui ${GUI_QT_COMPONENTS}) + target_link_libraries(cppcheck-gui Qt5::Core Qt5::Gui Qt5::Widgets Qt5::PrintSupport) install(TARGETS cppcheck-gui RUNTIME DESTINATION ${CMAKE_INSTALL_FULL_BINDIR} COMPONENT applications) - install(FILES ${qms} DESTINATION ${CMAKE_INSTALL_FULL_BINDIR} COMPONENT applications)