From 2933f808308203d5855cab74fd9ace3f704a546b Mon Sep 17 00:00:00 2001 From: minskim Date: Wed, 4 Aug 2004 19:59:59 +0000 Subject: Update mathomatic to 11.3c. Changes: "factor number" command now accepts more than one integer. Added file "mathomatic.ico". Added temporary fix for 64 bit longs. Added file "VERSION" which contains the version number of Mathomatic. "makefile" modified. Renamed "lgpl.txt" to "LICENSE.txt". "make install" now installs all HTML files in "/usr/local/doc/mathomatic". Added compile-time define "TIMEOUT_SECONDS". Useful for limiting the amount of time Mathomatic can run as a CGI. --- math/mathomatic/Makefile | 4 ++-- math/mathomatic/distinfo | 8 ++++---- math/mathomatic/patches/patch-aa | 11 ++++++----- 3 files changed, 12 insertions(+), 11 deletions(-) (limited to 'math') diff --git a/math/mathomatic/Makefile b/math/mathomatic/Makefile index 7060a396f69..63945d48dd9 100644 --- a/math/mathomatic/Makefile +++ b/math/mathomatic/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2004/07/26 17:37:02 minskim Exp $ +# $NetBSD: Makefile,v 1.18 2004/08/04 19:59:59 minskim Exp $ # -DISTNAME= mathomatic-11.3b +DISTNAME= mathomatic-11.3c CATEGORIES= math MASTER_SITES= http://www.panix.com/~gesslein/ EXTRACT_SUFX= .tgz diff --git a/math/mathomatic/distinfo b/math/mathomatic/distinfo index a32955f5c92..35cc074d898 100644 --- a/math/mathomatic/distinfo +++ b/math/mathomatic/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.16 2004/07/26 17:37:02 minskim Exp $ +$NetBSD: distinfo,v 1.17 2004/08/04 19:59:59 minskim Exp $ -SHA1 (mathomatic-11.3b.tgz) = deb0c0211524bc6acf878485cec932c9771b9476 -Size (mathomatic-11.3b.tgz) = 125769 bytes -SHA1 (patch-aa) = f590bd224831b7f882f7cfed72ba6db39e866985 +SHA1 (mathomatic-11.3c.tgz) = 6246998f340460bb588caef47e74b45824e7696a +Size (mathomatic-11.3c.tgz) = 126520 bytes +SHA1 (patch-aa) = f2879261541a9c5934404b0f7a6272343feb57ca diff --git a/math/mathomatic/patches/patch-aa b/math/mathomatic/patches/patch-aa index 8a6298ecf87..f0fa1f34ece 100644 --- a/math/mathomatic/patches/patch-aa +++ b/math/mathomatic/patches/patch-aa @@ -1,13 +1,14 @@ -$NetBSD: patch-aa,v 1.6 2004/06/28 13:58:25 minskim Exp $ +$NetBSD: patch-aa,v 1.7 2004/08/04 19:59:59 minskim Exp $ ---- makefile.orig 2004-06-25 18:30:52.000000000 -0500 +--- makefile.orig 2004-08-02 20:07:42.000000000 -0500 +++ makefile -@@ -1,13 +1,13 @@ +@@ -1,14 +1,14 @@ # Makefile for compiling Mathomatic for UNIX or Linux or Mac OS X. --CFLAGS = -O -DUNIX + VERSION = `cat VERSION` +-CFLAGS = -O -DUNIX -DVERSION=\"$(VERSION)\" -LDFLAGS = -s -+CFLAGS += -O -DUNIX ++CFLAGS += -O -DUNIX -DVERSION=\"$(VERSION)\" +#LDFLAGS = -s LIBS = -lm -- cgit v1.2.3