summaryrefslogtreecommitdiff
path: root/math/blitz++/files
diff options
context:
space:
mode:
authorThomas Zander <riggs@FreeBSD.org>2018-08-25 10:16:16 +0000
committerThomas Zander <riggs@FreeBSD.org>2018-08-25 10:16:16 +0000
commitff02b29f46608eeba0e93a31c502a6dbf77cf73c (patch)
tree5058202ff5ec2a85b692713d5d33183597e94a42 /math/blitz++/files
parent- Update WWW (diff)
Update to upstream release 1.0.1, fix build on 11.2
Detailed submitter log: - Update to 1.0.1 - Switched to Github - Has newest sources - Updated WWW in pkg-desc - Current www doesn't exist - Removed doc depends/build - Does not build/install - Removed doxygen dir - Not needed/used PR: 230833 [1], 230674 [2] Submitted by: ndowens@yahoo.com [1] Reported by: lantw44@gmail.com [2] MFH: 2018Q3
Notes
Notes: svn path=/head/; revision=478020
Diffstat (limited to 'math/blitz++/files')
-rw-r--r--math/blitz++/files/patch-Makefile.in15
-rw-r--r--math/blitz++/files/patch-doc-Makefile.in11
-rw-r--r--math/blitz++/files/patch-doc-arrays-expr.texi16
-rw-r--r--math/blitz++/files/patch-doc-blitz.texi11
-rw-r--r--math/blitz++/files/patch-doc-doxygen-Makefile.in11
5 files changed, 0 insertions, 64 deletions
diff --git a/math/blitz++/files/patch-Makefile.in b/math/blitz++/files/patch-Makefile.in
deleted file mode 100644
index 6e262bef1d77..000000000000
--- a/math/blitz++/files/patch-Makefile.in
+++ /dev/null
@@ -1,15 +0,0 @@
---- Makefile.in.orig Fri Jan 20 18:04:40 2006
-+++ Makefile.in Fri Jan 20 18:05:51 2006
-@@ -291,8 +291,11 @@
- target_vendor = @target_vendor@
- ACLOCAL_AMFLAGS = -I m4
- @FORTRAN_ENABLED_TRUE@FORTRAN_DIRS = benchmarks
-+ifndef NOPORTDOCS
-+DOCS = doc
-+endif
- SUBDIRS = bin blitz random lib testsuite \
-- examples $(FORTRAN_DIRS) doc
-+ examples $(FORTRAN_DIRS) $(DOCS)
-
- EXTRA_DIST = LEGAL LICENSE README.binutils README-VS.NET.txt Blitz-VS.NET.zip \
- ChangeLog.1
diff --git a/math/blitz++/files/patch-doc-Makefile.in b/math/blitz++/files/patch-doc-Makefile.in
deleted file mode 100644
index caf4fea99219..000000000000
--- a/math/blitz++/files/patch-doc-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./doc/Makefile.in.orig Tue Feb 22 18:26:53 2005
-+++ doc/Makefile.in Tue Feb 22 18:27:14 2005
-@@ -275,7 +275,7 @@ target_vendor = @target_vendor@
- SUBDIRS = examples stencils doxygen
-
- # install these files
--docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
-+docdir = $(datadir)/doc/$(PACKAGE)
- doc_DATA = blitz.ps blitz.pdf blitz.html \
- blitz_abt.html blitz_fot.html blitz_ovr.html blitz_toc.html \
- blitz_1.html blitz_2.html blitz_3.html blitz_4.html blitz_5.html \
diff --git a/math/blitz++/files/patch-doc-arrays-expr.texi b/math/blitz++/files/patch-doc-arrays-expr.texi
deleted file mode 100644
index 95f4f9f3107c..000000000000
--- a/math/blitz++/files/patch-doc-arrays-expr.texi
+++ /dev/null
@@ -1,16 +0,0 @@
---- 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
diff --git a/math/blitz++/files/patch-doc-blitz.texi b/math/blitz++/files/patch-doc-blitz.texi
deleted file mode 100644
index 823e96e44dcc..000000000000
--- a/math/blitz++/files/patch-doc-blitz.texi
+++ /dev/null
@@ -1,11 +0,0 @@
---- doc/blitz.texi.orig Sat Oct 16 08:05:00 2004
-+++ doc/blitz.texi Tue Feb 22 23:32:57 2005
-@@ -13,7 +13,7 @@
-
- @dircategory Blitz++ library
- @direntry
--* Blitz++: (blitz++). High-performance C++ numeric library
-+* Blitz++: (blitz). High-performance C++ numeric library
- @end direntry
-
-
diff --git a/math/blitz++/files/patch-doc-doxygen-Makefile.in b/math/blitz++/files/patch-doc-doxygen-Makefile.in
deleted file mode 100644
index aa03ea6d6b9c..000000000000
--- a/math/blitz++/files/patch-doc-doxygen-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./doc/doxygen/Makefile.in.orig Tue Feb 22 18:32:47 2005
-+++ ./doc/doxygen/Makefile.in Tue Feb 22 18:33:07 2005
-@@ -244,7 +244,7 @@ target_alias = @target_alias@
- target_cpu = @target_cpu@
- target_os = @target_os@
- target_vendor = @target_vendor@
--docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/doxygen
-+docdir = $(datadir)/doc/$(PACKAGE)/doxygen
- DISTCLEANFILES = Doxyfile doxygen-warning
- all: all-am
-