[97734] trunk/dports/math/mathomatic

mww at macports.org mww at macports.org
Thu Sep 13 06:50:34 PDT 2012


Revision: 97734
          http://trac.macports.org//changeset/97734
Author:   mww at macports.org
Date:     2012-09-13 06:50:34 -0700 (Thu, 13 Sep 2012)
Log Message:
-----------
mathomatic: version 16.0.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	2012-09-13 13:48:35 UTC (rev 97733)
+++ trunk/dports/math/mathomatic/Portfile	2012-09-13 13:50:34 UTC (rev 97734)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name                mathomatic
-version             16.0.3
+version             16.0.4
 categories          math
 platforms           darwin
 maintainers         mww
@@ -16,8 +16,8 @@
 
 homepage            http://www.mathomatic.org/math/
 master_sites        http://mathomatic.org/
-checksums           rmd160  39f9df8b1c2d1777a9576f995efb3ee51d2d88c5 \
-                    sha256  c2762f09227adb91d54108ce9a9e5e95bbc0db409b7598bcde7a4f749e243451
+checksums           rmd160  c3f367bba20c30828ef7408dc84d3dc38c11df89 \
+                    sha256  fc63312f83226b881bb7939ffaec7bb904cc50bc7e4248dd13a28c580e405754
 use_bzip2           yes
 
 depends_lib         port:libedit

Modified: trunk/dports/math/mathomatic/files/patch-makefile.diff
===================================================================
--- trunk/dports/math/mathomatic/files/patch-makefile.diff	2012-09-13 13:48:35 UTC (rev 97733)
+++ trunk/dports/math/mathomatic/files/patch-makefile.diff	2012-09-13 13:50:34 UTC (rev 97734)
@@ -1,11 +1,11 @@
---- makefile	2012-08-06 01:16:50.000000000 +0200
-+++ makefile	2012-08-09 12:09:34.000000000 +0200
+--- work/mathomatic-16.0.4/makefile	2012-09-09 11:15:14.000000000 +0200
++++ makefile	2012-09-13 15:49:33.000000000 +0200
 @@ -74,7 +74,7 @@
  
  # Run "make READLINE=1" to include the optional readline editing and history support:
  CFLAGS		+= $(READLINE:1=-DREADLINE)
 -LDLIBS		+= $(READLINE:1=-lreadline) # Add -lncurses if needed for readline, might be called "curses" on some systems.
 +LDLIBS		+= $(READLINE:1=-ledit) # Add -lncurses if needed for readline, might be called "curses" on some systems.
- 
- # Uncomment the following line to force generation of x86-64-bit code:
- #CFLAGS		+= -m64
+ # Run "make EDITLINE=1" to include the optional editline editing and history support (smaller than readline):
+ CFLAGS		+= $(EDITLINE:1=-DEDITLINE)
+ LDLIBS		+= $(EDITLINE:1=-leditline)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120913/5fc98489/attachment.html>


More information about the macports-changes mailing list