Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jul 2019 11:59:53 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r506540 - head/net-p2p/torrent-file-editor/files
Message-ID:  <201907131159.x6DBxrma021188@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Sat Jul 13 11:59:53 2019
New Revision: 506540
URL: https://svnweb.freebsd.org/changeset/ports/506540

Log:
  net-p2p/torrent-file-editor: prepare for Qt 5.13
  
  PR:		238782

Modified:
  head/net-p2p/torrent-file-editor/files/patch-CMakeLists.txt

Modified: head/net-p2p/torrent-file-editor/files/patch-CMakeLists.txt
==============================================================================
--- head/net-p2p/torrent-file-editor/files/patch-CMakeLists.txt	Sat Jul 13 11:53:05 2019	(r506539)
+++ head/net-p2p/torrent-file-editor/files/patch-CMakeLists.txt	Sat Jul 13 11:59:53 2019	(r506540)
@@ -1,10 +1,20 @@
---- CMakeLists.txt.orig	2017-12-11 09:39:35 UTC
+--- CMakeLists.txt.orig	2019-04-11 19:45:13 UTC
 +++ CMakeLists.txt
-@@ -108,6 +108,7 @@ if(QT5_BUILD)
+@@ -31,6 +31,9 @@ add_custom_target(update_version ALL
+   COMMAND ${CMAKE_COMMAND} -DWIN32=${WIN32} -DAPP_VERSION="v${APP_VERSION}" -P "${CMAKE_SOURCE_DIR}/Version.cmake"
+ )
+ 
++# Fix build with Qt 5.13
++set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DQT_NO_DEPRECATED_WARNINGS=Y")
++
+ # Enable C++11
+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
+ 
+@@ -129,6 +132,7 @@ if(QT5_BUILD)
  else()
    find_package(Qt4 REQUIRED)
    find_package(QJSON 0.8.0 REQUIRED)
 +  include_directories(${QJSON_INCLUDE_DIR})
    add_definitions("'-DQStringLiteral(str)=QString::fromUtf8(\"\" str \"\", sizeof(str) - 1)'")
+   include_directories(${QJSON_INCLUDE_DIR})
  
-   if(WIN32)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907131159.x6DBxrma021188>