[51013] trunk/dports/math/mathomatic
mww at macports.org
mww at macports.org
Fri May 15 05:33:48 PDT 2009
Revision: 51013
http://trac.macports.org/changeset/51013
Author: mww at macports.org
Date: 2009-05-15 05:33:42 -0700 (Fri, 15 May 2009)
Log Message:
-----------
version 14.4.2
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-05-15 06:53:26 UTC (rev 51012)
+++ trunk/dports/math/mathomatic/Portfile 2009-05-15 12:33:42 UTC (rev 51013)
@@ -3,7 +3,7 @@
PortSystem 1.0
name mathomatic
-version 14.4.0
+version 14.4.2
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 c37044cdbee71dae55dab86d51ffcd51 \
- sha1 5a2277774c0c97164641b2f85f49215fb3d3a870 \
- rmd160 64b99a40867893cb865361e3442c88e7d773ba6c
+checksums md5 e55f68aad85aa8484fad104d7da72d3e \
+ sha1 590efb5393f7cda57ca8f7c6fffad76616d1b817 \
+ rmd160 be0202920caae3ee84e3f63548ea7d8f8834828e
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-05-15 06:53:26 UTC (rev 51012)
+++ trunk/dports/math/mathomatic/files/patch-makefile.diff 2009-05-15 12:33:42 UTC (rev 51013)
@@ -1,13 +1,13 @@
---- makefile 2009-04-17 12:25:14.000000000 +0200
-+++ makefile 2009-04-18 11:20:32.000000000 +0200
-@@ -1,10 +1,11 @@
- # Makefile for compiling, testing, and installing Mathomatic under any UNIX-like (POSIX) OS.
- # Currently uses gcc only options in CFLAGS, just remove them for other C compilers.
+--- makefile 2009-05-13 16:26:55.000000000 +0200
++++ makefile 2009-05-15 14:27:36.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.
+ # This makefile does create and install all documentation.
+include flags
VERSION = `cat VERSION`
- #CFLAGS += -Wall # Copy cproto.h to proto.h to compile with -Wall with no complaints.
- CFLAGS += -Wunused -Wshadow -Wformat -Wparentheses -Wno-char-subscripts # gcc specific flags
+ CFLAGS += -Wall -Wunused -Wshadow -Wformat -Wparentheses -Wno-char-subscripts # 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/20090515/fb74fda4/attachment.html>
More information about the macports-changes
mailing list