summaryrefslogtreecommitdiff
path: root/math/blitz++/files
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2005-02-22 23:35:04 +0000
committerThierry Thomas <thierry@FreeBSD.org>2005-02-22 23:35:04 +0000
commitfd1a43f8b979d2d1b98a8c67022290ba0dfe3562 (patch)
tree56d8cb8d35cdbf6f930d7b21212cc19a63655a78 /math/blitz++/files
parent. New ICBM coordinates now my Missile Defense System is in place. (diff)
- Upgrade to 0.8;
- take maintainership. PR: ports/75909 Submitted by: Olivier Saut
Notes
Notes: svn path=/head/; revision=129576
Diffstat (limited to 'math/blitz++/files')
-rw-r--r--math/blitz++/files/patch-Makefile.in30
-rw-r--r--math/blitz++/files/patch-bzconfig14
-rw-r--r--math/blitz++/files/patch-doc-Makefile.in20
-rw-r--r--math/blitz++/files/patch-doc-blitz.texi11
-rw-r--r--math/blitz++/files/patch-doc-doxygen-Makefile.in11
5 files changed, 49 insertions, 37 deletions
diff --git a/math/blitz++/files/patch-Makefile.in b/math/blitz++/files/patch-Makefile.in
index eb1b6c34cb47..134edd794035 100644
--- a/math/blitz++/files/patch-Makefile.in
+++ b/math/blitz++/files/patch-Makefile.in
@@ -1,17 +1,23 @@
---- Makefile.in.orig Fri Nov 7 23:43:47 2003
-+++ Makefile.in Fri Nov 7 23:46:09 2003
-@@ -153,8 +153,12 @@ target_vendor = @target_vendor@
-
- AUTOMAKE_OPTIONS = foreign
-
--SUBDIRS = bin compiler blitz random src lib testsuite \
-- examples benchmarks doc manual
+--- ./Makefile.in.orig Thu Jan 6 21:51:56 2005
++++ Makefile.in Thu Jan 6 23:01:59 2005
+@@ -276,13 +276,18 @@
+ target_os = @target_os@
+ target_vendor = @target_vendor@
+ ACLOCAL_AMFLAGS = -I m4
++
+ifndef NOPORTDOCS
-+DOCS = doc manual
++DOCS = doc
+endif
+
-+SUBDIRS = bin compiler blitz random src lib $(DOCS)
-+
+ SUBDIRS = bin blitz random lib testsuite \
+- examples benchmarks doc
++ examples benchmarks $(DOCS)
+
+ EXTRA_DIST = LEGAL LICENSE README.binutils README-VS.NET.txt Blitz-VS.NET.zip \
+ ChangeLog.1
+-pkgconfigdir = $(libdir)/pkgconfig
++pkgconfigdir = libdata/pkgconfig
+ pkgconfig_DATA = blitz.pc blitz-uninstalled.pc
+ all: all-recursive
- EXTRA_DIST = LEGAL LICENSE README.binutils README-VS.NET Blitz-VS.NET.zip \
diff --git a/math/blitz++/files/patch-bzconfig b/math/blitz++/files/patch-bzconfig
deleted file mode 100644
index 1df9c25b90fc..000000000000
--- a/math/blitz++/files/patch-bzconfig
+++ /dev/null
@@ -1,14 +0,0 @@
---- compiler/bzconfig.orig Thu May 22 15:06:34 2003
-+++ compiler/bzconfig Thu May 22 15:07:00 2003
-@@ -37,11 +37,6 @@
- # to edit the next line
- objextension='o'
-
--if test ! -t 0; then
-- echo "Use 'sh bzconfig', not 'sh < bzconfig'"
-- exit 1
--fi
--
- # clean="rm -f a.out core bztemp bztest bzjunk.cpp bzjunk.o bzjunk.ii bzjunk.int.c bzjunk.s"
- clean="rm -f core"
- trap '$clean; exit 1' 1 2 3 15
diff --git a/math/blitz++/files/patch-doc-Makefile.in b/math/blitz++/files/patch-doc-Makefile.in
index fc83fe784b27..caf4fea99219 100644
--- a/math/blitz++/files/patch-doc-Makefile.in
+++ b/math/blitz++/files/patch-doc-Makefile.in
@@ -1,13 +1,11 @@
---- doc/Makefile.in.orig Wed Sep 17 20:00:32 2003
-+++ doc/Makefile.in Mon May 31 01:33:13 2004
-@@ -154,8 +154,8 @@
- SUBDIRS = examples stencils
+--- ./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 = $(prefix)/doc
--doc_DATA = blitz.ps
-+docdir = $(prefix)/share/doc/blitz
-+doc_DATA =
-
- AM_MAKEINFOFLAGS = --no-split
- TEXI2HTML = texi2html
+-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-blitz.texi b/math/blitz++/files/patch-doc-blitz.texi
new file mode 100644
index 000000000000..823e96e44dcc
--- /dev/null
+++ b/math/blitz++/files/patch-doc-blitz.texi
@@ -0,0 +1,11 @@
+--- 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
new file mode 100644
index 000000000000..aa03ea6d6b9c
--- /dev/null
+++ b/math/blitz++/files/patch-doc-doxygen-Makefile.in
@@ -0,0 +1,11 @@
+--- ./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
+