summaryrefslogtreecommitdiff
path: root/math/mathomatic
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2009-09-22 02:05:50 +0000
committerminskim <minskim@pkgsrc.org>2009-09-22 02:05:50 +0000
commit9f69a793666872abf58c4cdc620c5e038b6281f8 (patch)
tree9f19a444ef14fd66adb461ce6bf7506d0a3280e1 /math/mathomatic
parent7a443bd853501899490f3bfb967d4b528a79f849 (diff)
downloadpkgsrc-9f69a793666872abf58c4cdc620c5e038b6281f8.tar.gz
Update mathomatic to 14.5.5.
Important changes since 14.4.4: - General cleanup and addition of helpful descriptive text. - Cleanup and major bug fixes. - Enhanced code for use with iPhone. - Minor corrections and additions to the code and documentation.
Diffstat (limited to 'math/mathomatic')
-rw-r--r--math/mathomatic/Makefile4
-rw-r--r--math/mathomatic/distinfo10
-rw-r--r--math/mathomatic/patches/patch-aa10
3 files changed, 12 insertions, 12 deletions
diff --git a/math/mathomatic/Makefile b/math/mathomatic/Makefile
index a878adb51d7..03441aea13e 100644
--- a/math/mathomatic/Makefile
+++ b/math/mathomatic/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.90 2009/06/10 17:03:54 minskim Exp $
+# $NetBSD: Makefile,v 1.91 2009/09/22 02:05:50 minskim Exp $
#
-DISTNAME= mathomatic-14.4.4
+DISTNAME= mathomatic-14.5.5
CATEGORIES= math
MASTER_SITES= http://www.panix.com/~gesslein/
EXTRACT_SUFX= .tar.bz2
diff --git a/math/mathomatic/distinfo b/math/mathomatic/distinfo
index 950bcca4cae..d6b985ce176 100644
--- a/math/mathomatic/distinfo
+++ b/math/mathomatic/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.79 2009/06/10 17:03:54 minskim Exp $
+$NetBSD: distinfo,v 1.80 2009/09/22 02:05:50 minskim Exp $
-SHA1 (mathomatic-14.4.4.tar.bz2) = 98b8aa6d99452d1921c990a78e49945c10f09897
-RMD160 (mathomatic-14.4.4.tar.bz2) = f1987404df565f811a2ec991a442b1670c79a778
-Size (mathomatic-14.4.4.tar.bz2) = 165576 bytes
-SHA1 (patch-aa) = 135eb7a51c8883693a739e27e1d6a44857f97326
+SHA1 (mathomatic-14.5.5.tar.bz2) = 728b028dfc5a9324daaecf8c46f5baed353adcc4
+RMD160 (mathomatic-14.5.5.tar.bz2) = 132b8dfbf10f0cb058ea69f04580d0e787d4e555
+Size (mathomatic-14.5.5.tar.bz2) = 170610 bytes
+SHA1 (patch-aa) = a9fd4cf2672e901d234e15511779663f7f8a9a59
diff --git a/math/mathomatic/patches/patch-aa b/math/mathomatic/patches/patch-aa
index 348275caf87..8fb08e89b53 100644
--- a/math/mathomatic/patches/patch-aa
+++ b/math/mathomatic/patches/patch-aa
@@ -1,15 +1,15 @@
-$NetBSD: patch-aa,v 1.21 2009/06/10 17:03:55 minskim Exp $
+$NetBSD: patch-aa,v 1.22 2009/09/22 02:05:50 minskim Exp $
---- makefile.orig 2009-05-31 11:01:26.000000000 -0700
+--- makefile.orig 2009-09-05 08:12:42.000000000 -0700
+++ makefile
@@ -10,8 +10,8 @@ CFLAGS += -O -DUNIX -DVERSION=\"$(VERSI
LDLIBS += -lm # libraries to link
# "make READLINE=1" to include readline support:
-CFLAGS += $(READLINE:1=-DREADLINE)
--LDLIBS += $(READLINE:1=-lreadline)
+-LDLIBS += $(READLINE:1=-lreadline -lncurses)
+CFLAGS += -DREADLINE
+LDLIBS += -lreadline
- # Install directories follow, installs everything in /usr/local by default:
- prefix ?= /usr/local
+ # Uncomment the following to generate 64bit x86-64 code:
+ #CFLAGS += -m64