From 9949c42f9ce6d28c237a1d686c8f0e47ebe5b954 Mon Sep 17 00:00:00 2001 From: steven Date: Fri, 13 Oct 2006 19:24:41 +0000 Subject: [PATCH] update to mathomatic 12.6.5 --- math/mathomatic/Makefile | 4 ++-- math/mathomatic/distinfo | 8 ++++---- math/mathomatic/patches/patch-globals_c | 8 ++++---- math/mathomatic/patches/patch-makefile | 16 ++++++++-------- math/mathomatic/pkg/PLIST | 3 +-- 5 files changed, 19 insertions(+), 20 deletions(-) diff --git a/math/mathomatic/Makefile b/math/mathomatic/Makefile index 347ae53dc63..bd806a1672a 100644 --- a/math/mathomatic/Makefile +++ b/math/mathomatic/Makefile @@ -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/ diff --git a/math/mathomatic/distinfo b/math/mathomatic/distinfo index 0f6a532d134..b457dd4ea0f 100644 --- a/math/mathomatic/distinfo +++ b/math/mathomatic/distinfo @@ -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 diff --git a/math/mathomatic/patches/patch-globals_c b/math/mathomatic/patches/patch-globals_c index 78772ae47e5..a6ea07c671b 100644 --- a/math/mathomatic/patches/patch-globals_c +++ b/math/mathomatic/patches/patch-globals_c @@ -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 */ diff --git a/math/mathomatic/patches/patch-makefile b/math/mathomatic/patches/patch-makefile index 3eb4b7c18bb..fd7639ccd57 100644 --- a/math/mathomatic/patches/patch-makefile +++ b/math/mathomatic/patches/patch-makefile @@ -1,14 +1,14 @@ -$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)\" -+LDFLAGS += ++CFLAGS += -DUNIX -DVERSION=\"$(VERSION)\" ++LDFLAGS += LIBS += -lm CFLAGS += $(READLINE:1=-DREADLINE) diff --git a/math/mathomatic/pkg/PLIST b/math/mathomatic/pkg/PLIST index 717184d5114..abf15cd9506 100644 --- a/math/mathomatic/pkg/PLIST +++ b/math/mathomatic/pkg/PLIST @@ -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