From owner-svn-ports-all@FreeBSD.ORG Mon Dec 9 15:08:43 2013 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 94A2C205; Mon, 9 Dec 2013 15:08:43 +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 7F98211A4; Mon, 9 Dec 2013 15:08:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rB9F8hE7054183; Mon, 9 Dec 2013 15:08:43 GMT (envelope-from makc@svn.freebsd.org) Received: (from makc@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rB9F8gJG054174; Mon, 9 Dec 2013 15:08:42 GMT (envelope-from makc@svn.freebsd.org) Message-Id: <201312091508.rB9F8gJG054174@svn.freebsd.org> From: Max Brazhnikov Date: Mon, 9 Dec 2013 15:08:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335996 - in head: science/kst2/files textproc/qstardict/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-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: Mon, 09 Dec 2013 15:08:43 -0000 Author: makc Date: Mon Dec 9 15:08:42 2013 New Revision: 335996 URL: http://svnweb.freebsd.org/changeset/ports/335996 Log: Add patches to fix build on 10 and head Added: head/science/kst2/files/patch-src__datasources__ascii__kst_atof.cpp (contents, props changed) head/science/kst2/files/patch-src__libkst__ksttimezone.h (contents, props changed) head/science/kst2/files/patch-src__libkstapp__logdialog.h (contents, props changed) head/textproc/qstardict/files/patch-plugins__stardict__lib.cpp (contents, props changed) head/textproc/qstardict/files/patch-plugins__stardict__mapfile.hpp (contents, props changed) Added: head/science/kst2/files/patch-src__datasources__ascii__kst_atof.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/kst2/files/patch-src__datasources__ascii__kst_atof.cpp Mon Dec 9 15:08:42 2013 (r335996) @@ -0,0 +1,10 @@ +--- ./src/datasources/ascii/kst_atof.cpp.orig 2012-07-22 13:24:59.000000000 +0000 ++++ ./src/datasources/ascii/kst_atof.cpp 2013-12-09 13:59:43.253923430 +0000 +@@ -8,6 +8,7 @@ + #include + + #include ++#include + + + #define LOGHUGE 39 Added: head/science/kst2/files/patch-src__libkst__ksttimezone.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/kst2/files/patch-src__libkst__ksttimezone.h Mon Dec 9 15:08:42 2013 (r335996) @@ -0,0 +1,10 @@ +--- ./src/libkst/ksttimezone.h.orig 2012-07-22 13:24:59.000000000 +0000 ++++ ./src/libkst/ksttimezone.h 2013-12-07 17:57:37.647544068 +0000 +@@ -16,6 +16,7 @@ + #include "kst_export.h" + + #include ++#include + + namespace Kst { + Added: head/science/kst2/files/patch-src__libkstapp__logdialog.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/kst2/files/patch-src__libkstapp__logdialog.h Mon Dec 9 15:08:42 2013 (r335996) @@ -0,0 +1,10 @@ +--- ./src/libkstapp/logdialog.h.orig 2012-07-22 13:24:59.000000000 +0000 ++++ ./src/libkstapp/logdialog.h 2013-12-09 11:39:44.250919414 +0000 +@@ -17,6 +17,7 @@ + + #include + #include ++#include + + #include "kst_export.h" + #include "kst_i18n.h" Added: head/textproc/qstardict/files/patch-plugins__stardict__lib.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/qstardict/files/patch-plugins__stardict__lib.cpp Mon Dec 9 15:08:42 2013 (r335996) @@ -0,0 +1,10 @@ +--- ./plugins/stardict/lib.cpp.orig 2011-12-05 12:40:49.000000000 +0000 ++++ ./plugins/stardict/lib.cpp 2013-12-09 11:22:18.738921230 +0000 +@@ -9,6 +9,7 @@ + #include + #include + #include ++#include + + #include "distance.h" + #include "file.hpp" Added: head/textproc/qstardict/files/patch-plugins__stardict__mapfile.hpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/qstardict/files/patch-plugins__stardict__mapfile.hpp Mon Dec 9 15:08:42 2013 (r335996) @@ -0,0 +1,10 @@ +--- ./plugins/stardict/mapfile.hpp.orig 2011-12-05 12:40:49.000000000 +0000 ++++ ./plugins/stardict/mapfile.hpp 2013-12-07 17:36:45.942541049 +0000 +@@ -9,6 +9,7 @@ + # include + # include + # include ++# include + #endif + #ifdef _WIN32 + # include