aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2016-06-18 14:39:50 +0000
committerJan Beich <jbeich@FreeBSD.org>2016-06-18 14:39:50 +0000
commitab747c55a6f4760f4d68415bfd1dd40761d86260 (patch)
tree30976508a0bad12eca8c5b6548437655bdf959d8
parenta3257cfb158631d9307a8537eef2aeac5adc738d (diff)
downloadports-ab747c55a6f4760f4d68415bfd1dd40761d86260.tar.gz
ports-ab747c55a6f4760f4d68415bfd1dd40761d86260.zip
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)
Notes
Notes: svn path=/branches/2016Q2/; revision=417065
-rw-r--r--math/blitz++/files/patch-doc-arrays-expr.texi16
1 files changed, 16 insertions, 0 deletions
diff --git a/math/blitz++/files/patch-doc-arrays-expr.texi b/math/blitz++/files/patch-doc-arrays-expr.texi
new file mode 100644
index 000000000000..95f4f9f3107c
--- /dev/null
+++ b/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
+-@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