From owner-svn-ports-head@FreeBSD.ORG Fri Sep 27 08:43:09 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 ESMTP id DC88D617; Fri, 27 Sep 2013 08:43:09 +0000 (UTC) (envelope-from rene@FreeBSD.org) 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 C9F8E2BC2; Fri, 27 Sep 2013 08:43:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8R8h9J2046654; Fri, 27 Sep 2013 08:43:09 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8R8h9eo046653; Fri, 27 Sep 2013 08:43:09 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201309270843.r8R8h9eo046653@svn.freebsd.org> From: Rene Ladan Date: Fri, 27 Sep 2013 08:43:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328442 - head/net/boinc_curses/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.14 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: Fri, 27 Sep 2013 08:43:09 -0000 Author: rene Date: Fri Sep 27 08:43:09 2013 New Revision: 328442 URL: http://svnweb.freebsd.org/changeset/ports/328442 Log: Fix build with libc++ Reported by: pkg-fallout Added: head/net/boinc_curses/files/ head/net/boinc_curses/files/patch-boinc_curses.c (contents, props changed) Added: head/net/boinc_curses/files/patch-boinc_curses.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/boinc_curses/files/patch-boinc_curses.c Fri Sep 27 08:43:09 2013 (r328442) @@ -0,0 +1,10 @@ +--- ./boinc_curses.c.orig 2012-05-25 14:18:33.000000000 +0200 ++++ ./boinc_curses.c 2013-09-27 10:23:19.000000000 +0200 +@@ -21,6 +21,7 @@ + + #include + #include ++#include + #include + + #include