[62624] trunk/dports/math/mathomatic

mww at macports.org mww at macports.org
Tue Jan 12 04:58:34 PST 2010


Revision: 62624
          http://trac.macports.org/changeset/62624
Author:   mww at macports.org
Date:     2010-01-12 04:58:31 -0800 (Tue, 12 Jan 2010)
Log Message:
-----------
version 15.0.3

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	2010-01-12 11:54:50 UTC (rev 62623)
+++ trunk/dports/math/mathomatic/Portfile	2010-01-12 12:58:31 UTC (rev 62624)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name			mathomatic
-version			15.0.2
+version			15.0.3
 categories		math
 platforms		darwin
 maintainers		mww
@@ -16,9 +16,9 @@
 
 homepage		http://mathomatic.orgserve.de/math/
 master_sites		http://www.panix.com/~gesslein/
-checksums           md5     447797008f9344d8743b392eb954ac20 \
-                    sha1    be91720d5ddc4a427dcc88b6a1f984eb94ec0bd4 \
-                    rmd160  3b1f0a1c0866169f72e97844be5a22339d4763a4
+checksums           md5     34e9fe24c007c3aaf805f0b5a17bb1ee \
+                    sha1    fe1babd9df66cecc18209a0abef108d8b9effe45 \
+                    rmd160  f98c6fede3d76d3be4fa02a1f30125f49d6b8e4e
 use_bzip2		yes
 patchfiles		patch-makefile.diff
 

Modified: trunk/dports/math/mathomatic/files/patch-makefile.diff
===================================================================
--- trunk/dports/math/mathomatic/files/patch-makefile.diff	2010-01-12 11:54:50 UTC (rev 62623)
+++ trunk/dports/math/mathomatic/files/patch-makefile.diff	2010-01-12 12:58:31 UTC (rev 62624)
@@ -1,16 +1,20 @@
---- makefile	2009-12-15 13:41:22.000000000 +0100
-+++ makefile	2009-12-30 12:34:16.000000000 +0100
-@@ -4,11 +4,12 @@
+--- work/mathomatic-15.0.3/makefile	2010-01-08 16:17:44.000000000 +0100
++++ makefile	2010-01-12 13:57:45.000000000 +0100
+@@ -2,7 +2,7 @@
  # 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`
  
- VERSION		= `cat VERSION`
- CFLAGS		+= -Wall -Wshadow -Wno-char-subscripts # gcc specific flags
+ CC		= gcc
+@@ -10,7 +10,7 @@
+ 
+ CFLAGS		+= -Wall -Wshadow -Wno-char-subscripts # gcc specific flags; can be removed
  #CFLAGS		+= -fomit-frame-pointer # Uncomment this line to optimize further.
 -CFLAGS		+= -O -DUNIX -DVERSION=\"$(VERSION)\"
 +CFLAGS		+= -DUNIX -DVERSION=\"$(VERSION)\"
+ CFLAGS          += -D__C99FEATURES__ # for a successful compile under Solaris
  LDLIBS		+= -lm # libraries to link
  
- # "make READLINE=1" to include readline support:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100112/39469e1c/attachment-0001.html>


More information about the macports-changes mailing list