From owner-svn-ports-all@FreeBSD.ORG Thu May 22 08:02:52 2014 Return-Path: Delivered-To: svn-ports-all@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 630E9121; Thu, 22 May 2014 08:02:52 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 50B4325B5; Thu, 22 May 2014 08:02:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4M82q0L006096; Thu, 22 May 2014 08:02:52 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4M82qUU006095; Thu, 22 May 2014 08:02:52 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201405220802.s4M82qUU006095@svn.freebsd.org> From: Martin Wilke Date: Thu, 22 May 2014 08:02:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354799 - head/devel/commoncpp/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.18 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: Thu, 22 May 2014 08:02:52 -0000 Author: miwi Date: Thu May 22 08:02:51 2014 New Revision: 354799 URL: http://svnweb.freebsd.org/changeset/ports/354799 QAT: https://qat.redports.org/buildarchive/r354799/ Log: - Fix build PR: 188658 Submitted by: swills Approved by: maintainer timeout Added: head/devel/commoncpp/files/patch-inc__cc++__string.h (contents, props changed) Added: head/devel/commoncpp/files/patch-inc__cc++__string.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/commoncpp/files/patch-inc__cc++__string.h Thu May 22 08:02:51 2014 (r354799) @@ -0,0 +1,21 @@ +--- inc/cc++/string.h.orig 2014-04-15 15:05:21.000000000 +0200 ++++ inc/cc++/string.h 2014-04-15 15:10:46.000000000 +0200 +@@ -74,6 +74,9 @@ + * @author David Sugar + * @short Generic string class. + */ ++class String; ++std::istream &getline(std::istream &is, String &str, char delim = '\n', size_t size = 0); ++ + class __EXPORT String + { + protected: +@@ -731,7 +734,7 @@ + * @param delim deliminator to use. + * @param size optional size limitor. + */ +- friend __EXPORT std::istream &getline(std::istream &is, String &str, char delim = '\n', size_t size = 0); ++ friend __EXPORT std::istream &getline(std::istream &is, String &str, char delim, size_t size); + + /** + * Stream the content of our string variable directly to a C++