From owner-svn-ports-head@FreeBSD.ORG Tue Dec 24 17:41:25 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 251CC59A; Tue, 24 Dec 2013 17:41:25 +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 0EC5B13B6; Tue, 24 Dec 2013 17:41:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBOHfOKa099544; Tue, 24 Dec 2013 17:41:24 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBOHfO8B099541; Tue, 24 Dec 2013 17:41:24 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201312241741.rBOHfO8B099541@svn.freebsd.org> From: Raphael Kubo da Costa Date: Tue, 24 Dec 2013 17:41:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r337378 - head/textproc/soothsayer/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.17 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: Tue, 24 Dec 2013 17:41:25 -0000 Author: rakuco Date: Tue Dec 24 17:41:24 2013 New Revision: 337378 URL: http://svnweb.freebsd.org/changeset/ports/337378 Log: Fix the build with clang. Added: head/textproc/soothsayer/files/ head/textproc/soothsayer/files/patch-src__lib__core__profileManager.cpp (contents, props changed) head/textproc/soothsayer/files/patch-src__lib__core__utility.cpp (contents, props changed) Added: head/textproc/soothsayer/files/patch-src__lib__core__profileManager.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/soothsayer/files/patch-src__lib__core__profileManager.cpp Tue Dec 24 17:41:24 2013 (r337378) @@ -0,0 +1,11 @@ +--- src/lib/core/profileManager.cpp.orig 2013-12-24 19:38:41.000000000 +0200 ++++ src/lib/core/profileManager.cpp 2013-12-24 19:39:06.000000000 +0200 +@@ -31,6 +31,8 @@ + #endif + + #include ++#include ++#include + + /** Constructor. + * Added: head/textproc/soothsayer/files/patch-src__lib__core__utility.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/soothsayer/files/patch-src__lib__core__utility.cpp Tue Dec 24 17:41:24 2013 (r337378) @@ -0,0 +1,10 @@ +--- ./src/lib/core/utility.cpp.orig 2013-12-24 19:36:58.000000000 +0200 ++++ ./src/lib/core/utility.cpp 2013-12-24 19:37:26.000000000 +0200 +@@ -22,6 +22,7 @@ + **********(*)*/ + + #include "utility.h" ++#include + + + /** Convert string to lower case