Changeset 97734


Ignore:
Timestamp:
Sep 13, 2012, 1:50:34 PM (12 years ago)
Author:
mww@…
Message:

mathomatic: version 16.0.4

Location:
trunk/dports/math/mathomatic
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/math/mathomatic/Portfile

    r97551 r97734  
    44
    55name                mathomatic
    6 version             16.0.3
     6version             16.0.4
    77categories          math
    88platforms           darwin
     
    1717homepage            http://www.mathomatic.org/math/
    1818master_sites        http://mathomatic.org/
    19 checksums           rmd160  39f9df8b1c2d1777a9576f995efb3ee51d2d88c5 \
    20                     sha256  c2762f09227adb91d54108ce9a9e5e95bbc0db409b7598bcde7a4f749e243451
     19checksums           rmd160  c3f367bba20c30828ef7408dc84d3dc38c11df89 \
     20                    sha256  fc63312f83226b881bb7939ffaec7bb904cc50bc7e4248dd13a28c580e405754
    2121use_bzip2           yes
    2222
  • trunk/dports/math/mathomatic/files/patch-makefile.diff

    r96419 r97734  
    1 --- makefile    2012-08-06 01:16:50.000000000 +0200
    2 +++ makefile    2012-08-09 12:09:34.000000000 +0200
     1--- work/mathomatic-16.0.4/makefile     2012-09-09 11:15:14.000000000 +0200
     2+++ makefile    2012-09-13 15:49:33.000000000 +0200
    33@@ -74,7 +74,7 @@
    44 
     
    77-LDLIBS         += $(READLINE:1=-lreadline) # Add -lncurses if needed for readline, might be called "curses" on some systems.
    88+LDLIBS         += $(READLINE:1=-ledit) # Add -lncurses if needed for readline, might be called "curses" on some systems.
    9  
    10  # Uncomment the following line to force generation of x86-64-bit code:
    11  #CFLAGS                += -m64
     9 # Run "make EDITLINE=1" to include the optional editline editing and history support (smaller than readline):
     10 CFLAGS         += $(EDITLINE:1=-DEDITLINE)
     11 LDLIBS         += $(EDITLINE:1=-leditline)
Note: See TracChangeset for help on using the changeset viewer.