Ticket #17026: Portfile.diff

File Portfile.diff, 1.6 KB (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 15 years ago)
  • Portfile

    old new  
    44PortSystem 1.0
    55
    66name    octave
    7 version         3.0.2
    8 revision    1
     7version         3.0.3
    98categories      math science
    10 maintainers     stechert@macports.org alakazam@melix.net
     9maintainers     stechert melix.net:alakazam
    1110platforms       darwin
    1211description     a Matlab-like environment for numerical analysis
    1312long_description        \
     
    2322
    2423use_bzip2       no
    2524checksums \
    26         md5 791e19cc9a36f2c046b39ab0574306d8 \
    27         sha1 9236c11e03dd177a8379d697e1b29a9884b32a8f \
    28         rmd160 38a10f6380478b66f17feef05b55466dbcf988c9
     25        md5 6b11065c9dbd3c9743d234c2f785fb7b \
     26        sha1 86d1974b5947440ed4a1bbfe02fe292548c014e1 \
     27        rmd160 b349e12a566c93f166c1136e35d564d735b1a1e7
     28
     29patchfiles  patch-sparse-util.cc.patch  patch-sparse-util.h.patch
    2930
    3031depends_build \
    3132        bin:tex:texlive \
    3233        port:ghostscript \
    3334        port:gawk \
    3435        port:gsed \
    35         port:perl5.8 \
     36        path:bin/perl:perl5 \
    3637        port:texinfo
    3738
    3839depends_lib \
     
    6768        --with-cholmod \
    6869        --with-cxsparse
    6970
     71configure.perl ${prefix}/bin/perl
     72configure.python ' '
     73configure.awk ${prefix}/bin/gawk
     74
    7075configure.env-append \
    71         AWK="${prefix}/bin/gawk" \
    7276        SED="${prefix}/bin/gsed" \
    73         PERL="${prefix}/bin/perl" \
    74         PYTHON=' ' \
    7577        GHOSTSCRIPT="${prefix}/bin/gs" \
    7678        MAKEINFO="${prefix}/bin/makeinfo" \
    7779        TEXI2DVI="${prefix}/bin/texi2dvi" \
     
    9395}
    9496
    9597post-patch {
    96     reinplace "s|glp_lpx_simplex|_glp_lpx_simplex|g" ${worksrcpath}/configure
    9798    reinplace "s|-lcholmod|-lcholmod -lmetis|g" ${worksrcpath}/configure
    98     reinplace "s|#define GLPK_PRE_4_14 1|#undef GLPK_PRE_4_14|g" ${worksrcpath}/configure
    9999}
    100100
    101101livecheck.check         regex