svn commit: r329024 - head/deskutils/znotes/files

John Marino marino at FreeBSD.org
Wed Oct 2 09:05:02 UTC 2013


Author: marino
Date: Wed Oct  2 09:05:01 2013
New Revision: 329024
URL: http://svnweb.freebsd.org/changeset/ports/329024

Log:
  deskutils/znotes: add <unistd.h> for modern compilers
  
  Approved by:	portmgr (bapt, implicit)

Added:
  head/deskutils/znotes/files/
  head/deskutils/znotes/files/patch-single__inst_qtlocalpeer.cpp   (contents, props changed)

Added: head/deskutils/znotes/files/patch-single__inst_qtlocalpeer.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/deskutils/znotes/files/patch-single__inst_qtlocalpeer.cpp	Wed Oct  2 09:05:01 2013	(r329024)
@@ -0,0 +1,12 @@
+--- single_inst/qtlocalpeer.cpp.orig	2011-08-27 08:25:14.000000000 +0000
++++ single_inst/qtlocalpeer.cpp
+@@ -58,9 +58,7 @@ static PProcessIdToSessionId pProcessIdT
+ #if defined(Q_OS_UNIX)
+ #include <time.h>
+ #endif
+-#if defined(Q_OS_OS2)
+ #include <unistd.h>
+-#endif
+ 
+ namespace QtLP_Private {
+ #include "qtlockedfile.cpp"


More information about the svn-ports-all mailing list