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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9a8d9dabed57
branches:  trunk
changeset: 399527:9a8d9dabed57
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Tue Sep 22 02:05:50 2009 +0000

description:
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:

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

diffs (52 lines):

diff -r 6cf77286577a -r 9a8d9dabed57 math/mathomatic/Makefile
--- a/math/mathomatic/Makefile  Tue Sep 22 01:46:43 2009 +0000
+++ b/math/mathomatic/Makefile  Tue Sep 22 02:05:50 2009 +0000
@@ -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 -r 6cf77286577a -r 9a8d9dabed57 math/mathomatic/distinfo
--- a/math/mathomatic/distinfo  Tue Sep 22 01:46:43 2009 +0000
+++ b/math/mathomatic/distinfo  Tue Sep 22 02:05:50 2009 +0000
@@ -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 -r 6cf77286577a -r 9a8d9dabed57 math/mathomatic/patches/patch-aa
--- a/math/mathomatic/patches/patch-aa  Tue Sep 22 01:46:43 2009 +0000
+++ b/math/mathomatic/patches/patch-aa  Tue Sep 22 02:05:50 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index