svn commit: r373633 - branches/2014Q4/math/ump/files

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Nov 29 15:37:26 UTC 2014


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


More information about the svn-ports-branches mailing list