Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Oct 2013 07:45:47 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329021 - in head/editors/texmakerx: . files
Message-ID:  <201310020745.r927jl2a026712@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <unistd.h> 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 <unistd.h>
+ #include <time.h>
+ #endif
+ 



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