From owner-svn-ports-head@FreeBSD.ORG Wed Aug 6 14:15:05 2014 Return-Path: Delivered-To: svn-ports-head@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 41094CDF for ; Wed, 6 Aug 2014 14:15:05 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1299F20A0 for ; Wed, 6 Aug 2014 14:15:05 +0000 (UTC) Received: from adamw (uid 959) (envelope-from adamw@FreeBSD.org) id 5d7b by svn.freebsd.org (DragonFly Mail Agent v0.9+); Wed, 06 Aug 2014 14:15:04 +0000 From: Adam Weinberger Date: Wed, 6 Aug 2014 14:15:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364178 - head/net/hanstunnel/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53e23869.5d7b.4de59b21@svn.freebsd.org> X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 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, 06 Aug 2014 14:15:05 -0000 Author: adamw Date: Wed Aug 6 14:15:04 2014 New Revision: 364178 URL: http://svnweb.freebsd.org/changeset/ports/364178 QAT: https://qat.redports.org/buildarchive/r364178/ Log: Add missing header files. The wacky CLANG option probably needs some attention. Added: head/net/hanstunnel/files/patch-echo.cpp (contents, props changed) head/net/hanstunnel/files/patch-main.cpp (contents, props changed) head/net/hanstunnel/files/patch-utility.cpp (contents, props changed) Modified: head/net/hanstunnel/files/patch-tun.cpp Added: head/net/hanstunnel/files/patch-echo.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/hanstunnel/files/patch-echo.cpp Wed Aug 6 14:15:04 2014 (r364178) @@ -0,0 +1,10 @@ +--- echo.cpp.orig 2014-08-06 10:11:40.000000000 -0400 ++++ echo.cpp 2014-08-06 10:11:56.000000000 -0400 +@@ -20,6 +20,7 @@ + #include "echo.h" + #include "exception.h" + ++#include + #include + #include + #include Added: head/net/hanstunnel/files/patch-main.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/hanstunnel/files/patch-main.cpp Wed Aug 6 14:15:04 2014 (r364178) @@ -0,0 +1,10 @@ +--- main.cpp.orig 2014-08-06 10:11:00.000000000 -0400 ++++ main.cpp 2014-08-06 10:11:12.000000000 -0400 +@@ -30,6 +30,7 @@ + #include + #include + #include ++#include + + void usage() + { Modified: head/net/hanstunnel/files/patch-tun.cpp ============================================================================== --- head/net/hanstunnel/files/patch-tun.cpp Wed Aug 6 14:13:33 2014 (r364177) +++ head/net/hanstunnel/files/patch-tun.cpp Wed Aug 6 14:15:04 2014 (r364178) @@ -1,9 +1,14 @@ - -$FreeBSD$ - ---- tun.cpp.orig -+++ tun.cpp -@@ -41,8 +41,7 @@ +--- tun.cpp.orig 2010-02-17 10:30:21.000000000 -0500 ++++ tun.cpp 2014-08-06 10:10:51.000000000 -0400 +@@ -21,6 +21,7 @@ + #include "exception.h" + #include "utility.h" + ++#include + #include + #include + #include +@@ -41,8 +42,7 @@ if (device != NULL) { @@ -13,7 +18,7 @@ $FreeBSD$ } else this->device[0] = 0; -@@ -68,23 +67,17 @@ +@@ -68,23 +68,17 @@ string ips = Utility::formatIp(ip); string destIps = Utility::formatIp(destIp); Added: head/net/hanstunnel/files/patch-utility.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/hanstunnel/files/patch-utility.cpp Wed Aug 6 14:15:04 2014 (r364178) @@ -0,0 +1,10 @@ +--- utility.cpp.orig 2014-08-06 10:12:15.000000000 -0400 ++++ utility.cpp 2014-08-06 10:12:30.000000000 -0400 +@@ -21,6 +21,7 @@ + + #include + #include ++#include + + using namespace std; +