summaryrefslogtreecommitdiff
path: root/math/calc/patches/patch-aa
diff options
context:
space:
mode:
authorjtb <jtb>2000-11-26 23:35:17 +0000
committerjtb <jtb>2000-11-26 23:35:17 +0000
commitca4350fd880aaad2b53378d3301fa6001c3cb2c5 (patch)
tree36f8916f6d7067053d406ebd461067c6ba34ea9d /math/calc/patches/patch-aa
parent7a20fb131ecddc07f193635ce49fcf08cb40bdb0 (diff)
downloadpkgsrc-ca4350fd880aaad2b53378d3301fa6001c3cb2c5.tar.gz
Initial import of new "calc" package:
Advanced Calculator for GNU Emacs
Diffstat (limited to 'math/calc/patches/patch-aa')
-rw-r--r--math/calc/patches/patch-aa40
1 files changed, 40 insertions, 0 deletions
diff --git a/math/calc/patches/patch-aa b/math/calc/patches/patch-aa
new file mode 100644
index 00000000000..e9b7380d393
--- /dev/null
+++ b/math/calc/patches/patch-aa
@@ -0,0 +1,40 @@
+$NetBSD: patch-aa,v 1.1.1.1 2000/11/26 23:35:19 jtb Exp $
+
+--- Makefile.orig Mon Dec 16 04:50:45 1996
++++ Makefile
+@@ -32,7 +32,7 @@
+ EMACS = emacs
+ TEX = tex
+ TEXINDEX = texindex
+-MAKEINFO = makeinfo
++MAKEINFO = makeinfo --no-validate
+ MAKE = make
+ ECHO = @echo
+ REMOVE = -rm -f
+@@ -54,13 +54,10 @@
+ # to make the steps more explicit while the `make' is in progress.
+ all:
+ $(MAKE) compile
+- $(MAKE) private
+ $(MAKE) info
+- $(ECHO) "Calc is now installed."
+
+ install:
+ $(MAKE) compile
+- $(MAKE) public
+ $(MAKE) info
+ $(ECHO) "Calc is now installed."
+
+@@ -83,9 +80,9 @@
+ # Format the Calc manual for the Info system using makeinfo.
+ info: calc.info
+ calc.info: calc.texinfo
+- -$(MAKEINFO) calc.texinfo
+- $(ECHO) "Please ignore warnings for Copying, Getting Started, and Interactive Tutorial."
+- $(MAKE) texinfo
++ $(MAKEINFO) calc.texinfo
++# $(ECHO) "Please ignore warnings for Copying, Getting Started, and Interactive Tutorial."
++# $(MAKE) texinfo
+
+
+ # Format the Calc manual for the Info system using texinfo.el.