From owner-svn-ports-head@FreeBSD.ORG Wed Oct 2 07:45:47 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 97861276; Wed, 2 Oct 2013 07:45:47 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 84C7F278B; Wed, 2 Oct 2013 07:45:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r927jlo7026721; Wed, 2 Oct 2013 07:45:47 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r927jl2a026712; Wed, 2 Oct 2013 07:45:47 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201310020745.r927jl2a026712@svn.freebsd.org> From: John Marino Date: Wed, 2 Oct 2013 07:45:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329021 - in head/editors/texmakerx: . files X-SVN-Group: ports-head 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.14 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: Wed, 02 Oct 2013 07:45:47 -0000 Author: marino Date: Wed Oct 2 07:45:46 2013 New Revision: 329021 URL: http://svnweb.freebsd.org/changeset/ports/329021 Log: editors/texmakerx: add for modern compilers At least some of the source tarball has DOS line endings so USE_DOS2UNIX was set in the Makefile in order to create the patch. Approved by: portmgr (bapt, implicit) Added: head/editors/texmakerx/files/patch-qtsingleapplication_qtlocalpeer.cpp (contents, props changed) Modified: head/editors/texmakerx/Makefile Modified: head/editors/texmakerx/Makefile ============================================================================== --- head/editors/texmakerx/Makefile Wed Oct 2 07:33:45 2013 (r329020) +++ head/editors/texmakerx/Makefile Wed Oct 2 07:45:46 2013 (r329021) @@ -21,6 +21,7 @@ USE_GHOSTSCRIPT=yes USE_QT4= gui network xml moc_build qmake_build rcc_build \ uic_build qtestlib script USE_TEX= latex dvipsk +USE_DOS2UNIX= yes HAS_CONFIGURE= yes INSTALLS_ICONS= yes MAKE_JOBS_UNSAFE= yes Added: head/editors/texmakerx/files/patch-qtsingleapplication_qtlocalpeer.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/texmakerx/files/patch-qtsingleapplication_qtlocalpeer.cpp Wed Oct 2 07:45:46 2013 (r329021) @@ -0,0 +1,10 @@ +--- qtsingleapplication/qtlocalpeer.cpp.orig 2013-10-02 07:36:54.000000000 +0000 ++++ qtsingleapplication/qtlocalpeer.cpp +@@ -56,6 +56,7 @@ typedef BOOL(WINAPI*PProcessIdToSessionI + static PProcessIdToSessionId pProcessIdToSessionId = 0; + #endif + #if defined(Q_OS_UNIX) ++#include + #include + #endif +