update to mathomatic 12.6.5
This commit is contained in:
parent
c942ac8740
commit
9949c42f9c
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2006/07/17 07:48:40 steven Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2006/10/13 19:24:41 steven Exp $
|
||||
|
||||
COMMENT= "small, portable, general purpose computer algebra system"
|
||||
|
||||
DISTNAME= mathomatic-12.5.20
|
||||
DISTNAME= mathomatic-12.6.5
|
||||
CATEGORIES= math
|
||||
|
||||
HOMEPAGE= http://mathomatic.orgserve.de/math/
|
||||
|
@ -1,4 +1,4 @@
|
||||
MD5 (mathomatic-12.5.20.tar.bz2) = 31e3b078fd5eea82e58e3f2999d5c694
|
||||
RMD160 (mathomatic-12.5.20.tar.bz2) = ee65dcef2fa8f6b613c460433efe56b7e5c8388f
|
||||
SHA1 (mathomatic-12.5.20.tar.bz2) = 5627a97d0bf2ed7993ac3875cf54c205ab33cf15
|
||||
SIZE (mathomatic-12.5.20.tar.bz2) = 119448
|
||||
MD5 (mathomatic-12.6.5.tar.bz2) = d460c762fc3e65f346918ea205bb6bc8
|
||||
RMD160 (mathomatic-12.6.5.tar.bz2) = 078d9e069d132ed6c848cbd42a02f8f4814cac2c
|
||||
SHA1 (mathomatic-12.6.5.tar.bz2) = 3e6903b97a5266e157e12f9ad3704be31d0963e5
|
||||
SIZE (mathomatic-12.6.5.tar.bz2) = 117517
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-globals_c,v 1.4 2006/07/17 07:48:40 steven Exp $
|
||||
--- globals.c.orig Wed Jul 5 15:16:43 2006
|
||||
+++ globals.c Fri Jul 14 15:28:43 2006
|
||||
@@ -44,7 +44,7 @@ int debug_level; /* current debug lev
|
||||
$OpenBSD: patch-globals_c,v 1.5 2006/10/13 19:24:41 steven Exp $
|
||||
--- globals.c.orig Thu Aug 24 18:42:30 2006
|
||||
+++ globals.c Fri Oct 13 21:10:24 2006
|
||||
@@ -45,7 +45,7 @@ int debug_level; /* current debug lev
|
||||
#endif
|
||||
|
||||
/* variables having to do with color mode */
|
||||
|
@ -1,13 +1,13 @@
|
||||
$OpenBSD: patch-makefile,v 1.3 2006/07/17 07:48:40 steven Exp $
|
||||
--- makefile.orig Fri Jul 7 22:33:27 2006
|
||||
+++ makefile Fri Jul 14 15:29:40 2006
|
||||
@@ -2,8 +2,8 @@
|
||||
# Currently uses gcc only options in CFLAGS, just remove them for other C compilers.
|
||||
$OpenBSD: patch-makefile,v 1.4 2006/10/13 19:24:41 steven Exp $
|
||||
--- makefile.orig Sun Sep 10 23:52:41 2006
|
||||
+++ makefile Fri Oct 13 21:11:21 2006
|
||||
@@ -3,8 +3,8 @@
|
||||
|
||||
VERSION = `cat VERSION`
|
||||
-CFLAGS += -O -Wunused -Wshadow -Wformat -Wparentheses -Wcast-align -DUNIX -DVERSION=\"$(VERSION)\"
|
||||
CFLAGS += -Wuninitialized -Wunused -Wshadow -Wformat -Wparentheses -Wcast-align
|
||||
-CFLAGS += -O -DUNIX -DVERSION=\"$(VERSION)\"
|
||||
-LDFLAGS += -s
|
||||
+CFLAGS += -Wunused -Wshadow -Wformat -Wparentheses -Wcast-align -DUNIX -DVERSION=\"$(VERSION)\"
|
||||
+CFLAGS += -DUNIX -DVERSION=\"$(VERSION)\"
|
||||
+LDFLAGS +=
|
||||
LIBS += -lm
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2006/03/11 13:43:28 steven Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2006/10/13 19:24:41 steven Exp $
|
||||
bin/mathomatic
|
||||
@man man/man1/mathomatic.1
|
||||
share/doc/mathomatic/
|
||||
@ -7,4 +7,3 @@ 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
|
||||
|
Loading…
Reference in New Issue
Block a user