summaryrefslogtreecommitdiff
path: root/math/mathomatic
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2008-12-21 02:02:25 +0000
committerminskim <minskim@pkgsrc.org>2008-12-21 02:02:25 +0000
commita4a274cfdb7ac494a965c2a9e616f9595da0ba03 (patch)
treed68c9041a61d4c16fe50ea7adea209467b2b3d8a /math/mathomatic
parent713c6b8e7aab7257b66d3815a96ce67a37bd99aa (diff)
downloadpkgsrc-a4a274cfdb7ac494a965c2a9e616f9595da0ba03.tar.gz
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 (limited to 'math/mathomatic')
-rw-r--r--math/mathomatic/Makefile4
-rw-r--r--math/mathomatic/distinfo10
-rw-r--r--math/mathomatic/patches/patch-aa12
3 files changed, 13 insertions, 13 deletions
diff --git a/math/mathomatic/Makefile b/math/mathomatic/Makefile
index 741027a84d8..189f6df2bc0 100644
--- a/math/mathomatic/Makefile
+++ b/math/mathomatic/Makefile
@@ -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 --git a/math/mathomatic/distinfo b/math/mathomatic/distinfo
index b32c2769c45..b087d38ae04 100644
--- a/math/mathomatic/distinfo
+++ b/math/mathomatic/distinfo
@@ -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 --git a/math/mathomatic/patches/patch-aa b/math/mathomatic/patches/patch-aa
index cbba0aaa5e3..95d9e6810fa 100644
--- a/math/mathomatic/patches/patch-aa
+++ b/math/mathomatic/patches/patch-aa
@@ -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