From owner-svn-ports-all@FreeBSD.ORG Sat May 3 18:58:39 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 275564FF; Sat, 3 May 2014 18:58:39 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 13DCB18FA; Sat, 3 May 2014 18:58:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s43Iwcwo007726; Sat, 3 May 2014 18:58:38 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s43IwcW4007725; Sat, 3 May 2014 18:58:38 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201405031858.s43IwcW4007725@svn.freebsd.org> From: Raphael Kubo da Costa Date: Sat, 3 May 2014 18:58:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r352932 - branches/2014Q2/net-p2p/verlihub/files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2014 18:58:39 -0000 Author: rakuco Date: Sat May 3 18:58:38 2014 New Revision: 352932 URL: http://svnweb.freebsd.org/changeset/ports/352932 QAT: https://qat.redports.org/buildarchive/r352932/ Log: MFH: r352923 Import upstream commit to fix the build with recent versions of GCC. getcwd(3) needs unistd.h. Approved by: portmgr (erwin) Added: branches/2014Q2/net-p2p/verlihub/files/patch-src__stringutils.cpp - copied unchanged from r352923, head/net-p2p/verlihub/files/patch-src__stringutils.cpp Modified: Directory Properties: branches/2014Q2/ (props changed) Copied: branches/2014Q2/net-p2p/verlihub/files/patch-src__stringutils.cpp (from r352923, head/net-p2p/verlihub/files/patch-src__stringutils.cpp) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2014Q2/net-p2p/verlihub/files/patch-src__stringutils.cpp Sat May 3 18:58:38 2014 (r352932, copy of r352923, head/net-p2p/verlihub/files/patch-src__stringutils.cpp) @@ -0,0 +1,19 @@ +commit 4d6a2ebf7e47b2854fdf4a9cc7daec625b035b3c +Author: Nimesh Ghelani +Date: Sat Nov 10 01:47:07 2012 +0530 + + added unistd.h to stringutils.cpp causing compilation error + +diff --git a/src/stringutils.cpp b/src/stringutils.cpp +index 35d7d46..b020a79 100755 +--- src/stringutils.cpp ++++ src/stringutils.cpp +@@ -32,6 +32,8 @@ + #include + #ifdef _WIN32 + #include ++#else ++#include + #endif + + namespace nVerliHub {