[46881] trunk/dports/math/mathomatic

mww at macports.org mww at macports.org
Mon Feb 16 09:24:42 PST 2009


Revision: 46881
          http://trac.macports.org/changeset/46881
Author:   mww at macports.org
Date:     2009-02-16 09:24:41 -0800 (Mon, 16 Feb 2009)
Log Message:
-----------
version 14.3.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	2009-02-16 17:21:40 UTC (rev 46880)
+++ trunk/dports/math/mathomatic/Portfile	2009-02-16 17:24:41 UTC (rev 46881)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name			mathomatic
-version			14.3.2
+version			14.3.3
 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 80f3de5926460735a4e0ebc07b852cf96921dfc7
+checksums		sha1 521213a42b80df5da0c6cd5224d7835649406ded
 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-02-16 17:21:40 UTC (rev 46880)
+++ trunk/dports/math/mathomatic/files/patch-makefile.diff	2009-02-16 17:24:41 UTC (rev 46881)
@@ -1,13 +1,14 @@
---- 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.
+--- makefile	2009-02-13 23:34:13.000000000 +0100
++++ makefile	2009-02-16 18:23:03.000000000 +0100
+@@ -1,9 +1,10 @@
+ # 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		+= -Wall # Copy cproto.h to proto.h to compile with -Wall with no complaints.
- CFLAGS		+= -DUNIX -DVERSION=\"$(VERSION)\" # C compiler flags
+ 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/20090216/e4b84713/attachment-0001.html>


More information about the macports-changes mailing list