From owner-svn-ports-all@freebsd.org Sat May 30 15:19:28 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BE618335786; Sat, 30 May 2020 15:19:28 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49Z4q44hCTz45g7; Sat, 30 May 2020 15:19:28 +0000 (UTC) (envelope-from tcberner@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 9BF78ADB1; Sat, 30 May 2020 15:19:28 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 04UFJSef045137; Sat, 30 May 2020 15:19:28 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 04UFJR5r045131; Sat, 30 May 2020 15:19:27 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <202005301519.04UFJR5r045131@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sat, 30 May 2020 15:19:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r537084 - in head/graphics/nomacs: . files X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head/graphics/nomacs: . files X-SVN-Commit-Revision: 537084 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.33 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: Sat, 30 May 2020 15:19:28 -0000 Author: tcberner Date: Sat May 30 15:19:27 2020 New Revision: 537084 URL: https://svnweb.freebsd.org/changeset/ports/537084 Log: graphics/nomacs: prepare for Qt5-5.15 Added: head/graphics/nomacs/files/patch-ImageLounge_plugins_PageExtractionPlugin_src_DkPageSegmentation.cpp (contents, props changed) head/graphics/nomacs/files/patch-ImageLounge_plugins_PaintPlugin_src_DkPaintPlugin.cpp (contents, props changed) head/graphics/nomacs/files/patch-ImageLounge_src_DkGui_DkThumbsWidgets.cpp (contents, props changed) head/graphics/nomacs/files/patch-ImageLounge_src_DkGui_DkViewPort.cpp (contents, props changed) head/graphics/nomacs/files/patch-ImageLounge_src_DkGui_DkWidgets.cpp (contents, props changed) Modified: head/graphics/nomacs/Makefile Modified: head/graphics/nomacs/Makefile ============================================================================== --- head/graphics/nomacs/Makefile Sat May 30 14:51:10 2020 (r537083) +++ head/graphics/nomacs/Makefile Sat May 30 15:19:27 2020 (r537084) @@ -17,9 +17,11 @@ LIB_DEPENDS= libexiv2.so:graphics/exiv2 \ libquazip5.so:archivers/quazip USES= cmake compiler:c++11-lang desktop-file-utils \ - pkgconfig qt:5 + dos2unix pkgconfig qt:5 USE_QT= concurrent core gui network printsupport svg widgets \ buildtools_build linguisttools_build qmake_build +DOS2UNIX_FILES= ImageLounge/plugins/PaintPlugin/src/DkPaintPlugin.cpp \ + ImageLounge/src/DkGui/DkWidgets.cpp USE_LDCONFIG= yes Added: head/graphics/nomacs/files/patch-ImageLounge_plugins_PageExtractionPlugin_src_DkPageSegmentation.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/nomacs/files/patch-ImageLounge_plugins_PageExtractionPlugin_src_DkPageSegmentation.cpp Sat May 30 15:19:27 2020 (r537084) @@ -0,0 +1,10 @@ +--- ImageLounge/plugins/PageExtractionPlugin/src/DkPageSegmentation.cpp.orig 2020-05-30 09:28:31 UTC ++++ ImageLounge/plugins/PageExtractionPlugin/src/DkPageSegmentation.cpp +@@ -29,6 +29,7 @@ + #pragma warning(push, 0) // no warnings from includes - begin + #include + #include ++#include + + #include + #include Added: head/graphics/nomacs/files/patch-ImageLounge_plugins_PaintPlugin_src_DkPaintPlugin.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/nomacs/files/patch-ImageLounge_plugins_PaintPlugin_src_DkPaintPlugin.cpp Sat May 30 15:19:27 2020 (r537084) @@ -0,0 +1,10 @@ +--- ImageLounge/plugins/PaintPlugin/src/DkPaintPlugin.cpp.orig 2020-05-30 09:28:31 UTC ++++ ImageLounge/plugins/PaintPlugin/src/DkPaintPlugin.cpp +@@ -30,6 +30,7 @@ + + #include + #include ++#include + + namespace nmp { + Added: head/graphics/nomacs/files/patch-ImageLounge_src_DkGui_DkThumbsWidgets.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/nomacs/files/patch-ImageLounge_src_DkGui_DkThumbsWidgets.cpp Sat May 30 15:19:27 2020 (r537084) @@ -0,0 +1,10 @@ +--- ImageLounge/src/DkGui/DkThumbsWidgets.cpp.orig 2020-05-30 09:28:31 UTC ++++ ImageLounge/src/DkGui/DkThumbsWidgets.cpp +@@ -61,6 +61,7 @@ + #include + #include + #include ++#include + #pragma warning(pop) // no warnings from includes - end + + namespace nmc { Added: head/graphics/nomacs/files/patch-ImageLounge_src_DkGui_DkViewPort.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/nomacs/files/patch-ImageLounge_src_DkGui_DkViewPort.cpp Sat May 30 15:19:27 2020 (r537084) @@ -0,0 +1,10 @@ +--- ImageLounge/src/DkGui/DkViewPort.cpp.orig 2020-05-30 09:28:31 UTC ++++ ImageLounge/src/DkGui/DkViewPort.cpp +@@ -60,6 +60,7 @@ + #include + #include + #include ++#include + + #include + #pragma warning(pop) // no warnings from includes - end Added: head/graphics/nomacs/files/patch-ImageLounge_src_DkGui_DkWidgets.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/nomacs/files/patch-ImageLounge_src_DkGui_DkWidgets.cpp Sat May 30 15:19:27 2020 (r537084) @@ -0,0 +1,10 @@ +--- ImageLounge/src/DkGui/DkWidgets.cpp.orig 2020-05-30 09:28:31 UTC ++++ ImageLounge/src/DkGui/DkWidgets.cpp +@@ -51,6 +51,7 @@ + #include + #include + #include ++#include + #include + #include + #include