[52060] trunk/dports/math/mathomatic
mww at macports.org
mww at macports.org
Tue Jun 9 00:23:17 PDT 2009
Revision: 52060
http://trac.macports.org/changeset/52060
Author: mww at macports.org
Date: 2009-06-09 00:23:16 -0700 (Tue, 09 Jun 2009)
Log Message:
-----------
version 14.4.4
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-06-09 07:20:57 UTC (rev 52059)
+++ trunk/dports/math/mathomatic/Portfile 2009-06-09 07:23:16 UTC (rev 52060)
@@ -3,7 +3,7 @@
PortSystem 1.0
name mathomatic
-version 14.4.2
+version 14.4.4
categories math
platforms darwin
maintainers mww
@@ -15,9 +15,9 @@
homepage http://mathomatic.orgserve.de/math/
master_sites http://www.panix.com/~gesslein/
-checksums md5 e55f68aad85aa8484fad104d7da72d3e \
- sha1 590efb5393f7cda57ca8f7c6fffad76616d1b817 \
- rmd160 be0202920caae3ee84e3f63548ea7d8f8834828e
+checksums md5 ed0c6a8dcc38750c3b196485646a62d0 \
+ sha1 98b8aa6d99452d1921c990a78e49945c10f09897 \
+ rmd160 f1987404df565f811a2ec991a442b1670c79a778
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-06-09 07:20:57 UTC (rev 52059)
+++ trunk/dports/math/mathomatic/files/patch-makefile.diff 2009-06-09 07:23:16 UTC (rev 52060)
@@ -1,5 +1,5 @@
---- makefile 2009-05-13 16:26:55.000000000 +0200
-+++ makefile 2009-05-15 14:27:36.000000000 +0200
+--- makefile 2009-05-31 20:01:26.000000000 +0200
++++ makefile 2009-06-09 09:22:05.000000000 +0200
@@ -3,10 +3,11 @@
# Remove the -DUNIX define in CFLAGS when not using Mathomatic for desktop UNIX/Linux.
# This makefile does not compile and install the Prime Number Tools in the "primes" directory.
@@ -7,7 +7,7 @@
+include flags
VERSION = `cat VERSION`
- CFLAGS += -Wall -Wunused -Wshadow -Wformat -Wparentheses -Wno-char-subscripts # gcc specific flags
+ CFLAGS += -Wall -Wshadow -Wno-char-subscripts -fomit-frame-pointer # gcc specific flags
-CFLAGS += -O -DUNIX -DVERSION=\"$(VERSION)\"
+CFLAGS += -DUNIX -DVERSION=\"$(VERSION)\"
LDLIBS += -lm # libraries to link
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090609/b85fba62/attachment.html>
More information about the macports-changes
mailing list