Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Oct 2013 18:03:11 +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: r329090 - head/net-p2p/valknut/files
Message-ID:  <201310021803.r92I3BKM074048@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Wed Oct  2 18:03:11 2013
New Revision: 329090
URL: http://svnweb.freebsd.org/changeset/ports/329090

Log:
  net-p2p/valknut: add <unistd.h> for modern compilers
  
  Approved by:	portmgr (bapt, implicit)

Added:
  head/net-p2p/valknut/files/
  head/net-p2p/valknut/files/patch-valknut_main.cpp   (contents, props changed)

Added: head/net-p2p/valknut/files/patch-valknut_main.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-p2p/valknut/files/patch-valknut_main.cpp	Wed Oct  2 18:03:11 2013	(r329090)
@@ -0,0 +1,10 @@
+--- valknut/main.cpp.orig	2009-01-17 18:01:25.000000000 +0000
++++ valknut/main.cpp
+@@ -26,6 +26,7 @@
+ #include <signal.h>
+ #endif
+ 
++#include <unistd.h>
+ #include <qapplication.h>
+ #include <qfont.h>
+ #include <qstring.h>



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