svn commit: r417065 - branches/2016Q2/math/blitz++/files

Jan Beich jbeich at FreeBSD.org
Sat Jun 18 14:39:51 UTC 2016


Author: jbeich
Date: Sat Jun 18 14:39:50 2016
New Revision: 417065
URL: https://svnweb.freebsd.org/changeset/ports/417065

Log:
  MFH: r416999
  
  math/blitz++: unbreak build on 11.0 and dragonfly
  
  ./arrays-expr.texi:718: unknown command `erf'
  
  PR:		199527
  Reported by:	pkg-fallout
  Approved by:	maintainer timeout (1 year)
  Approved by:	ports-secteam (feld)

Added:
  branches/2016Q2/math/blitz++/files/patch-doc-arrays-expr.texi
     - copied unchanged from r416999, head/math/blitz++/files/patch-doc-arrays-expr.texi
Modified:
Directory Properties:
  branches/2016Q2/   (props changed)

Copied: branches/2016Q2/math/blitz++/files/patch-doc-arrays-expr.texi (from r416999, head/math/blitz++/files/patch-doc-arrays-expr.texi)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2016Q2/math/blitz++/files/patch-doc-arrays-expr.texi	Sat Jun 18 14:39:50 2016	(r417065, copy of r416999, head/math/blitz++/files/patch-doc-arrays-expr.texi)
@@ -0,0 +1,16 @@
+--- doc/arrays-expr.texi.orig	2003-01-21 11:01:03 UTC
++++ doc/arrays-expr.texi
+@@ -714,13 +714,8 @@ Computes the error function:  
+ @tex
+ $$ {\rm erf}(x) = {2\over\sqrt\pi}\int_{0}^{x} e^{-t^2} dt $$
+ @end tex
+- at html
+- at erf(x) = 2/sqrt(Pi) * integral(exp(-t^2), t=0..x)
+- at end html
+ @ifnottex
+- at ifnothtml
+ @math{@r{erf}(x) = 2/@r{sqrt}(Pi) * @r{integral}(@r{exp}(-t^2), t=0..x)}
+- at end ifnothtml
+ @end ifnottex
+ 
+ Note that for large values of the parameter, calculating can result in


More information about the svn-ports-all mailing list