update to 12.7.6
This commit is contained in:
parent
da61b85f03
commit
3e0d0b9a7d
@ -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
|
COMMENT= small, portable, general purpose computer algebra system
|
||||||
|
|
||||||
DISTNAME= mathomatic-12.7.3
|
DISTNAME= mathomatic-12.7.6
|
||||||
CATEGORIES= math
|
CATEGORIES= math
|
||||||
|
|
||||||
HOMEPAGE= http://mathomatic.orgserve.de/math/
|
HOMEPAGE= http://mathomatic.orgserve.de/math/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
MD5 (mathomatic-12.7.3.tar.bz2) = aj7BEi3kA+qfHumN5SLEEw==
|
MD5 (mathomatic-12.7.6.tar.bz2) = X0Z0ATP2CoIwWsZOL367ng==
|
||||||
RMD160 (mathomatic-12.7.3.tar.bz2) = jejOazH5TVcRxrNWyzwWFXat2nc=
|
RMD160 (mathomatic-12.7.6.tar.bz2) = tYBilCp9AAMhEmkvET4yR+1QB/Q=
|
||||||
SHA1 (mathomatic-12.7.3.tar.bz2) = J7suIvpRR3WiKfqh9BQrrAf8TRY=
|
SHA1 (mathomatic-12.7.6.tar.bz2) = 7XViWb/lLGxusFEMEtqi6HhJSVw=
|
||||||
SHA256 (mathomatic-12.7.3.tar.bz2) = pP5BDZ5wpQzu3LPkmeopMcElIJnqCraRo+fl0hKSHig=
|
SHA256 (mathomatic-12.7.6.tar.bz2) = hJj/BvphpMowX1Den3jZ/q0M5+PcQ6gRauvjRbT4W0k=
|
||||||
SIZE (mathomatic-12.7.3.tar.bz2) = 120257
|
SIZE (mathomatic-12.7.6.tar.bz2) = 125107
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
$OpenBSD: patch-globals_c,v 1.7 2007/06/26 05:51:02 steven Exp $
|
$OpenBSD: patch-globals_c,v 1.8 2007/09/18 15:46:36 steven Exp $
|
||||||
--- globals.c.orig Sat Apr 28 15:34:20 2007
|
--- globals.c.orig Mon Sep 3 14:08:03 2007
|
||||||
+++ globals.c Tue Jun 26 07:48:15 2007
|
+++ globals.c Tue Sep 18 17:42:34 2007
|
||||||
@@ -49,7 +49,7 @@ int debug_level; /* current debug level */
|
@@ -50,7 +50,7 @@ int debug_level; /* current debug level */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* variables having to do with color mode */
|
/* variables having to do with color mode */
|
||||||
|
@ -1,14 +1,12 @@
|
|||||||
$OpenBSD: patch-makefile,v 1.5 2007/01/27 00:02:57 steven Exp $
|
$OpenBSD: patch-makefile,v 1.6 2007/09/18 15:46:36 steven Exp $
|
||||||
--- makefile.orig Wed Dec 27 18:53:38 2006
|
--- makefile.orig Tue Sep 4 13:22:42 2007
|
||||||
+++ makefile Sat Jan 27 01:00:39 2007
|
+++ makefile Tue Sep 18 17:42:50 2007
|
||||||
@@ -3,8 +3,8 @@
|
@@ -3,7 +3,7 @@
|
||||||
|
|
||||||
VERSION = `cat VERSION`
|
VERSION = `cat VERSION`
|
||||||
CFLAGS += -Wuninitialized -Wunused -Wshadow -Wformat -Wparentheses -Wcast-align
|
CFLAGS += -Wuninitialized -Wshadow -Wformat -Wparentheses -Wcast-align # gcc specific flags
|
||||||
-CFLAGS += -O -DUNIX -DVERSION=\"$(VERSION)\"
|
-CFLAGS += -O -DUNIX -DVERSION=\"$(VERSION)\" # general cc flags
|
||||||
-LDFLAGS += -s # The default linker flags.
|
+CFLAGS += -DUNIX -DVERSION=\"$(VERSION)\" # general cc flags
|
||||||
+CFLAGS += -DUNIX -DVERSION=\"$(VERSION)\"
|
LDFLAGS += # The default linker flags.
|
||||||
+LDFLAGS += # The default linker flags.
|
|
||||||
LIBS += -lm # The default libraries to link.
|
LIBS += -lm # The default libraries to link.
|
||||||
|
|
||||||
# "make READLINE=1" to include readline support:
|
|
||||||
|
@ -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
|
bin/mathomatic
|
||||||
@man man/man1/mathomatic.1
|
@man man/man1/mathomatic.1
|
||||||
share/doc/mathomatic/
|
share/doc/mathomatic/
|
||||||
@ -7,3 +7,4 @@ share/doc/mathomatic/changes.txt
|
|||||||
share/doc/mathomatic/index.html
|
share/doc/mathomatic/index.html
|
||||||
share/doc/mathomatic/manpage.html
|
share/doc/mathomatic/manpage.html
|
||||||
share/doc/mathomatic/manual.html
|
share/doc/mathomatic/manual.html
|
||||||
|
share/doc/mathomatic/notes.html
|
||||||
|
Loading…
x
Reference in New Issue
Block a user