From owner-svn-ports-head@freebsd.org Fri Aug 31 07:24:06 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 28593F764CE; Fri, 31 Aug 2018 07:24:06 +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 D4B7985FC1; Fri, 31 Aug 2018 07:24:05 +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 B609C182B7; Fri, 31 Aug 2018 07:24:05 +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 w7V7O5XC007822; Fri, 31 Aug 2018 07:24:05 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7V7O5jC007820; Fri, 31 Aug 2018 07:24:05 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201808310724.w7V7O5jC007820@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Fri, 31 Aug 2018 07:24:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478525 - in head/misc/crosti: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jhale X-SVN-Commit-Paths: in head/misc/crosti: . files X-SVN-Commit-Revision: 478525 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: Fri, 31 Aug 2018 07:24:06 -0000 Author: jhale Date: Fri Aug 31 07:24:05 2018 New Revision: 478525 URL: https://svnweb.freebsd.org/changeset/ports/478525 Log: Fix build with Qt 5.11 [1] While here, remove CRLF from all installed text files (I had to change DOS2UNIX_FILES anyways to make a clean patch) [2] Bump PORTREVISION so that the UNIX-style text files are installed PR: 230884 [1] Approved by: portmgr (blanket - trivial runtime fix) [2] Added: head/misc/crosti/files/patch-src_usrhcpp_mainwindow.h (contents, props changed) Modified: head/misc/crosti/Makefile Modified: head/misc/crosti/Makefile ============================================================================== --- head/misc/crosti/Makefile Fri Aug 31 07:19:21 2018 (r478524) +++ head/misc/crosti/Makefile Fri Aug 31 07:24:05 2018 (r478525) @@ -3,6 +3,7 @@ PORTNAME= crosti DISTVERSION= 1.13.3 DISTVERSIONSUFFIX= -source +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= SF/crosti/crosti%20${DISTVERSION}/ @@ -15,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/gpl.txt USES= desktop-file-utils dos2unix qmake qt:5 shared-mime-info zip USE_GL= gl USE_QT= concurrent core gui printsupport svg widgets buildtools_build -DOS2UNIX_FILES= ${PORTNAME}.pro +DOS2UNIX_GLOB= *.cpp *.csc *.h *.pro *.txt *.xml NO_WRKSUBDIR= yes .include Added: head/misc/crosti/files/patch-src_usrhcpp_mainwindow.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/crosti/files/patch-src_usrhcpp_mainwindow.h Fri Aug 31 07:24:05 2018 (r478525) @@ -0,0 +1,12 @@ +Fix build with Qt 5.11 + +--- src/usrhcpp/mainwindow.h.orig 2018-08-31 06:10:35 UTC ++++ src/usrhcpp/mainwindow.h +@@ -40,6 +40,7 @@ along with crosti. If not, see + #endif + ++#include + #include + + class CMiniMap;