update to 12.7.3

This commit is contained in:
steven 2007-06-26 05:51:02 +00:00
parent 890fa0a60c
commit 815dfb1b71
3 changed files with 12 additions and 12 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.9 2007/01/27 00:02:57 steven Exp $
# $OpenBSD: Makefile,v 1.10 2007/06/26 05:51:02 steven Exp $
COMMENT= "small, portable, general purpose computer algebra system"
DISTNAME= mathomatic-12.6.9
DISTNAME= mathomatic-12.7.3
CATEGORIES= math
HOMEPAGE= http://mathomatic.orgserve.de/math/

View File

@ -1,5 +1,5 @@
MD5 (mathomatic-12.6.9.tar.bz2) = Hbdxw/MkgF18MB1hR8/vBw==
RMD160 (mathomatic-12.6.9.tar.bz2) = ZmljQq5e1NgPAY3BbfXE+kST11M=
SHA1 (mathomatic-12.6.9.tar.bz2) = 1b1zuNeuEKSQoHg9hKetXth+J3Y=
SHA256 (mathomatic-12.6.9.tar.bz2) = yPSFZU49EdYuG4vXi8VTjKK/+l96hMFiEky0LaL4ass=
SIZE (mathomatic-12.6.9.tar.bz2) = 117094
MD5 (mathomatic-12.7.3.tar.bz2) = aj7BEi3kA+qfHumN5SLEEw==
RMD160 (mathomatic-12.7.3.tar.bz2) = jejOazH5TVcRxrNWyzwWFXat2nc=
SHA1 (mathomatic-12.7.3.tar.bz2) = J7suIvpRR3WiKfqh9BQrrAf8TRY=
SHA256 (mathomatic-12.7.3.tar.bz2) = pP5BDZ5wpQzu3LPkmeopMcElIJnqCraRo+fl0hKSHig=
SIZE (mathomatic-12.7.3.tar.bz2) = 120257

View File

@ -1,12 +1,12 @@
$OpenBSD: patch-globals_c,v 1.6 2007/01/27 00:02:57 steven Exp $
--- globals.c.orig Fri Dec 15 23:56:43 2006
+++ globals.c Sat Jan 27 01:00:03 2007
@@ -49,7 +49,7 @@ int debug_level; /* current debug lev
$OpenBSD: patch-globals_c,v 1.7 2007/06/26 05:51:02 steven Exp $
--- globals.c.orig Sat Apr 28 15:34:20 2007
+++ globals.c Tue Jun 26 07:48:15 2007
@@ -49,7 +49,7 @@ int debug_level; /* current debug level */
#endif
/* variables having to do with color mode */
-int color_flag = true; /* true for color mode */
+int color_flag = false; /* true for color mode */
int bold_colors; /* true for bold colors */
int cur_color = -1; /* current color */
int cur_color = -1; /* current color on the terminal */