summaryrefslogtreecommitdiff
path: root/math/octave/patches
diff options
context:
space:
mode:
authorseb <seb>2002-02-18 15:14:00 +0000
committerseb <seb>2002-02-18 15:14:00 +0000
commit94736fef3d3bc180c38e89ad3b9fc89d91756057 (patch)
treec84409a165bd501342b10b825394cf1eb3684d02 /math/octave/patches
parentd1274f983b9d5510a39b04e8946f0ba1dc328035 (diff)
downloadpkgsrc-94736fef3d3bc180c38e89ad3b9fc89d91756057.tar.gz
Introduce new framework for handling info files generation and installation.
Summary of changes: - removal of USE_GTEXINFO - addition of mk/texinfo.mk - inclusion of this file in package Makefiles requiring it - `install-info' substituted by `${INSTALL_INFO}' in PLISTs - tuning of mk/bsd.pkg.mk: removal of USE_GTEXINFO INSTALL_INFO added to PLIST_SUBST `${INSTALL_INFO}' replace `install-info' in target rules print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info' - a couple of new patch files added for a handful of packages - setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it - devel/cssc marked requiring texinfo 4.0 - a couple of packages Makefiles were tuned with respect of INFO_FILES and makeinfo command usage See -newly added by this commit- section 10.24 of Packages.txt for further information.
Diffstat (limited to 'math/octave/patches')
-rw-r--r--math/octave/patches/patch-ai13
-rw-r--r--math/octave/patches/patch-aj29
-rw-r--r--math/octave/patches/patch-ak13
3 files changed, 55 insertions, 0 deletions
diff --git a/math/octave/patches/patch-ai b/math/octave/patches/patch-ai
new file mode 100644
index 00000000000..e9bb39a5f23
--- /dev/null
+++ b/math/octave/patches/patch-ai
@@ -0,0 +1,13 @@
+$NetBSD: patch-ai,v 1.1 2002/02/18 15:14:33 seb Exp $
+
+--- doc/liboctave/Makefile.in.orig Sun Feb 17 22:48:00 2002
++++ doc/liboctave/Makefile.in
+@@ -43,7 +43,7 @@
+ .PHONY: all
+
+ liboctave.info: $(TEXINFO) ../conf.texi
+- -makeinfo -I$(srcdir) -I$(srcdir)/.. $(srcdir)/liboctave.texi
++ -$(MAKEINFO) -I$(srcdir) -I$(srcdir)/.. $(srcdir)/liboctave.texi
+
+ liboctave.dvi: $(TEXINFO) ../conf.texi
+ -TEXINPUTS="$(srcdir):$(srcdir)/..:$(TEXINPUTS):" ; \
diff --git a/math/octave/patches/patch-aj b/math/octave/patches/patch-aj
new file mode 100644
index 00000000000..992dd3c4b1d
--- /dev/null
+++ b/math/octave/patches/patch-aj
@@ -0,0 +1,29 @@
+$NetBSD: patch-aj,v 1.1 2002/02/18 15:14:33 seb Exp $
+
+--- doc/interpreter/Makefile.in.orig Sun Feb 17 22:48:00 2002
++++ doc/interpreter/Makefile.in
+@@ -56,7 +56,7 @@
+ .PHONY: all
+
+ octave.info: $(TEXINFO) ../conf.texi
+- -makeinfo -I$(srcdir) -I$(srcdir)/.. $(srcdir)/octave.texi
++ -$(MAKEINFO) -I$(srcdir) -I$(srcdir)/.. $(srcdir)/octave.texi
+
+ octave.dvi: $(TEXINFO) ../conf.texi
+ -TEXINPUTS="$(srcdir):$(srcdir)/..:$(TEXINPUTS):" ; \
+@@ -67,13 +67,13 @@
+ -dvips -o octave.ps octave.dvi
+
+ ../../INSTALL.OCTAVE: install.texi
+- -makeinfo -D INSTALLONLY \
++ -$(MAKEINFO) -D INSTALLONLY \
+ --no-validate --no-headers --no-split --output INSTALL \
+ -I$(srcdir) -I$(srcdir)/.. $(srcdir)/install.texi
+ mv INSTALL ../../INSTALL.OCTAVE
+
+ ../../BUGS: bugs.texi
+- -makeinfo -D BUGSONLY \
++ -$(MAKEINFO) -D BUGSONLY \
+ --no-validate --no-headers --no-split --output BUGS \
+ -I$(srcdir) -I$(srcdir)/.. $(srcdir)/bugs.texi
+ mv BUGS ../../BUGS
diff --git a/math/octave/patches/patch-ak b/math/octave/patches/patch-ak
new file mode 100644
index 00000000000..747e8c07f9a
--- /dev/null
+++ b/math/octave/patches/patch-ak
@@ -0,0 +1,13 @@
+$NetBSD: patch-ak,v 1.1 2002/02/18 15:14:33 seb Exp $
+
+--- doc/faq/Makefile.in.orig Sun Feb 17 22:48:00 2002
++++ doc/faq/Makefile.in
+@@ -39,7 +39,7 @@
+ .PHONY: all
+
+ Octave-FAQ.info: Octave-FAQ.texi
+- -makeinfo -I$(srcdir) $(srcdir)/Octave-FAQ.texi
++ -$(MAKEINFO) -I$(srcdir) $(srcdir)/Octave-FAQ.texi
+
+ Octave-FAQ.dvi: Octave-FAQ.texi
+ -TEXINPUTS="$(srcdir):$(srcdir)/..:$(TEXINPUTS):" ; \