update to 12.7.6

This commit is contained in:
steven 2007-09-18 15:46:36 +00:00
parent da61b85f03
commit 3e0d0b9a7d
5 changed files with 21 additions and 22 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.11 2007/09/15 18:44:36 steven Exp $
# $OpenBSD: Makefile,v 1.12 2007/09/18 15:46:36 steven Exp $
COMMENT= small, portable, general purpose computer algebra system
DISTNAME= mathomatic-12.7.3
DISTNAME= mathomatic-12.7.6
CATEGORIES= math
HOMEPAGE= http://mathomatic.orgserve.de/math/

View File

@ -1,5 +1,5 @@
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
MD5 (mathomatic-12.7.6.tar.bz2) = X0Z0ATP2CoIwWsZOL367ng==
RMD160 (mathomatic-12.7.6.tar.bz2) = tYBilCp9AAMhEmkvET4yR+1QB/Q=
SHA1 (mathomatic-12.7.6.tar.bz2) = 7XViWb/lLGxusFEMEtqi6HhJSVw=
SHA256 (mathomatic-12.7.6.tar.bz2) = hJj/BvphpMowX1Den3jZ/q0M5+PcQ6gRauvjRbT4W0k=
SIZE (mathomatic-12.7.6.tar.bz2) = 125107

View File

@ -1,7 +1,7 @@
$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 */
$OpenBSD: patch-globals_c,v 1.8 2007/09/18 15:46:36 steven Exp $
--- globals.c.orig Mon Sep 3 14:08:03 2007
+++ globals.c Tue Sep 18 17:42:34 2007
@@ -50,7 +50,7 @@ int debug_level; /* current debug level */
#endif
/* variables having to do with color mode */

View File

@ -1,14 +1,12 @@
$OpenBSD: patch-makefile,v 1.5 2007/01/27 00:02:57 steven Exp $
--- makefile.orig Wed Dec 27 18:53:38 2006
+++ makefile Sat Jan 27 01:00:39 2007
@@ -3,8 +3,8 @@
$OpenBSD: patch-makefile,v 1.6 2007/09/18 15:46:36 steven Exp $
--- makefile.orig Tue Sep 4 13:22:42 2007
+++ makefile Tue Sep 18 17:42:50 2007
@@ -3,7 +3,7 @@
VERSION = `cat VERSION`
CFLAGS += -Wuninitialized -Wunused -Wshadow -Wformat -Wparentheses -Wcast-align
-CFLAGS += -O -DUNIX -DVERSION=\"$(VERSION)\"
-LDFLAGS += -s # The default linker flags.
+CFLAGS += -DUNIX -DVERSION=\"$(VERSION)\"
+LDFLAGS += # The default linker flags.
CFLAGS += -Wuninitialized -Wshadow -Wformat -Wparentheses -Wcast-align # gcc specific flags
-CFLAGS += -O -DUNIX -DVERSION=\"$(VERSION)\" # general cc flags
+CFLAGS += -DUNIX -DVERSION=\"$(VERSION)\" # general cc flags
LDFLAGS += # The default linker flags.
LIBS += -lm # The default libraries to link.
# "make READLINE=1" to include readline support:

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.4 2006/10/13 19:24:41 steven Exp $
@comment $OpenBSD: PLIST,v 1.5 2007/09/18 15:46:36 steven Exp $
bin/mathomatic
@man man/man1/mathomatic.1
share/doc/mathomatic/
@ -7,3 +7,4 @@ share/doc/mathomatic/changes.txt
share/doc/mathomatic/index.html
share/doc/mathomatic/manpage.html
share/doc/mathomatic/manual.html
share/doc/mathomatic/notes.html