svn commit: r472785 - head/devel/cppcheck/files

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jun 19 13:44:21 UTC 2018


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 at 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)


More information about the svn-ports-all mailing list