Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jun 2016 08:00:23 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r416999 - head/math/blitz++/files
Message-ID:  <201606170800.u5H80NCd089420@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Fri Jun 17 08:00:22 2016
New Revision: 416999
URL: https://svnweb.freebsd.org/changeset/ports/416999

Log:
  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)

Added:
  head/math/blitz++/files/patch-doc-arrays-expr.texi   (contents, props changed)

Added: head/math/blitz++/files/patch-doc-arrays-expr.texi
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/blitz++/files/patch-doc-arrays-expr.texi	Fri Jun 17 08:00:22 2016	(r416999)
@@ -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
+-@html
+-@erf(x) = 2/sqrt(Pi) * integral(exp(-t^2), t=0..x)
+-@end html
+ @ifnottex
+-@ifnothtml
+ @math{@r{erf}(x) = 2/@r{sqrt}(Pi) * @r{integral}(@r{exp}(-t^2), t=0..x)}
+-@end ifnothtml
+ @end ifnottex
+ 
+ Note that for large values of the parameter, calculating can result in



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606170800.u5H80NCd089420>