diff options
author | minskim <minskim@pkgsrc.org> | 2005-04-29 13:05:28 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-04-29 13:05:28 +0000 |
commit | 84873a711ba0df27e8db9ffd90f66c8088de52ff (patch) | |
tree | dbf6fa5f0a391500d3d6788073a0e2a906a6e7e9 /math | |
parent | 4b06f5324318030eaf88c88caf8566fb1f21f460 (diff) | |
download | pkgsrc-84873a711ba0df27e8db9ffd90f66c8088de52ff.tar.gz |
Update mathomatic to 12.3. Bug fixes and many enhancements. See
changes.txt for the complete list of changes.
Diffstat (limited to 'math')
-rw-r--r-- | math/mathomatic/Makefile | 4 | ||||
-rw-r--r-- | math/mathomatic/distinfo | 10 | ||||
-rw-r--r-- | math/mathomatic/patches/patch-aa | 16 |
3 files changed, 12 insertions, 18 deletions
diff --git a/math/mathomatic/Makefile b/math/mathomatic/Makefile index d88db680924..8db462b33a7 100644 --- a/math/mathomatic/Makefile +++ b/math/mathomatic/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.35 2005/04/11 21:46:29 tv Exp $ +# $NetBSD: Makefile,v 1.36 2005/04/29 13:05:28 minskim Exp $ # -DISTNAME= mathomatic-12.2c +DISTNAME= mathomatic-12.3 CATEGORIES= math MASTER_SITES= http://www.panix.com/~gesslein/ EXTRACT_SUFX= .tgz diff --git a/math/mathomatic/distinfo b/math/mathomatic/distinfo index 63a885982a8..25d880ab352 100644 --- a/math/mathomatic/distinfo +++ b/math/mathomatic/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.33 2005/04/11 03:45:43 minskim Exp $ +$NetBSD: distinfo,v 1.34 2005/04/29 13:05:28 minskim Exp $ -SHA1 (mathomatic-12.2c.tgz) = 3c0ba971639b29ddcbd4d75047b13c031451fa7e -RMD160 (mathomatic-12.2c.tgz) = f27ecf4f4d7f8dd1e59b40258515ba569afd0f7e -Size (mathomatic-12.2c.tgz) = 120410 bytes -SHA1 (patch-aa) = e75d4f2d1bd3c5a3e41194d38a1c783a59ef0e39 +SHA1 (mathomatic-12.3.tgz) = d6d4a72b269aad5516008cac4427f015c7d16388 +RMD160 (mathomatic-12.3.tgz) = 7221ce83e1cb45cf7e21948875cc5852daf39c98 +Size (mathomatic-12.3.tgz) = 124125 bytes +SHA1 (patch-aa) = c9bfd24f0e0bfe50b6a23222cbc79eeb274a1ea9 diff --git a/math/mathomatic/patches/patch-aa b/math/mathomatic/patches/patch-aa index 127715bf915..cdd23fc4434 100644 --- a/math/mathomatic/patches/patch-aa +++ b/math/mathomatic/patches/patch-aa @@ -1,16 +1,10 @@ -$NetBSD: patch-aa,v 1.11 2005/03/28 14:52:28 minskim Exp $ +$NetBSD: patch-aa,v 1.12 2005/04/29 13:05:28 minskim Exp $ ---- makefile.orig 2005-03-06 20:40:08.000000000 -0600 +--- makefile.orig Tue Apr 19 21:09:24 2005 +++ makefile -@@ -1,14 +1,14 @@ - # Makefile for compiling Mathomatic under UNIX, GNU/Linux, and MacOS-X. - - VERSION = `cat VERSION` --CFLAGS = -O -DUNIX -DVERSION=\"$(VERSION)\" --LDFLAGS = -s -+CFLAGS += -O -DUNIX -DVERSION=\"$(VERSION)\" -+#LDFLAGS = -s - LIBS = -lm +@@ -5,10 +5,10 @@ CFLAGS += -O -DUNIX -DVERSION=\"$(VERSI + LDFLAGS += -s + LIBS += -lm -CFLAGS += $(READLINE:1=-DREADLINE) -LIBS += $(READLINE:1=-lreadline -lncurses) |