[44885] trunk/dports/math/mathomatic
mww at macports.org
mww at macports.org
Sun Jan 4 05:06:42 PST 2009
Revision: 44885
http://trac.macports.org/changeset/44885
Author: mww at macports.org
Date: 2009-01-04 05:06:42 -0800 (Sun, 04 Jan 2009)
Log Message:
-----------
version 14.2.8
Modified Paths:
--------------
trunk/dports/math/mathomatic/Portfile
trunk/dports/math/mathomatic/files/patch-makefile.diff
Modified: trunk/dports/math/mathomatic/Portfile
===================================================================
--- trunk/dports/math/mathomatic/Portfile 2009-01-04 12:51:55 UTC (rev 44884)
+++ trunk/dports/math/mathomatic/Portfile 2009-01-04 13:06:42 UTC (rev 44885)
@@ -3,7 +3,7 @@
PortSystem 1.0
name mathomatic
-version 14.2.5
+version 14.2.8
categories math
platforms darwin
maintainers mww
@@ -15,7 +15,7 @@
homepage http://mathomatic.orgserve.de/math/
master_sites http://www.panix.com/~gesslein/
-checksums sha1 d7aabc8363c01be412110eae07a64f82eeebb415
+checksums sha1 6c2d6b47eee6bb4b7fe4ca880903e90fa27579dc
use_bzip2 yes
patchfiles patch-makefile.diff
Modified: trunk/dports/math/mathomatic/files/patch-makefile.diff
===================================================================
--- trunk/dports/math/mathomatic/files/patch-makefile.diff 2009-01-04 12:51:55 UTC (rev 44884)
+++ trunk/dports/math/mathomatic/files/patch-makefile.diff 2009-01-04 13:06:42 UTC (rev 44885)
@@ -1,13 +1,13 @@
---- makefile 2008-08-25 11:23:33.000000000 +0200
-+++ makefile 2008-08-25 11:25:33.000000000 +0200
+--- makefile 2009-01-04 14:04:14.000000000 +0100
++++ makefile 2009-01-04 14:05:13.000000000 +0100
@@ -1,8 +1,9 @@
# Makefile for compiling, testing, and installing Mathomatic under any UNIX-like OS.
# Currently uses gcc only options in CFLAGS, just remove them for other C compilers.
+include flags
VERSION = `cat VERSION`
--CFLAGS += -O2 -Wuninitialized -Wunused -Wshadow -Wformat -Wparentheses # gcc specific flags
-+CFLAGS += -Wuninitialized -Wunused -Wshadow -Wformat -Wparentheses # gcc specific flags
+-CFLAGS += -O2 -Wuninitialized -Wunused -Wshadow -Wformat -Wparentheses -Wno-char-subscripts # gcc specific flags
++CFLAGS += -Wuninitialized -Wunused -Wshadow -Wformat -Wparentheses -Wno-char-subscripts # gcc specific flags
+ #CFLAGS += -Wall # Copy cproto.h to proto.h to compile with -Wall with no complaints.
CFLAGS += -DUNIX -DVERSION=\"$(VERSION)\" # C compiler flags
- LIBS += -lm # libraries to link
-
+ LDLIBS += -lm # libraries to link
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090104/70b07911/attachment-0001.html>
More information about the macports-changes
mailing list