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 14.2.7.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7aadffc1a063
branches:  trunk
changeset: 551911:7aadffc1a063
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun Dec 21 02:02:25 2008 +0000

description:
Update mathomatic to 14.2.7.

Numerous improvements since 14.0.5. See
http://mathomatic.orgserve.de/changes.txt for the complete list of changes.

diffstat:

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

diffs (53 lines):

diff -r 6f6c129a3957 -r 7aadffc1a063 math/mathomatic/Makefile
--- a/math/mathomatic/Makefile  Sun Dec 21 01:01:32 2008 +0000
+++ b/math/mathomatic/Makefile  Sun Dec 21 02:02:25 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.86 2008/06/21 17:23:26 minskim Exp $
+# $NetBSD: Makefile,v 1.87 2008/12/21 02:02:25 minskim Exp $
 #
 
-DISTNAME=              mathomatic-14.0.5
+DISTNAME=              mathomatic-14.2.7
 CATEGORIES=            math
 MASTER_SITES=          http://www.panix.com/~gesslein/
 EXTRACT_SUFX=          .tar.bz2
diff -r 6f6c129a3957 -r 7aadffc1a063 math/mathomatic/distinfo
--- a/math/mathomatic/distinfo  Sun Dec 21 01:01:32 2008 +0000
+++ b/math/mathomatic/distinfo  Sun Dec 21 02:02:25 2008 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.76 2008/06/21 17:23:26 minskim Exp $
+$NetBSD: distinfo,v 1.77 2008/12/21 02:02:25 minskim Exp $
 
-SHA1 (mathomatic-14.0.5.tar.bz2) = ae438144b980ccf24032d8a2fe29e6c99dda6b20
-RMD160 (mathomatic-14.0.5.tar.bz2) = d5e2897a4b14fb8c4ba636813f8fe8c2fb1faabb
-Size (mathomatic-14.0.5.tar.bz2) = 141987 bytes
-SHA1 (patch-aa) = 40cb5c7b8867768234784afc209a57c2a84ff6f1
+SHA1 (mathomatic-14.2.7.tar.bz2) = 39ea1e5dc8c81e791abc862430e95eab810bea0c
+RMD160 (mathomatic-14.2.7.tar.bz2) = c5e1ba32a4e980d439c394369a88299bd3ee5e49
+Size (mathomatic-14.2.7.tar.bz2) = 155441 bytes
+SHA1 (patch-aa) = 3860df2956bf9eeadde03f6f99b7d0d66a3c0766
diff -r 6f6c129a3957 -r 7aadffc1a063 math/mathomatic/patches/patch-aa
--- a/math/mathomatic/patches/patch-aa  Sun Dec 21 01:01:32 2008 +0000
+++ b/math/mathomatic/patches/patch-aa  Sun Dec 21 02:02:25 2008 +0000
@@ -1,15 +1,15 @@
-$NetBSD: patch-aa,v 1.19 2008/06/21 17:23:26 minskim Exp $
+$NetBSD: patch-aa,v 1.20 2008/12/21 02:02:25 minskim Exp $
 
---- makefile.orig      2008-06-15 05:37:20.000000000 -0700
+--- makefile.orig      2008-12-18 12:57:54.000000000 -0800
 +++ makefile
-@@ -8,8 +8,8 @@ LDFLAGS                += # linker flags
- LIBS          += -lm # libraries to link
+@@ -7,8 +7,8 @@ CFLAGS         += -DUNIX -DVERSION=\"$(VERSION)
+ LDLIBS                += -lm # libraries to link
  
  # "make READLINE=1" to include readline support:
 -CFLAGS                += $(READLINE:1=-DREADLINE)
--LIBS          += $(READLINE:1=-lreadline -lncurses)
+-LDLIBS                += $(READLINE:1=-lreadline -lncurses)
 +CFLAGS                += -DREADLINE
-+LIBS          += -lreadline
++LDLIBS                += -lreadline
  
  # Install directories:
  prefix                ?= /usr/local



Home | Main Index | Thread Index | Old Index