From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 14:02:13 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0424CD57; Wed, 27 Nov 2013 14:02:13 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E7CB0220E; Wed, 27 Nov 2013 14:02:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rARE2Cvo089607; Wed, 27 Nov 2013 14:02:12 GMT (envelope-from oliver@svn.freebsd.org) Received: (from oliver@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rARE2CUH089606; Wed, 27 Nov 2013 14:02:12 GMT (envelope-from oliver@svn.freebsd.org) Message-Id: <201311271402.rARE2CUH089606@svn.freebsd.org> From: Oliver Lehmann Date: Wed, 27 Nov 2013 14:02:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335017 - head/net/cyphesis/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 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, 27 Nov 2013 14:02:13 -0000 Author: oliver Date: Wed Nov 27 14:02:12 2013 New Revision: 335017 URL: http://svnweb.freebsd.org/changeset/ports/335017 Log: fix build on FreeBSD 8 Added: head/net/cyphesis/files/patch-tools-cypython.cpp (contents, props changed) Added: head/net/cyphesis/files/patch-tools-cypython.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/cyphesis/files/patch-tools-cypython.cpp Wed Nov 27 14:02:12 2013 (r335017) @@ -0,0 +1,11 @@ +--- tools/cypython.cpp.orig 2013-11-27 14:43:48.000000000 +0100 ++++ tools/cypython.cpp 2013-11-27 14:43:56.000000000 +0100 +@@ -32,6 +32,8 @@ + + #include + ++#include ++ + #ifndef READLINE_CXX_SANE // defined in config.h + extern "C" { + #endif