[49793] trunk/dports/math/mathomatic

mww at macports.org mww at macports.org
Sat Apr 18 02:22:13 PDT 2009


Revision: 49793
          http://trac.macports.org/changeset/49793
Author:   mww at macports.org
Date:     2009-04-18 02:22:13 -0700 (Sat, 18 Apr 2009)
Log Message:
-----------
version 14.4.0

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-04-18 09:21:44 UTC (rev 49792)
+++ trunk/dports/math/mathomatic/Portfile	2009-04-18 09:22:13 UTC (rev 49793)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name			mathomatic
-version			14.3.6
+version			14.4.0
 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     7da7691eb2c17aad87ad8b79566e711e \
-                    sha1    6aafc360237ccbe38d7d0c5bae247c36020a8419 \
-                    rmd160  1508f668faf8fd1faffe1de2b50acbd9aa362ae2
+checksums           md5     c37044cdbee71dae55dab86d51ffcd51 \
+                    sha1    5a2277774c0c97164641b2f85f49215fb3d3a870 \
+                    rmd160  64b99a40867893cb865361e3442c88e7d773ba6c
 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-04-18 09:21:44 UTC (rev 49792)
+++ trunk/dports/math/mathomatic/files/patch-makefile.diff	2009-04-18 09:22:13 UTC (rev 49793)
@@ -1,14 +1,15 @@
---- makefile	2009-02-13 23:34:13.000000000 +0100
-+++ makefile	2009-02-16 18:23:03.000000000 +0100
-@@ -1,9 +1,10 @@
+--- 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.
 +include flags
  
  VERSION		= `cat VERSION`
  #CFLAGS		+= -Wall # Copy cproto.h to proto.h to compile with -Wall with no complaints.
--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		+= -DUNIX -DVERSION=\"$(VERSION)\"
+ CFLAGS		+= -Wunused -Wshadow -Wformat -Wparentheses -Wno-char-subscripts # gcc specific flags
+-CFLAGS		+= -O -DUNIX -DVERSION=\"$(VERSION)\"
++CFLAGS		+= -DUNIX -DVERSION=\"$(VERSION)\"
  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/20090418/6a91608a/attachment.html>


More information about the macports-changes mailing list