pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/mathomatic Update mathomatic to 12.3. Bug fixes ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dc1cccbbd608
branches:  trunk
changeset: 493203:dc1cccbbd608
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Fri Apr 29 13:05:28 2005 +0000

description:
Update mathomatic to 12.3.  Bug fixes and many enhancements.  See
changes.txt for the complete list of changes.

diffstat:

 math/mathomatic/Makefile         |   4 ++--
 math/mathomatic/distinfo         |  10 +++++-----
 math/mathomatic/patches/patch-aa |  16 +++++-----------
 3 files changed, 12 insertions(+), 18 deletions(-)

diffs (53 lines):

diff -r 3b08182960c2 -r dc1cccbbd608 math/mathomatic/Makefile
--- a/math/mathomatic/Makefile  Fri Apr 29 12:56:37 2005 +0000
+++ b/math/mathomatic/Makefile  Fri Apr 29 13:05:28 2005 +0000
@@ -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 -r 3b08182960c2 -r dc1cccbbd608 math/mathomatic/distinfo
--- a/math/mathomatic/distinfo  Fri Apr 29 12:56:37 2005 +0000
+++ b/math/mathomatic/distinfo  Fri Apr 29 13:05:28 2005 +0000
@@ -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 -r 3b08182960c2 -r dc1cccbbd608 math/mathomatic/patches/patch-aa
--- a/math/mathomatic/patches/patch-aa  Fri Apr 29 12:56:37 2005 +0000
+++ b/math/mathomatic/patches/patch-aa  Fri Apr 29 13:05:28 2005 +0000
@@ -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)



Home | Main Index | Thread Index | Old Index