New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 80022


Ignore:
Timestamp:
07/02/11 06:24:12 (4 years ago)
Author:
takeshi@…
Message:

gnudatalanguage: updated for 0.9.1

Location:
trunk/dports/math/gnudatalanguage
Files:
1 deleted
1 edited

Legend:

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

    r73519 r80022  
    55 
    66name                        gnudatalanguage 
    7 version                     0.9 
     7version                     0.9.1 
    88epoch                       1 
    99categories                  math science 
     
    2525 
    2626checksums           ${gdlsrc} \ 
    27                     md5     dd357a8b2569629ba8d29078200d45e7 \ 
    28                     sha1    93a71bad8ad0c16a6e79edaae0489c372f442bcf \ 
    29                     rmd160  5d25e1b899a072fcd23aadd7fd1b701a26c4ba0f 
     27                    md5     be576675aa1c37f0c1a2b1eb8889a960 \ 
     28                    sha1    97c71a70672ae82f052ffa5906fc2415f4cf7b9d \ 
     29                    rmd160  9ce6dce6f32d0fbf3140b26699c8eca436907b00 
    3030 
    3131depends_lib                 port:zlib \ 
     
    4646                            port:cmsvlib 
    4747 
    48 patchfiles          patch-src-gdlwidget.cpp.diff  
     48patch { 
     49   # fixes a memory leak issue (patch already in the GDL cvs repository) 
     50   reinplace "s|//      if( r_guard.get() == r)|delete *l;//      if( r_guard.get() == r)|" ${worksrcpath}/src/prognode.cpp 
     51} 
     52 
    4953post-patch { 
    5054   # add the CMSVLIB installation path 
     
    5559   reinplace "s| -L/usr/X11R6/lib||" ${worksrcpath}/src/Makefile.am 
    5660   reinplace "s|\.\./gshhs|gshhs|" ${worksrcpath}/src/gshhs.cpp 
    57 } 
    58  
    59 pre-configure { 
    60     system "cd ${worksrcpath}; aclocal" 
    6161} 
    6262 
     
    115115} 
    116116 
    117 variant python description {build with support for calling Python (2.6) from GDL (using numarray - obsolete)} { 
     117variant python description {build with support for calling Python (2.6) from GDL (using numpy)} { 
    118118    depends_lib-append      port:python26 \ 
    119                             port:py26-numarray  
     119                            port:py26-numpy  
    120120    configure.args-append   --with-python=${prefix}/Library/Frameworks/Python.framework/Versions/2.6 \ 
    121121                            --enable-python_version=2.6 
Note: See TracChangeset for help on using the changeset viewer.