From owner-svn-ports-branches@FreeBSD.ORG Sat Nov 29 15:37:25 2014 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E9B8A5B5; Sat, 29 Nov 2014 15:37: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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D6355400; Sat, 29 Nov 2014 15:37:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sATFbPEp052753; Sat, 29 Nov 2014 15:37:25 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sATFbPkW052752; Sat, 29 Nov 2014 15:37:25 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201411291537.sATFbPkW052752@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 29 Nov 2014 15:37:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r373633 - branches/2014Q4/math/ump/files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Nov 2014 15:37:26 -0000 Author: amdmi3 Date: Sat Nov 29 15:37:25 2014 New Revision: 373633 URL: https://svnweb.freebsd.org/changeset/ports/373633 QAT: https://qat.redports.org/buildarchive/r373633/ Log: MFH: r372990 - Fix build with clang Approved by: ports-secteam (rea) Added: branches/2014Q4/math/ump/files/patch-src__real.h - copied unchanged from r372990, head/math/ump/files/patch-src__real.h Modified: Directory Properties: branches/2014Q4/ (props changed) Copied: branches/2014Q4/math/ump/files/patch-src__real.h (from r372990, head/math/ump/files/patch-src__real.h) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2014Q4/math/ump/files/patch-src__real.h Sat Nov 29 15:37:25 2014 (r373633, copy of r372990, head/math/ump/files/patch-src__real.h) @@ -0,0 +1,11 @@ +--- src/real.h.orig 2006-10-06 15:42:58.000000000 +0400 ++++ src/real.h 2014-11-21 03:10:40.000000000 +0300 +@@ -145,7 +145,7 @@ + friend Real ipart(const Real &val) throw(error_obj); + friend Real fpart(const Real &val) throw(error_obj); + // converts a Real to a fraction +- friend Real frac(const Real &val, int32 highest_bottom_value = 1000) throw(error_obj); ++ friend Real frac(const Real &val, int32 highest_bottom_value) throw(error_obj); + friend Real sign(const Real &val) throw(error_obj); + + // val.isExact() must return true