From 9f69a793666872abf58c4cdc620c5e038b6281f8 Mon Sep 17 00:00:00 2001 From: minskim Date: Tue, 22 Sep 2009 02:05:50 +0000 Subject: 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. --- math/mathomatic/Makefile | 4 ++-- math/mathomatic/distinfo | 10 +++++----- math/mathomatic/patches/patch-aa | 10 +++++----- 3 files changed, 12 insertions(+), 12 deletions(-) (limited to 'math/mathomatic') 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 -- cgit v1.2.3